ab8500-bm.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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 AB8540_CH_USBCH_STAT3_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. #define CH_OP_CUR_LVL_2P 0x3F
  146. /* BTEMP High thermal limits */
  147. #define BTEMP_HIGH_TH_57_0 0x00
  148. #define BTEMP_HIGH_TH_52 0x01
  149. #define BTEMP_HIGH_TH_57_1 0x02
  150. #define BTEMP_HIGH_TH_62 0x03
  151. /* current is mA */
  152. #define USB_0P1A 100
  153. #define USB_0P2A 200
  154. #define USB_0P3A 300
  155. #define USB_0P4A 400
  156. #define USB_0P5A 500
  157. #define LOW_BAT_3P1V 0x20
  158. #define LOW_BAT_2P3V 0x00
  159. #define LOW_BAT_RESET 0x01
  160. #define LOW_BAT_ENABLE 0x01
  161. /* Backup battery constants */
  162. #define BUP_ICH_SEL_50UA 0x00
  163. #define BUP_ICH_SEL_150UA 0x04
  164. #define BUP_ICH_SEL_300UA 0x08
  165. #define BUP_ICH_SEL_700UA 0x0C
  166. enum bup_vch_sel {
  167. BUP_VCH_SEL_2P5V,
  168. BUP_VCH_SEL_2P6V,
  169. BUP_VCH_SEL_2P8V,
  170. BUP_VCH_SEL_3P1V,
  171. /*
  172. * Note that the following 5 values 2.7v, 2.9v, 3.0v, 3.2v, 3.3v
  173. * are only available on ab8540. You can't choose these 5
  174. * voltage on ab8500/ab8505/ab9540.
  175. */
  176. BUP_VCH_SEL_2P7V,
  177. BUP_VCH_SEL_2P9V,
  178. BUP_VCH_SEL_3P0V,
  179. BUP_VCH_SEL_3P2V,
  180. BUP_VCH_SEL_3P3V,
  181. };
  182. #define BUP_VCH_RANGE 0x02
  183. #define VBUP33_VRTCN 0x01
  184. /* Battery OVV constants */
  185. #define BATT_OVV_ENA 0x02
  186. #define BATT_OVV_TH_3P7 0x00
  187. #define BATT_OVV_TH_4P75 0x01
  188. /* A value to indicate over voltage */
  189. #define BATT_OVV_VALUE 4750
  190. /* VBUS OVV constants */
  191. #define VBUS_OVV_SELECT_MASK 0x78
  192. #define VBUS_OVV_SELECT_5P6V 0x00
  193. #define VBUS_OVV_SELECT_5P7V 0x08
  194. #define VBUS_OVV_SELECT_5P8V 0x10
  195. #define VBUS_OVV_SELECT_5P9V 0x18
  196. #define VBUS_OVV_SELECT_6P0V 0x20
  197. #define VBUS_OVV_SELECT_6P1V 0x28
  198. #define VBUS_OVV_SELECT_6P2V 0x30
  199. #define VBUS_OVV_SELECT_6P3V 0x38
  200. #define VBUS_AUTO_IN_CURR_LIM_ENA 0x04
  201. /* Fuel Gauge constants */
  202. #define RESET_ACCU 0x02
  203. #define READ_REQ 0x01
  204. #define CC_DEEP_SLEEP_ENA 0x02
  205. #define CC_PWR_UP_ENA 0x01
  206. #define CC_SAMPLES_40 0x28
  207. #define RD_NCONV_ACCU_REQ 0x01
  208. #define CC_CALIB 0x08
  209. #define CC_INTAVGOFFSET_ENA 0x10
  210. #define CC_MUXOFFSET 0x80
  211. #define CC_INT_CAL_N_AVG_MASK 0x60
  212. #define CC_INT_CAL_SAMPLES_16 0x40
  213. #define CC_INT_CAL_SAMPLES_8 0x20
  214. #define CC_INT_CAL_SAMPLES_4 0x00
  215. /* RTC constants */
  216. #define RTC_BUP_CH_ENA 0x10
  217. /* BatCtrl Current Source Constants */
  218. #define BAT_CTRL_7U_ENA 0x01
  219. #define BAT_CTRL_20U_ENA 0x02
  220. #define BAT_CTRL_18U_ENA 0x01
  221. #define BAT_CTRL_16U_ENA 0x02
  222. #define BAT_CTRL_60U_ENA 0x01
  223. #define BAT_CTRL_120U_ENA 0x02
  224. #define BAT_CTRL_CMP_ENA 0x04
  225. #define FORCE_BAT_CTRL_CMP_HIGH 0x08
  226. #define BAT_CTRL_PULL_UP_ENA 0x10
  227. /* Battery type */
  228. #define BATTERY_UNKNOWN 00
  229. /* Registers for pcut feature in ab8505 and ab9540 */
  230. #define AB8505_RTC_PCUT_CTL_STATUS_REG 0x12
  231. #define AB8505_RTC_PCUT_TIME_REG 0x13
  232. #define AB8505_RTC_PCUT_MAX_TIME_REG 0x14
  233. #define AB8505_RTC_PCUT_FLAG_TIME_REG 0x15
  234. #define AB8505_RTC_PCUT_RESTART_REG 0x16
  235. #define AB8505_RTC_PCUT_DEBOUNCE_REG 0x17
  236. /* USB Power Path constants for ab8540 */
  237. #define BUS_VSYS_VOL_SELECT_MASK 0x06
  238. #define BUS_VSYS_VOL_SELECT_3P6V 0x00
  239. #define BUS_VSYS_VOL_SELECT_3P325V 0x02
  240. #define BUS_VSYS_VOL_SELECT_3P9V 0x04
  241. #define BUS_VSYS_VOL_SELECT_4P3V 0x06
  242. #define BUS_POWER_PATH_MODE_ENA 0x01
  243. #define BUS_PP_PRECHG_CURRENT_MASK 0x0E
  244. #define BUS_POWER_PATH_PRECHG_ENA 0x01
  245. /**
  246. * struct res_to_temp - defines one point in a temp to res curve. To
  247. * be used in battery packs that combines the identification resistor with a
  248. * NTC resistor.
  249. * @temp: battery pack temperature in Celcius
  250. * @resist: NTC resistor net total resistance
  251. */
  252. struct res_to_temp {
  253. int temp;
  254. int resist;
  255. };
  256. /**
  257. * struct batres_vs_temp - defines one point in a temp vs battery internal
  258. * resistance curve.
  259. * @temp: battery pack temperature in Celcius
  260. * @resist: battery internal reistance in mOhm
  261. */
  262. struct batres_vs_temp {
  263. int temp;
  264. int resist;
  265. };
  266. /* Forward declaration */
  267. struct ab8500_fg;
  268. /**
  269. * struct ab8500_fg_parameters - Fuel gauge algorithm parameters, in seconds
  270. * if not specified
  271. * @recovery_sleep_timer: Time between measurements while recovering
  272. * @recovery_total_time: Total recovery time
  273. * @init_timer: Measurement interval during startup
  274. * @init_discard_time: Time we discard voltage measurement at startup
  275. * @init_total_time: Total init time during startup
  276. * @high_curr_time: Time current has to be high to go to recovery
  277. * @accu_charging: FG accumulation time while charging
  278. * @accu_high_curr: FG accumulation time in high current mode
  279. * @high_curr_threshold: High current threshold, in mA
  280. * @lowbat_threshold: Low battery threshold, in mV
  281. * @battok_falling_th_sel0 Threshold in mV for battOk signal sel0
  282. * Resolution in 50 mV step.
  283. * @battok_raising_th_sel1 Threshold in mV for battOk signal sel1
  284. * Resolution in 50 mV step.
  285. * @user_cap_limit Capacity reported from user must be within this
  286. * limit to be considered as sane, in percentage
  287. * points.
  288. * @maint_thres This is the threshold where we stop reporting
  289. * battery full while in maintenance, in per cent
  290. * @pcut_enable: Enable power cut feature in ab8505
  291. * @pcut_max_time: Max time threshold
  292. * @pcut_flag_time: Flagtime threshold
  293. * @pcut_max_restart: Max number of restarts
  294. * @pcut_debunce_time: Sets battery debounce time
  295. */
  296. struct ab8500_fg_parameters {
  297. int recovery_sleep_timer;
  298. int recovery_total_time;
  299. int init_timer;
  300. int init_discard_time;
  301. int init_total_time;
  302. int high_curr_time;
  303. int accu_charging;
  304. int accu_high_curr;
  305. int high_curr_threshold;
  306. int lowbat_threshold;
  307. int battok_falling_th_sel0;
  308. int battok_raising_th_sel1;
  309. int user_cap_limit;
  310. int maint_thres;
  311. bool pcut_enable;
  312. u8 pcut_max_time;
  313. u8 pcut_flag_time;
  314. u8 pcut_max_restart;
  315. u8 pcut_debunce_time;
  316. };
  317. /**
  318. * struct ab8500_charger_maximization - struct used by the board config.
  319. * @use_maxi: Enable maximization for this battery type
  320. * @maxi_chg_curr: Maximum charger current allowed
  321. * @maxi_wait_cycles: cycles to wait before setting charger current
  322. * @charger_curr_step delta between two charger current settings (mA)
  323. */
  324. struct ab8500_maxim_parameters {
  325. bool ena_maxi;
  326. int chg_curr;
  327. int wait_cycles;
  328. int charger_curr_step;
  329. };
  330. /**
  331. * struct ab8500_bm_capacity_levels - ab8500 capacity level data
  332. * @critical: critical capacity level in percent
  333. * @low: low capacity level in percent
  334. * @normal: normal capacity level in percent
  335. * @high: high capacity level in percent
  336. * @full: full capacity level in percent
  337. */
  338. struct ab8500_bm_capacity_levels {
  339. int critical;
  340. int low;
  341. int normal;
  342. int high;
  343. int full;
  344. };
  345. /**
  346. * struct ab8500_bm_charger_parameters - Charger specific parameters
  347. * @usb_volt_max: maximum allowed USB charger voltage in mV
  348. * @usb_curr_max: maximum allowed USB charger current in mA
  349. * @ac_volt_max: maximum allowed AC charger voltage in mV
  350. * @ac_curr_max: maximum allowed AC charger current in mA
  351. */
  352. struct ab8500_bm_charger_parameters {
  353. int usb_volt_max;
  354. int usb_curr_max;
  355. int ac_volt_max;
  356. int ac_curr_max;
  357. };
  358. /**
  359. * struct ab8500_bm_data - ab8500 battery management data
  360. * @temp_under under this temp, charging is stopped
  361. * @temp_low between this temp and temp_under charging is reduced
  362. * @temp_high between this temp and temp_over charging is reduced
  363. * @temp_over over this temp, charging is stopped
  364. * @temp_interval_chg temperature measurement interval in s when charging
  365. * @temp_interval_nochg temperature measurement interval in s when not charging
  366. * @main_safety_tmr_h safety timer for main charger
  367. * @usb_safety_tmr_h safety timer for usb charger
  368. * @bkup_bat_v voltage which we charge the backup battery with
  369. * @bkup_bat_i current which we charge the backup battery with
  370. * @no_maintenance indicates that maintenance charging is disabled
  371. * @capacity_scaling indicates whether capacity scaling is to be used
  372. * @adc_therm placement of thermistor, batctrl or battemp adc
  373. * @chg_unknown_bat flag to enable charging of unknown batteries
  374. * @enable_overshoot flag to enable VBAT overshoot control
  375. * @fg_res resistance of FG resistor in 0.1mOhm
  376. * @n_btypes number of elements in array bat_type
  377. * @batt_id index of the identified battery in array bat_type
  378. * @interval_charging charge alg cycle period time when charging (sec)
  379. * @interval_not_charging charge alg cycle period time when not charging (sec)
  380. * @temp_hysteresis temperature hysteresis
  381. * @gnd_lift_resistance Battery ground to phone ground resistance (mOhm)
  382. * @maxi: maximization parameters
  383. * @cap_levels capacity in percent for the different capacity levels
  384. * @bat_type table of supported battery types
  385. * @chg_params charger parameters
  386. * @fg_params fuel gauge parameters
  387. */
  388. struct ab8500_bm_data {
  389. int temp_under;
  390. int temp_low;
  391. int temp_high;
  392. int temp_over;
  393. int temp_interval_chg;
  394. int temp_interval_nochg;
  395. int main_safety_tmr_h;
  396. int usb_safety_tmr_h;
  397. int bkup_bat_v;
  398. int bkup_bat_i;
  399. bool no_maintenance;
  400. bool capacity_scaling;
  401. bool chg_unknown_bat;
  402. bool enable_overshoot;
  403. enum abx500_adc_therm adc_therm;
  404. int fg_res;
  405. int n_btypes;
  406. int batt_id;
  407. int interval_charging;
  408. int interval_not_charging;
  409. int temp_hysteresis;
  410. int gnd_lift_resistance;
  411. const struct ab8500_maxim_parameters *maxi;
  412. const struct ab8500_bm_capacity_levels *cap_levels;
  413. const struct ab8500_bm_charger_parameters *chg_params;
  414. const struct ab8500_fg_parameters *fg_params;
  415. };
  416. struct ab8500_btemp;
  417. struct ab8500_gpadc;
  418. struct ab8500_fg;
  419. #ifdef CONFIG_AB8500_BM
  420. extern struct abx500_bm_data ab8500_bm_data;
  421. void ab8500_fg_reinit(void);
  422. void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
  423. struct ab8500_btemp *ab8500_btemp_get(void);
  424. int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp);
  425. struct ab8500_fg *ab8500_fg_get(void);
  426. int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev);
  427. int ab8500_fg_inst_curr_start(struct ab8500_fg *di);
  428. int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res);
  429. int ab8500_fg_inst_curr_started(struct ab8500_fg *di);
  430. int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
  431. #else
  432. static struct abx500_bm_data ab8500_bm_data;
  433. #endif
  434. #endif /* _AB8500_BM_H */