summaryrefslogtreecommitdiff
path: root/common/battery.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Convert %T to %pTEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-4/+7
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+1
* cleanup: refactor CPRINTF("[%T ...]\n") to CPRINTSJack Rosenthal2019-07-171-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common/battery: Avoid negative display percentagesEvan Green2019-06-081-0/+2
* battery: Consolidate battery_manufacturer_nameDaisuke Nojiri2019-05-011-0/+11
* Battery: Use host full capacity to compute display percentageDaisuke Nojiri2018-11-161-16/+18
* Battery: Make battery command print display percentageDaisuke Nojiri2018-11-151-1/+8
* Battery: Apply full factor to full capacityDaisuke Nojiri2018-11-141-7/+13
* Battery: Get display charge percentageDaisuke Nojiri2018-11-081-1/+16
* Battery: Compensate remaining charge to match full capacityDaisuke Nojiri2018-11-081-0/+22
* Battery: Force data update for EC_CMD_BATTERY_GET_STATICDaisuke Nojiri2018-10-301-1/+2
* battery: treat error codes properlyCaveh Jalali2018-04-101-4/+5
* battery: Allow 2 batteries to be fetched via ACPINicolas Boichat2018-02-091-3/+77
* charge_state_v2: Store battery information in new structuresNicolas Boichat2018-02-071-10/+18
* battery: Add support for reading base battery through host commandNicolas Boichat2018-01-141-0/+41
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-6/+3
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-2/+2
* Add 'at-shutdown' option to batterycutoff host commandDave Parker2014-06-151-17/+81
* 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