1
2
3
4
5
6
7#ifndef MFD_AB8500_H
8#define MFD_AB8500_H
9
10#include <linux/atomic.h>
11#include <linux/mutex.h>
12#include <linux/irqdomain.h>
13
14struct device;
15
16
17
18
19
20
21
22
23enum ab8500_version {
24 AB8500_VERSION_AB8500 = 0x0,
25 AB8500_VERSION_AB8505 = 0x1,
26 AB8500_VERSION_AB9540 = 0x2,
27 AB8500_VERSION_AB8540 = 0x4,
28 AB8500_VERSION_UNDEFINED,
29};
30
31
32#define AB8500_CUTEARLY 0x00
33#define AB8500_CUT1P0 0x10
34#define AB8500_CUT1P1 0x11
35#define AB8500_CUT1P2 0x12
36#define AB8500_CUT2P0 0x20
37#define AB8500_CUT3P0 0x30
38#define AB8500_CUT3P3 0x33
39
40
41
42
43#define AB8500_M_FSM_RANK 0x0
44#define AB8500_SYS_CTRL1_BLOCK 0x1
45#define AB8500_SYS_CTRL2_BLOCK 0x2
46#define AB8500_REGU_CTRL1 0x3
47#define AB8500_REGU_CTRL2 0x4
48#define AB8500_USB 0x5
49#define AB8500_TVOUT 0x6
50#define AB8500_DBI 0x7
51#define AB8500_ECI_AV_ACC 0x8
52#define AB8500_RESERVED 0x9
53#define AB8500_GPADC 0xA
54#define AB8500_CHARGER 0xB
55#define AB8500_GAS_GAUGE 0xC
56#define AB8500_AUDIO 0xD
57#define AB8500_INTERRUPT 0xE
58#define AB8500_RTC 0xF
59#define AB8500_MISC 0x10
60#define AB8500_DEVELOPMENT 0x11
61#define AB8500_DEBUG 0x12
62#define AB8500_PROD_TEST 0x13
63#define AB8500_STE_TEST 0x14
64#define AB8500_OTP_EMUL 0x15
65
66
67
68
69
70
71
72
73#define AB8500_INT_MAIN_EXT_CH_NOT_OK 0
74#define AB8500_INT_UN_PLUG_TV_DET 1
75#define AB8500_INT_PLUG_TV_DET 2
76#define AB8500_INT_TEMP_WARM 3
77#define AB8500_INT_PON_KEY2DB_F 4
78#define AB8500_INT_PON_KEY2DB_R 5
79#define AB8500_INT_PON_KEY1DB_F 6
80#define AB8500_INT_PON_KEY1DB_R 7
81
82#define AB8500_INT_BATT_OVV 8
83#define AB8500_INT_MAIN_CH_UNPLUG_DET 10
84#define AB8500_INT_MAIN_CH_PLUG_DET 11
85#define AB8500_INT_VBUS_DET_F 14
86#define AB8500_INT_VBUS_DET_R 15
87
88#define AB8500_INT_VBUS_CH_DROP_END 16
89#define AB8500_INT_RTC_60S 17
90#define AB8500_INT_RTC_ALARM 18
91#define AB8540_INT_BIF_INT 19
92#define AB8500_INT_BAT_CTRL_INDB 20
93#define AB8500_INT_CH_WD_EXP 21
94#define AB8500_INT_VBUS_OVV 22
95#define AB8500_INT_MAIN_CH_DROP_END 23
96
97#define AB8500_INT_CCN_CONV_ACC 24
98#define AB8500_INT_INT_AUD 25
99#define AB8500_INT_CCEOC 26
100#define AB8500_INT_CC_INT_CALIB 27
101#define AB8500_INT_LOW_BAT_F 28
102#define AB8500_INT_LOW_BAT_R 29
103#define AB8500_INT_BUP_CHG_NOT_OK 30
104#define AB8500_INT_BUP_CHG_OK 31
105
106#define AB8500_INT_GP_HW_ADC_CONV_END 32
107#define AB8500_INT_ACC_DETECT_1DB_F 33
108#define AB8500_INT_ACC_DETECT_1DB_R 34
109#define AB8500_INT_ACC_DETECT_22DB_F 35
110#define AB8500_INT_ACC_DETECT_22DB_R 36
111#define AB8500_INT_ACC_DETECT_21DB_F 37
112#define AB8500_INT_ACC_DETECT_21DB_R 38
113#define AB8500_INT_GP_SW_ADC_CONV_END 39
114
115#define AB8500_INT_GPIO6R 40
116#define AB8500_INT_GPIO7R 41
117#define AB8500_INT_GPIO8R 42
118#define AB8500_INT_GPIO9R 43
119#define AB8500_INT_GPIO10R 44
120#define AB8500_INT_GPIO11R 45
121#define AB8500_INT_GPIO12R 46
122#define AB8500_INT_GPIO13R 47
123
124#define AB8500_INT_GPIO24R 48
125#define AB8500_INT_GPIO25R 49
126#define AB8500_INT_GPIO36R 50
127#define AB8500_INT_GPIO37R 51
128#define AB8500_INT_GPIO38R 52
129#define AB8500_INT_GPIO39R 53
130#define AB8500_INT_GPIO40R 54
131#define AB8500_INT_GPIO41R 55
132
133#define AB8500_INT_GPIO6F 56
134#define AB8500_INT_GPIO7F 57
135#define AB8500_INT_GPIO8F 58
136#define AB8500_INT_GPIO9F 59
137#define AB8500_INT_GPIO10F 60
138#define AB8500_INT_GPIO11F 61
139#define AB8500_INT_GPIO12F 62
140#define AB8500_INT_GPIO13F 63
141
142#define AB8500_INT_GPIO24F 64
143#define AB8500_INT_GPIO25F 65
144#define AB8500_INT_GPIO36F 66
145#define AB8500_INT_GPIO37F 67
146#define AB8500_INT_GPIO38F 68
147#define AB8500_INT_GPIO39F 69
148#define AB8500_INT_GPIO40F 70
149#define AB8500_INT_GPIO41F 71
150
151#define AB8500_INT_ADP_SOURCE_ERROR 72
152#define AB8500_INT_ADP_SINK_ERROR 73
153#define AB8500_INT_ADP_PROBE_PLUG 74
154#define AB8500_INT_ADP_PROBE_UNPLUG 75
155#define AB8500_INT_ADP_SENSE_OFF 76
156#define AB8500_INT_USB_PHY_POWER_ERR 78
157#define AB8500_INT_USB_LINK_STATUS 79
158
159#define AB8500_INT_BTEMP_LOW 80
160#define AB8500_INT_BTEMP_LOW_MEDIUM 81
161#define AB8500_INT_BTEMP_MEDIUM_HIGH 82
162#define AB8500_INT_BTEMP_HIGH 83
163
164#define AB8500_INT_SRP_DETECT 88
165#define AB8500_INT_USB_CHARGER_NOT_OKR 89
166#define AB8500_INT_ID_WAKEUP_R 90
167#define AB8500_INT_ID_DET_PLUGR 91
168#define AB8500_INT_ID_DET_R1R 92
169#define AB8500_INT_ID_DET_R2R 93
170#define AB8500_INT_ID_DET_R3R 94
171#define AB8500_INT_ID_DET_R4R 95
172
173#define AB8500_INT_ID_WAKEUP_F 96
174#define AB8500_INT_ID_DET_PLUGF 97
175#define AB8500_INT_ID_DET_R1F 98
176#define AB8500_INT_ID_DET_R2F 99
177#define AB8500_INT_ID_DET_R3F 100
178#define AB8500_INT_ID_DET_R4F 101
179#define AB8500_INT_CHAUTORESTARTAFTSEC 102
180#define AB8500_INT_CHSTOPBYSEC 103
181
182#define AB8500_INT_USB_CH_TH_PROT_F 104
183#define AB8500_INT_USB_CH_TH_PROT_R 105
184#define AB8500_INT_MAIN_CH_TH_PROT_F 106
185#define AB8500_INT_MAIN_CH_TH_PROT_R 107
186#define AB8500_INT_CHCURLIMNOHSCHIRP 109
187#define AB8500_INT_CHCURLIMHSCHIRP 110
188#define AB8500_INT_XTAL32K_KO 111
189
190
191
192#define AB9540_INT_GPIO50R 113
193#define AB9540_INT_GPIO51R 114
194#define AB9540_INT_GPIO52R 115
195#define AB9540_INT_GPIO53R 116
196#define AB9540_INT_GPIO54R 117
197#define AB9540_INT_IEXT_CH_RF_BFN_R 118
198
199#define AB9540_INT_GPIO50F 121
200#define AB9540_INT_GPIO51F 122
201#define AB9540_INT_GPIO52F 123
202#define AB9540_INT_GPIO53F 124
203#define AB9540_INT_GPIO54F 125
204#define AB9540_INT_IEXT_CH_RF_BFN_F 126
205
206#define AB8505_INT_KEYSTUCK 128
207#define AB8505_INT_IKR 129
208#define AB8505_INT_IKP 130
209#define AB8505_INT_KP 131
210#define AB8505_INT_KEYDEGLITCH 132
211#define AB8505_INT_MODPWRSTATUSF 134
212#define AB8505_INT_MODPWRSTATUSR 135
213
214#define AB8500_INT_HOOK_DET_NEG_F 138
215#define AB8500_INT_HOOK_DET_NEG_R 139
216#define AB8500_INT_HOOK_DET_POS_F 140
217#define AB8500_INT_HOOK_DET_POS_R 141
218#define AB8500_INT_PLUG_DET_COMP_F 142
219#define AB8500_INT_PLUG_DET_COMP_R 143
220
221#define AB8505_INT_COLL 144
222#define AB8505_INT_RESERR 145
223#define AB8505_INT_FRAERR 146
224#define AB8505_INT_COMERR 147
225#define AB8505_INT_SPDSET 148
226#define AB8505_INT_DSENT 149
227#define AB8505_INT_DREC 150
228#define AB8505_INT_ACC_INT 151
229
230#define AB8505_INT_NOPINT 152
231
232#define AB8540_INT_IDPLUGDETCOMPF 160
233#define AB8540_INT_IDPLUGDETCOMPR 161
234#define AB8540_INT_FMDETCOMPLOF 162
235#define AB8540_INT_FMDETCOMPLOR 163
236#define AB8540_INT_FMDETCOMPHIF 164
237#define AB8540_INT_FMDETCOMPHIR 165
238#define AB8540_INT_ID5VDETCOMPF 166
239#define AB8540_INT_ID5VDETCOMPR 167
240
241#define AB8540_INT_GPIO43F 168
242#define AB8540_INT_GPIO43R 169
243#define AB8540_INT_GPIO44F 170
244#define AB8540_INT_GPIO44R 171
245#define AB8540_INT_KEYPOSDETCOMPF 172
246#define AB8540_INT_KEYPOSDETCOMPR 173
247#define AB8540_INT_KEYNEGDETCOMPF 174
248#define AB8540_INT_KEYNEGDETCOMPR 175
249
250#define AB8540_INT_GPIO1VBATF 176
251#define AB8540_INT_GPIO1VBATR 177
252#define AB8540_INT_GPIO2VBATF 178
253#define AB8540_INT_GPIO2VBATR 179
254#define AB8540_INT_GPIO3VBATF 180
255#define AB8540_INT_GPIO3VBATR 181
256#define AB8540_INT_GPIO4VBATF 182
257#define AB8540_INT_GPIO4VBATR 183
258
259#define AB8540_INT_SYSCLKREQ2F 184
260#define AB8540_INT_SYSCLKREQ2R 185
261#define AB8540_INT_SYSCLKREQ3F 186
262#define AB8540_INT_SYSCLKREQ3R 187
263#define AB8540_INT_SYSCLKREQ4F 188
264#define AB8540_INT_SYSCLKREQ4R 189
265#define AB8540_INT_SYSCLKREQ5F 190
266#define AB8540_INT_SYSCLKREQ5R 191
267
268#define AB8540_INT_PWMOUT1F 192
269#define AB8540_INT_PWMOUT1R 193
270#define AB8540_INT_PWMCTRL0F 194
271#define AB8540_INT_PWMCTRL0R 195
272#define AB8540_INT_PWMCTRL1F 196
273#define AB8540_INT_PWMCTRL1R 197
274#define AB8540_INT_SYSCLKREQ6F 198
275#define AB8540_INT_SYSCLKREQ6R 199
276
277#define AB8540_INT_PWMEXTVIBRA1F 200
278#define AB8540_INT_PWMEXTVIBRA1R 201
279#define AB8540_INT_PWMEXTVIBRA2F 202
280#define AB8540_INT_PWMEXTVIBRA2R 203
281#define AB8540_INT_PWMOUT2F 204
282#define AB8540_INT_PWMOUT2R 205
283#define AB8540_INT_PWMOUT3F 206
284#define AB8540_INT_PWMOUT3R 207
285
286#define AB8540_INT_ADDATA2F 208
287#define AB8540_INT_ADDATA2R 209
288#define AB8540_INT_DADATA2F 210
289#define AB8540_INT_DADATA2R 211
290#define AB8540_INT_FSYNC2F 212
291#define AB8540_INT_FSYNC2R 213
292#define AB8540_INT_BITCLK2F 214
293#define AB8540_INT_BITCLK2R 215
294
295
296
297
298
299
300
301
302#define AB8500_NR_IRQS 112
303#define AB8505_NR_IRQS 153
304#define AB9540_NR_IRQS 153
305#define AB8540_NR_IRQS 216
306
307#define AB8500_MAX_NR_IRQS AB8540_NR_IRQS
308
309#define AB8500_NUM_IRQ_REGS 14
310#define AB9540_NUM_IRQ_REGS 20
311#define AB8540_NUM_IRQ_REGS 27
312
313
314#define AB8500_POR_ON_VBAT 0x01
315#define AB8500_POW_KEY_1_ON 0x02
316#define AB8500_POW_KEY_2_ON 0x04
317#define AB8500_RTC_ALARM 0x08
318#define AB8500_MAIN_CH_DET 0x10
319#define AB8500_VBUS_DET 0x20
320#define AB8500_USB_ID_DET 0x40
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343struct ab8500 {
344 struct device *dev;
345 struct mutex lock;
346 struct mutex irq_lock;
347 atomic_t transfer_ongoing;
348 int irq_base;
349 int irq;
350 struct irq_domain *domain;
351 enum ab8500_version version;
352 u8 chip_id;
353
354 int (*write)(struct ab8500 *ab8500, u16 addr, u8 data);
355 int (*write_masked)(struct ab8500 *ab8500, u16 addr, u8 mask, u8 data);
356 int (*read)(struct ab8500 *ab8500, u16 addr);
357
358 unsigned long tx_buf[4];
359 unsigned long rx_buf[4];
360
361 u8 *mask;
362 u8 *oldmask;
363 int mask_size;
364 const int *irq_reg_offset;
365 int it_latchhier_num;
366};
367
368struct ab8500_regulator_platform_data;
369struct ab8500_gpio_platform_data;
370struct ab8500_codec_platform_data;
371struct ab8500_sysctrl_platform_data;
372
373
374
375
376
377
378
379struct ab8500_platform_data {
380 int irq_base;
381 void (*init) (struct ab8500 *);
382 struct ab8500_regulator_platform_data *regulator;
383 struct abx500_gpio_platform_data *gpio;
384 struct ab8500_codec_platform_data *codec;
385 struct ab8500_sysctrl_platform_data *sysctrl;
386};
387
388extern int ab8500_init(struct ab8500 *ab8500,
389 enum ab8500_version version);
390extern int ab8500_exit(struct ab8500 *ab8500);
391
392extern int ab8500_suspend(struct ab8500 *ab8500);
393
394static inline int is_ab8500(struct ab8500 *ab)
395{
396 return ab->version == AB8500_VERSION_AB8500;
397}
398
399static inline int is_ab8505(struct ab8500 *ab)
400{
401 return ab->version == AB8500_VERSION_AB8505;
402}
403
404static inline int is_ab9540(struct ab8500 *ab)
405{
406 return ab->version == AB8500_VERSION_AB9540;
407}
408
409static inline int is_ab8540(struct ab8500 *ab)
410{
411 return ab->version == AB8500_VERSION_AB8540;
412}
413
414
415static inline int is_ab8500_1p0_or_earlier(struct ab8500 *ab)
416{
417 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P0));
418}
419
420
421static inline int is_ab8500_1p1_or_earlier(struct ab8500 *ab)
422{
423 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P1));
424}
425
426
427static inline int is_ab8500_2p0_or_earlier(struct ab8500 *ab)
428{
429 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT2P0));
430}
431
432static inline int is_ab8500_3p3_or_earlier(struct ab8500 *ab)
433{
434 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT3P3));
435}
436
437
438static inline int is_ab8500_2p0(struct ab8500 *ab)
439{
440 return (is_ab8500(ab) && (ab->chip_id == AB8500_CUT2P0));
441}
442
443static inline int is_ab8505_1p0_or_earlier(struct ab8500 *ab)
444{
445 return (is_ab8505(ab) && (ab->chip_id <= AB8500_CUT1P0));
446}
447
448static inline int is_ab8505_2p0(struct ab8500 *ab)
449{
450 return (is_ab8505(ab) && (ab->chip_id == AB8500_CUT2P0));
451}
452
453static inline int is_ab9540_1p0_or_earlier(struct ab8500 *ab)
454{
455 return (is_ab9540(ab) && (ab->chip_id <= AB8500_CUT1P0));
456}
457
458static inline int is_ab9540_2p0(struct ab8500 *ab)
459{
460 return (is_ab9540(ab) && (ab->chip_id == AB8500_CUT2P0));
461}
462
463
464
465
466
467static inline int is_ab9540_3p0(struct ab8500 *ab)
468{
469 return (is_ab9540(ab) && (ab->chip_id == AB8500_CUT3P0));
470}
471
472static inline int is_ab8540_1p0_or_earlier(struct ab8500 *ab)
473{
474 return is_ab8540(ab) && (ab->chip_id <= AB8500_CUT1P0);
475}
476
477static inline int is_ab8540_1p1_or_earlier(struct ab8500 *ab)
478{
479 return is_ab8540(ab) && (ab->chip_id <= AB8500_CUT1P1);
480}
481
482static inline int is_ab8540_1p2_or_earlier(struct ab8500 *ab)
483{
484 return is_ab8540(ab) && (ab->chip_id <= AB8500_CUT1P2);
485}
486
487static inline int is_ab8540_2p0_or_earlier(struct ab8500 *ab)
488{
489 return is_ab8540(ab) && (ab->chip_id <= AB8500_CUT2P0);
490}
491
492static inline int is_ab8540_2p0(struct ab8500 *ab)
493{
494 return is_ab8540(ab) && (ab->chip_id == AB8500_CUT2P0);
495}
496
497static inline int is_ab8505_2p0_earlier(struct ab8500 *ab)
498{
499 return (is_ab8505(ab) && (ab->chip_id < AB8500_CUT2P0));
500}
501
502static inline int is_ab9540_2p0_or_earlier(struct ab8500 *ab)
503{
504 return (is_ab9540(ab) && (ab->chip_id < AB8500_CUT2P0));
505}
506
507void ab8500_override_turn_on_stat(u8 mask, u8 set);
508
509#ifdef CONFIG_AB8500_DEBUG
510void ab8500_dump_all_banks(struct device *dev);
511void ab8500_debug_register_interrupt(int line);
512#else
513static inline void ab8500_dump_all_banks(struct device *dev) {}
514static inline void ab8500_debug_register_interrupt(int line) {}
515#endif
516
517#endif
518