ab8500-bm.h 12 KB

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