tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / include / linux / mfd / ezx-pcap.h
index b15caac..3402042 100644 (file)
@@ -25,6 +25,7 @@ struct pcap_chip;
 
 int ezx_pcap_write(struct pcap_chip *, u8, u32);
 int ezx_pcap_read(struct pcap_chip *, u8, u32 *);
+int ezx_pcap_set_bits(struct pcap_chip *, u8, u32, u32);
 int pcap_to_irq(struct pcap_chip *, int);
 int irq_to_pcap(struct pcap_chip *, int);
 int pcap_adc_async(struct pcap_chip *, u8, u32, u8[], void *, void *);
@@ -44,7 +45,7 @@ void pcap_set_ts_bits(struct pcap_chip *, u32);
 #define PCAP_CLEAR_INTERRUPT_REGISTER  0x01ffffff
 #define PCAP_MASK_ALL_INTERRUPT                0x01ffffff
 
-/* registers acessible by both pcap ports */
+/* registers accessible by both pcap ports */
 #define PCAP_REG_ISR           0x0     /* Interrupt Status */
 #define PCAP_REG_MSR           0x1     /* Interrupt Mask */
 #define PCAP_REG_PSTAT         0x2     /* Processor Status */
@@ -66,7 +67,7 @@ void pcap_set_ts_bits(struct pcap_chip *, u32);
 #define PCAP_REG_VENDOR_TEST1  0x1e
 #define PCAP_REG_VENDOR_TEST2  0x1f
 
-/* registers acessible by pcap port 1 only (a1200, e2 & e6) */
+/* registers accessible by pcap port 1 only (a1200, e2 & e6) */
 #define PCAP_REG_INT_SEL       0x3     /* Interrupt Select */
 #define PCAP_REG_SWCTRL                0x4     /* Switching Regulator Control */
 #define PCAP_REG_VREG1         0x5     /* Regulator Bank 1 Control */
@@ -226,7 +227,6 @@ void pcap_set_ts_bits(struct pcap_chip *, u32);
 #define PCAP_LED1              1
 #define PCAP_BL0               2
 #define PCAP_BL1               3
-#define PCAP_VIB               4
 #define PCAP_LED_3MA           0
 #define PCAP_LED_4MA           1
 #define PCAP_LED_5MA           2
@@ -245,9 +245,6 @@ void pcap_set_ts_bits(struct pcap_chip *, u32);
 #define PCAP_LED0_C_SHIFT      15
 #define PCAP_LED1_C_SHIFT      17
 #define PCAP_BL1_SHIFT         20
-#define PCAP_VIB_MASK          0x3
-#define PCAP_VIB_SHIFT         20
-#define PCAP_VIB_EN            (1 << 19)
 
 /* RTC */
 #define PCAP_RTC_DAY_MASK      0x3fff