ab8500-bm.h 13 KB

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