summaryrefslogtreecommitdiff
path: root/common/battery.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add "debug" option to charge_state_v2.cBill Richardson2014-05-151-4/+9
* Add host command to set battery vendor parametersDave Parker2014-04-291-0/+66
* battery: don't talk to battery after cut-offLouis Yung-Chieh Lo2014-04-251-3/+34
* battery: move cut-off commands to common/battery.cstabilize-5791.0.BLouis Yung-Chieh Lo2014-04-231-0/+20
* Fixed the stack overflow bug in 'battery' console command.stabilize-5784.0.BLouis Yung-Chieh Lo2014-04-211-14/+25
* Make battery_is_present() tristate: YES, NO, NOT_SUREBill Richardson2014-03-271-2/+3
* Add configs for battery detect via gpio or custom functionChromeOS Developer2014-02-061-0/+16
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-2/+2
* Cleanly force battery to mAh mode when reading capacityRandall Spangler2013-12-021-7/+3
* Add battery_get_params()Randall Spangler2013-12-021-54/+61
* Show smart battery status with 'battery' commandBill Richardson2013-11-051-0/+24
* Move source files to driver/ and power/ subdirsRandall Spangler2013-10-231-0/+195
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-195/+0
* Battery command needs to delay between iterationsRandall Spangler2013-09-301-0/+8
* Show charging allowed info for 'battery' commandVic Yang2013-09-101-0/+4
* Extend charge state machine to accommodate KirbyVic Yang2013-09-051-1/+2
* Add BQ27541 battery driverVic Yang2013-09-051-0/+182