ab8500-bm.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. /*
  2. * Copyright ST-Ericsson 2012.
  3. *
  4. * Author: Arun Murthy <arun.murthy@stericsson.com>
  5. * Licensed under GPLv2.
  6. */
  7. #ifndef _AB8500_BM_H
  8. #define _AB8500_BM_H
  9. #include <linux/kernel.h>
  10. #include <linux/mfd/abx500.h>
  11. /*
  12. * System control 2 register offsets.
  13. * bank = 0x02
  14. */
  15. #define AB8500_MAIN_WDOG_CTRL_REG 0x01
  16. #define AB8500_LOW_BAT_REG 0x03
  17. #define AB8500_BATT_OK_REG 0x04
  18. /*
  19. * USB/ULPI register offsets
  20. * Bank : 0x5
  21. */
  22. #define AB8500_USB_LINE_STAT_REG 0x80
  23. #define AB8500_USB_LINK1_STAT_REG 0x94
  24. /*
  25. * Charger / status register offfsets
  26. * Bank : 0x0B
  27. */
  28. #define AB8500_CH_STATUS1_REG 0x00
  29. #define AB8500_CH_STATUS2_REG 0x01
  30. #define AB8500_CH_USBCH_STAT1_REG 0x02
  31. #define AB8500_CH_USBCH_STAT2_REG 0x03
  32. #define AB8500_CH_FSM_STAT_REG 0x04
  33. #define AB8500_CH_STAT_REG 0x05
  34. /*
  35. * Charger / control register offfsets
  36. * Bank : 0x0B
  37. */
  38. #define AB8500_CH_VOLT_LVL_REG 0x40
  39. #define AB8500_CH_VOLT_LVL_MAX_REG 0x41 /*Only in Cut2.0*/
  40. #define AB8500_CH_OPT_CRNTLVL_REG 0x42
  41. #define AB8500_CH_OPT_CRNTLVL_MAX_REG 0x43 /*Only in Cut2.0*/
  42. #define AB8500_CH_WD_TIMER_REG 0x50
  43. #define AB8500_CHARG_WD_CTRL 0x51
  44. #define AB8500_BTEMP_HIGH_TH 0x52
  45. #define AB8500_LED_INDICATOR_PWM_CTRL 0x53
  46. #define AB8500_LED_INDICATOR_PWM_DUTY 0x54
  47. #define AB8500_BATT_OVV 0x55
  48. #define AB8500_CHARGER_CTRL 0x56
  49. #define AB8500_BAT_CTRL_CURRENT_SOURCE 0x60 /*Only in Cut2.0*/
  50. /*
  51. * Charger / main control register offsets
  52. * Bank : 0x0B
  53. */
  54. #define AB8500_MCH_CTRL1 0x80
  55. #define AB8500_MCH_CTRL2 0x81
  56. #define AB8500_MCH_IPT_CURLVL_REG 0x82
  57. #define AB8500_CH_WD_REG 0x83
  58. /*
  59. * Charger / USB control register offsets
  60. * Bank : 0x0B
  61. */
  62. #define AB8500_USBCH_CTRL1_REG 0xC0
  63. #define AB8500_USBCH_CTRL2_REG 0xC1
  64. #define AB8500_USBCH_IPT_CRNTLVL_REG 0xC2
  65. #define AB8540_USB_PP_MODE_REG 0xC5
  66. #define AB8540_USB_PP_CHR_REG 0xC6
  67. /*
  68. * Gas Gauge register offsets
  69. * Bank : 0x0C
  70. */
  71. #define AB8500_GASG_CC_CTRL_REG 0x00
  72. #define AB8500_GASG_CC_ACCU1_REG 0x01
  73. #define AB8500_GASG_CC_ACCU2_REG 0x02
  74. #define AB8500_GASG_CC_ACCU3_REG 0x03
  75. #define AB8500_GASG_CC_ACCU4_REG 0x04
  76. #define AB8500_GASG_CC_SMPL_CNTRL_REG 0x05
  77. #define AB8500_GASG_CC_SMPL_CNTRH_REG 0x06
  78. #define AB8500_GASG_CC_SMPL_CNVL_REG 0x07
  79. #define AB8500_GASG_CC_SMPL_CNVH_REG 0x08
  80. #define AB8500_GASG_CC_CNTR_AVGOFF_REG 0x09
  81. #define AB8500_GASG_CC_OFFSET_REG 0x0A
  82. #define AB8500_GASG_CC_NCOV_ACCU 0x10
  83. #define AB8500_GASG_CC_NCOV_ACCU_CTRL 0x11
  84. #define AB8500_GASG_CC_NCOV_ACCU_LOW 0x12
  85. #define AB8500_GASG_CC_NCOV_ACCU_MED 0x13
  86. #define AB8500_GASG_CC_NCOV_ACCU_HIGH 0x14
  87. /*
  88. * Interrupt register offsets
  89. * Bank : 0x0E
  90. */
  91. #define AB8500_IT_SOURCE2_REG 0x01
  92. #define AB8500_IT_SOURCE21_REG 0x14
  93. /*
  94. * RTC register offsets
  95. * Bank: 0x0F
  96. */
  97. #define AB8500_RTC_BACKUP_CHG_REG 0x0C
  98. #define AB8500_RTC_CC_CONF_REG 0x01
  99. #define AB8500_RTC_CTRL_REG 0x0B
  100. #define AB8500_RTC_CTRL1_REG 0x11
  101. /*
  102. * OTP register offsets
  103. * Bank : 0x15
  104. */
  105. #define AB8500_OTP_CONF_15 0x0E
  106. /* GPADC constants from AB8500 spec, UM0836 */
  107. #define ADC_RESOLUTION 1024
  108. #define ADC_CH_MAIN_MIN 0
  109. #define ADC_CH_MAIN_MAX 20030
  110. #define ADC_CH_VBUS_MIN 0
  111. #define ADC_CH_VBUS_MAX 20030
  112. #define ADC_CH_VBAT_MIN 2300
  113. #define ADC_CH_VBAT_MAX 4800
  114. #define ADC_CH_BKBAT_MIN 0
  115. #define ADC_CH_BKBAT_MAX 3200
  116. /* Main charge i/p current */
  117. #define MAIN_CH_IP_CUR_0P9A 0x80
  118. #define MAIN_CH_IP_CUR_1P0A 0x90
  119. #define MAIN_CH_IP_CUR_1P1A 0xA0
  120. #define MAIN_CH_IP_CUR_1P2A 0xB0
  121. #define MAIN_CH_IP_CUR_1P3A 0xC0
  122. #define MAIN_CH_IP_CUR_1P4A 0xD0
  123. #define MAIN_CH_IP_CUR_1P5A 0xE0
  124. /* ChVoltLevel */
  125. #define CH_VOL_LVL_3P5 0x00
  126. #define CH_VOL_LVL_4P0 0x14
  127. #define CH_VOL_LVL_4P05 0x16
  128. #define CH_VOL_LVL_4P1 0x1B
  129. #define CH_VOL_LVL_4P15 0x20
  130. #define CH_VOL_LVL_4P2 0x25
  131. #define CH_VOL_LVL_4P6 0x4D
  132. /* ChOutputCurrentLevel */
  133. #define CH_OP_CUR_LVL_0P1 0x00
  134. #define CH_OP_CUR_LVL_0P2 0x01
  135. #define CH_OP_CUR_LVL_0P3 0x02
  136. #define CH_OP_CUR_LVL_0P4 0x03
  137. #define CH_OP_CUR_LVL_0P5 0x04
  138. #define CH_OP_CUR_LVL_0P6 0x05
  139. #define CH_OP_CUR_LVL_0P7 0x06
  140. #define CH_OP_CUR_LVL_0P8 0x07
  141. #define CH_OP_CUR_LVL_0P9 0x08
  142. #define CH_OP_CUR_LVL_1P4 0x0D
  143. #define CH_OP_CUR_LVL_1P5 0x0E
  144. #define CH_OP_CUR_LVL_1P6 0x0F
  145. /* BTEMP High thermal limits */
  146. #define BTEMP_HIGH_TH_57_0 0x00
  147. #define BTEMP_HIGH_TH_52 0x01
  148. #define BTEMP_HIGH_TH_57_1 0x02
  149. #define BTEMP_HIGH_TH_62 0x03
  150. /* current is mA */
  151. #define USB_0P1A 100
  152. #define USB_0P2A 200
  153. #define USB_0P3A 300
  154. #define USB_0P4A 400
  155. #define USB_0P5A 500
  156. #define LOW_BAT_3P1V 0x20
  157. #define LOW_BAT_2P3V 0x00
  158. #define LOW_BAT_RESET 0x01
  159. #define LOW_BAT_ENABLE 0x01
  160. /* Backup battery constants */
  161. #define BUP_ICH_SEL_50UA 0x00
  162. #define BUP_ICH_SEL_150UA 0x04
  163. #define BUP_ICH_SEL_300UA 0x08
  164. #define BUP_ICH_SEL_700UA 0x0C
  165. enum bup_vch_sel {
  166. BUP_VCH_SEL_2P5V,
  167. BUP_VCH_SEL_2P6V,
  168. BUP_VCH_SEL_2P8V,
  169. BUP_VCH_SEL_3P1V,
  170. /*
  171. * Note that the following 5 values 2.7v, 2.9v, 3.0v, 3.2v, 3.3v
  172. * are only available on ab8540. You can't choose these 5
  173. * voltage on ab8500/ab8505/ab9540.
  174. */
  175. BUP_VCH_SEL_2P7V,
  176. BUP_VCH_SEL_2P9V,
  177. BUP_VCH_SEL_3P0V,
  178. BUP_VCH_SEL_3P2V,
  179. BUP_VCH_SEL_3P3V,
  180. };
  181. #define BUP_VCH_RANGE 0x02
  182. #define VBUP33_VRTCN 0x01
  183. /* Battery OVV constants */
  184. #define BATT_OVV_ENA 0x02
  185. #define BATT_OVV_TH_3P7 0x00
  186. #define BATT_OVV_TH_4P75 0x01
  187. /* A value to indicate over voltage */
  188. #define BATT_OVV_VALUE 4750
  189. /* VBUS OVV constants */
  190. #define VBUS_OVV_SELECT_MASK 0x78
  191. #define VBUS_OVV_SELECT_5P6V 0x00
  192. #define VBUS_OVV_SELECT_5P7V 0x08
  193. #define VBUS_OVV_SELECT_5P8V 0x10
  194. #define VBUS_OVV_SELECT_5P9V 0x18
  195. #define VBUS_OVV_SELECT_6P0V 0x20
  196. #define VBUS_OVV_SELECT_6P1V 0x28
  197. #define VBUS_OVV_SELECT_6P2V 0x30
  198. #define VBUS_OVV_SELECT_6P3V 0x38
  199. #define VBUS_AUTO_IN_CURR_LIM_ENA 0x04
  200. /* Fuel Gauge constants */
  201. #define RESET_ACCU 0x02
  202. #define READ_REQ 0x01
  203. #define CC_DEEP_SLEEP_ENA 0x02
  204. #define CC_PWR_UP_ENA 0x01
  205. #define CC_SAMPLES_40 0x28
  206. #define RD_NCONV_ACCU_REQ 0x01
  207. #define CC_CALIB 0x08
  208. #define CC_INTAVGOFFSET_ENA 0x10
  209. #define CC_MUXOFFSET 0x80
  210. #define CC_INT_CAL_N_AVG_MASK 0x60
  211. #define CC_INT_CAL_SAMPLES_16 0x40
  212. #define CC_INT_CAL_SAMPLES_8 0x20
  213. #define CC_INT_CAL_SAMPLES_4 0x00
  214. /* RTC constants */
  215. #define RTC_BUP_CH_ENA 0x10
  216. /* BatCtrl Current Source Constants */
  217. #define BAT_CTRL_7U_ENA 0x01
  218. #define BAT_CTRL_20U_ENA 0x02
  219. #define BAT_CTRL_18U_ENA 0x01
  220. #define BAT_CTRL_16U_ENA 0x02
  221. #define BAT_CTRL_CMP_ENA 0x04
  222. #define FORCE_BAT_CTRL_CMP_HIGH 0x08
  223. #define BAT_CTRL_PULL_UP_ENA 0x10
  224. /* Battery type */
  225. #define BATTERY_UNKNOWN 00
  226. /* Registers for pcut feature in ab8505 and ab9540 */
  227. #define AB8505_RTC_PCUT_CTL_STATUS_REG 0x12
  228. #define AB8505_RTC_PCUT_TIME_REG 0x13
  229. #define AB8505_RTC_PCUT_MAX_TIME_REG 0x14
  230. #define AB8505_RTC_PCUT_FLAG_TIME_REG 0x15
  231. #define AB8505_RTC_PCUT_RESTART_REG 0x16
  232. #define AB8505_RTC_PCUT_DEBOUNCE_REG 0x17
  233. /* USB Power Path constants for ab8540 */
  234. #define BUS_VSYS_VOL_SELECT_MASK 0x06
  235. #define BUS_VSYS_VOL_SELECT_3P6V 0x00
  236. #define BUS_VSYS_VOL_SELECT_3P325V 0x02
  237. #define BUS_VSYS_VOL_SELECT_3P9V 0x04
  238. #define BUS_VSYS_VOL_SELECT_4P3V 0x06
  239. #define BUS_POWER_PATH_MODE_ENA 0x01
  240. #define BUS_PP_PRECHG_CURRENT_MASK 0x0E
  241. #define BUS_POWER_PATH_PRECHG_ENA 0x01
  242. /**
  243. * struct res_to_temp - defines one point in a temp to res curve. To
  244. * be used in battery packs that combines the identification resistor with a
  245. * NTC resistor.
  246. * @temp: battery pack temperature in Celcius
  247. * @resist: NTC resistor net total resistance
  248. */
  249. struct res_to_temp {
  250. int temp;
  251. int resist;
  252. };
  253. /**
  254. * struct batres_vs_temp - defines one point in a temp vs battery internal
  255. * resistance curve.
  256. * @temp: battery pack temperature in Celcius
  257. * @resist: battery internal reistance in mOhm
  258. */
  259. struct batres_vs_temp {
  260. int temp;
  261. int resist;
  262. };
  263. /* Forward declaration */
  264. struct ab8500_fg;
  265. /**
  266. * struct ab8500_fg_parameters - Fuel gauge algorithm parameters, in seconds
  267. * if not specified
  268. * @recovery_sleep_timer: Time between measurements while recovering
  269. * @recovery_total_time: Total recovery time
  270. * @init_timer: Measurement interval during startup
  271. * @init_discard_time: Time we discard voltage measurement at startup
  272. * @init_total_time: Total init time during startup
  273. * @high_curr_time: Time current has to be high to go to recovery
  274. * @accu_charging: FG accumulation time while charging
  275. * @accu_high_curr: FG accumulation time in high current mode
  276. * @high_curr_threshold: High current threshold, in mA
  277. * @lowbat_threshold: Low battery threshold, in mV
  278. * @battok_falling_th_sel0 Threshold in mV for battOk signal sel0
  279. * Resolution in 50 mV step.
  280. * @battok_raising_th_sel1 Threshold in mV for battOk signal sel1
  281. * Resolution in 50 mV step.
  282. * @user_cap_limit Capacity reported from user must be within this
  283. * limit to be considered as sane, in percentage
  284. * points.
  285. * @maint_thres This is the threshold where we stop reporting
  286. * battery full while in maintenance, in per cent
  287. * @pcut_enable: Enable power cut feature in ab8505
  288. * @pcut_max_time: Max time threshold
  289. * @pcut_flag_time: Flagtime threshold
  290. * @pcut_max_restart: Max number of restarts
  291. * @pcut_debunce_time: Sets battery debounce time
  292. */
  293. struct ab8500_fg_parameters {
  294. int recovery_sleep_timer;
  295. int recovery_total_time;
  296. int init_timer;
  297. int init_discard_time;
  298. int init_total_time;
  299. int high_curr_time;
  300. int accu_charging;
  301. int accu_high_curr;
  302. int high_curr_threshold;
  303. int lowbat_threshold;
  304. int battok_falling_th_sel0;
  305. int battok_raising_th_sel1;
  306. int user_cap_limit;
  307. int maint_thres;
  308. bool pcut_enable;
  309. u8 pcut_max_time;
  310. u8 pcut_flag_time;
  311. u8 pcut_max_restart;
  312. u8 pcut_debunce_time;
  313. };
  314. /**
  315. * struct ab8500_charger_maximization - struct used by the board config.
  316. * @use_maxi: Enable maximization for this battery type
  317. * @maxi_chg_curr: Maximum charger current allowed
  318. * @maxi_wait_cycles: cycles to wait before setting charger current
  319. * @charger_curr_step delta between two charger current settings (mA)
  320. */
  321. struct ab8500_maxim_parameters {
  322. bool ena_maxi;
  323. int chg_curr;
  324. int wait_cycles;
  325. int charger_curr_step;
  326. };
  327. /**
  328. * struct ab8500_bm_capacity_levels - ab8500 capacity level data
  329. * @critical: critical capacity level in percent
  330. * @low: low capacity level in percent
  331. * @normal: normal capacity level in percent
  332. * @high: high capacity level in percent
  333. * @full: full capacity level in percent
  334. */
  335. struct ab8500_bm_capacity_levels {
  336. int critical;
  337. int low;
  338. int normal;
  339. int high;
  340. int full;
  341. };
  342. /**
  343. * struct ab8500_bm_charger_parameters - Charger specific parameters
  344. * @usb_volt_max: maximum allowed USB charger voltage in mV
  345. * @usb_curr_max: maximum allowed USB charger current in mA
  346. * @ac_volt_max: maximum allowed AC charger voltage in mV
  347. * @ac_curr_max: maximum allowed AC charger current in mA
  348. */
  349. struct ab8500_bm_charger_parameters {
  350. int usb_volt_max;
  351. int usb_curr_max;
  352. int ac_volt_max;
  353. int ac_curr_max;
  354. };
  355. /**
  356. * struct ab8500_bm_data - ab8500 battery management data
  357. * @temp_under under this temp, charging is stopped
  358. * @temp_low between this temp and temp_under charging is reduced
  359. * @temp_high between this temp and temp_over charging is reduced
  360. * @temp_over over this temp, charging is stopped
  361. * @temp_interval_chg temperature measurement interval in s when charging
  362. * @temp_interval_nochg temperature measurement interval in s when not charging
  363. * @main_safety_tmr_h safety timer for main charger
  364. * @usb_safety_tmr_h safety timer for usb charger
  365. * @bkup_bat_v voltage which we charge the backup battery with
  366. * @bkup_bat_i current which we charge the backup battery with
  367. * @no_maintenance indicates that maintenance charging is disabled
  368. * @capacity_scaling indicates whether capacity scaling is to be used
  369. * @adc_therm placement of thermistor, batctrl or battemp adc
  370. * @chg_unknown_bat flag to enable charging of unknown batteries
  371. * @enable_overshoot flag to enable VBAT overshoot control
  372. * @fg_res resistance of FG resistor in 0.1mOhm
  373. * @n_btypes number of elements in array bat_type
  374. * @batt_id index of the identified battery in array bat_type
  375. * @interval_charging charge alg cycle period time when charging (sec)
  376. * @interval_not_charging charge alg cycle period time when not charging (sec)
  377. * @temp_hysteresis temperature hysteresis
  378. * @gnd_lift_resistance Battery ground to phone ground resistance (mOhm)
  379. * @maxi: maximization parameters
  380. * @cap_levels capacity in percent for the different capacity levels
  381. * @bat_type table of supported battery types
  382. * @chg_params charger parameters
  383. * @fg_params fuel gauge parameters
  384. */
  385. struct ab8500_bm_data {
  386. int temp_under;
  387. int temp_low;
  388. int temp_high;
  389. int temp_over;
  390. int temp_interval_chg;
  391. int temp_interval_nochg;
  392. int main_safety_tmr_h;
  393. int usb_safety_tmr_h;
  394. int bkup_bat_v;
  395. int bkup_bat_i;
  396. bool no_maintenance;
  397. bool capacity_scaling;
  398. bool chg_unknown_bat;
  399. bool enable_overshoot;
  400. enum abx500_adc_therm adc_therm;
  401. int fg_res;
  402. int n_btypes;
  403. int batt_id;
  404. int interval_charging;
  405. int interval_not_charging;
  406. int temp_hysteresis;
  407. int gnd_lift_resistance;
  408. const struct ab8500_maxim_parameters *maxi;
  409. const struct ab8500_bm_capacity_levels *cap_levels;
  410. const struct ab8500_bm_charger_parameters *chg_params;
  411. const struct ab8500_fg_parameters *fg_params;
  412. };
  413. struct ab8500_btemp;
  414. struct ab8500_gpadc;
  415. struct ab8500_fg;
  416. #ifdef CONFIG_AB8500_BM
  417. extern struct abx500_bm_data ab8500_bm_data;
  418. void ab8500_fg_reinit(void);
  419. void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
  420. struct ab8500_btemp *ab8500_btemp_get(void);
  421. int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);
  422. struct ab8500_fg *ab8500_fg_get(void);
  423. int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev);
  424. int ab8500_fg_inst_curr_start(struct ab8500_fg *di);
  425. int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res);
  426. int ab8500_fg_inst_curr_started(struct ab8500_fg *di);
  427. int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
  428. #else
  429. static struct abx500_bm_data ab8500_bm_data;
  430. #endif
  431. #endif /* _AB8500_BM_H */