diff options
Diffstat (limited to 'include/linux/mfd/ab8500.h')
| -rw-r--r-- | include/linux/mfd/ab8500.h | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/include/linux/mfd/ab8500.h b/include/linux/mfd/ab8500.h index f5cec4500f38..d63b6050b183 100644 --- a/include/linux/mfd/ab8500.h +++ b/include/linux/mfd/ab8500.h | |||
| @@ -10,6 +10,29 @@ | |||
| 10 | #include <linux/device.h> | 10 | #include <linux/device.h> |
| 11 | 11 | ||
| 12 | /* | 12 | /* |
| 13 | * AB8500 bank addresses | ||
| 14 | */ | ||
| 15 | #define AB8500_SYS_CTRL1_BLOCK 0x1 | ||
| 16 | #define AB8500_SYS_CTRL2_BLOCK 0x2 | ||
| 17 | #define AB8500_REGU_CTRL1 0x3 | ||
| 18 | #define AB8500_REGU_CTRL2 0x4 | ||
| 19 | #define AB8500_USB 0x5 | ||
| 20 | #define AB8500_TVOUT 0x6 | ||
| 21 | #define AB8500_DBI 0x7 | ||
| 22 | #define AB8500_ECI_AV_ACC 0x8 | ||
| 23 | #define AB8500_RESERVED 0x9 | ||
| 24 | #define AB8500_GPADC 0xA | ||
| 25 | #define AB8500_CHARGER 0xB | ||
| 26 | #define AB8500_GAS_GAUGE 0xC | ||
| 27 | #define AB8500_AUDIO 0xD | ||
| 28 | #define AB8500_INTERRUPT 0xE | ||
| 29 | #define AB8500_RTC 0xF | ||
| 30 | #define AB8500_MISC 0x10 | ||
| 31 | #define AB8500_DEBUG 0x12 | ||
| 32 | #define AB8500_PROD_TEST 0x13 | ||
| 33 | #define AB8500_OTP_EMUL 0x15 | ||
| 34 | |||
| 35 | /* | ||
| 13 | * Interrupts | 36 | * Interrupts |
| 14 | */ | 37 | */ |
| 15 | 38 | ||
| @@ -99,6 +122,7 @@ struct ab8500 { | |||
| 99 | int revision; | 122 | int revision; |
| 100 | int irq_base; | 123 | int irq_base; |
| 101 | int irq; | 124 | int irq; |
| 125 | u8 chip_id; | ||
| 102 | 126 | ||
| 103 | int (*write) (struct ab8500 *a8500, u16 addr, u8 data); | 127 | int (*write) (struct ab8500 *a8500, u16 addr, u8 data); |
| 104 | int (*read) (struct ab8500 *a8500, u16 addr); | 128 | int (*read) (struct ab8500 *a8500, u16 addr); |
| @@ -124,10 +148,6 @@ struct ab8500_platform_data { | |||
| 124 | struct regulator_init_data *regulator[AB8500_NUM_REGULATORS]; | 148 | struct regulator_init_data *regulator[AB8500_NUM_REGULATORS]; |
| 125 | }; | 149 | }; |
| 126 | 150 | ||
| 127 | extern int ab8500_write(struct ab8500 *a8500, u16 addr, u8 data); | ||
| 128 | extern int ab8500_read(struct ab8500 *a8500, u16 addr); | ||
| 129 | extern int ab8500_set_bits(struct ab8500 *a8500, u16 addr, u8 mask, u8 data); | ||
| 130 | |||
| 131 | extern int __devinit ab8500_init(struct ab8500 *ab8500); | 151 | extern int __devinit ab8500_init(struct ab8500 *ab8500); |
| 132 | extern int __devexit ab8500_exit(struct ab8500 *ab8500); | 152 | extern int __devexit ab8500_exit(struct ab8500 *ab8500); |
| 133 | 153 | ||
