summaryrefslogtreecommitdiff
path: root/driver/battery
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-059-3180/+0
* Battery: Apply fake SoC to display chargeDaisuke Nojiri2021-06-291-0/+1
* Remove CONFIG_BATTERY_DEAD_UNTIL_VALUEDaisuke Nojiri2021-06-011-4/+0
* zephyr: Add Smart Battery emulatorTomasz Michalec2021-05-181-3/+6
* virtual_battery: bug fix in reading SB_AVERAGE_CURRENTIkjoon Jang2021-03-151-1/+3
* Kakadu: Fix battery charging status for bq27542wen zhang2020-12-081-0/+4
* Kakadu: Fix battery is_present status for bq27542wen zhang2020-12-041-2/+4
* Kakadu: Add new battery support for gauge bq27542wen zhang2020-11-121-4/+75
* Battery: Apply faked state of charge to remaining capacityDaisuke Nojiri2020-09-291-6/+22
* battery: Expose battery_manufacture_date() as APIWai-Hong Tam2020-07-214-0/+20
* battery: Fix obtaining battery manufacture dateWai-Hong Tam2020-07-171-5/+5
* config: Rename CONFIG_I2C_PASSTHROUGH to CONFIG_SB_PASSTHROUGHEdward Hill2020-04-081-1/+1
* kodama: overwrite bad battery params to known good valueTing Shen2019-12-231-0/+1
* Reland "smart_battery: add smbus error checking support"Ting Shen2019-11-251-8/+43
* battery : Define CONFIG_BATTERY_DEAD_UNTIL_VALUEYongBeum Ha2019-11-221-0/+4
* driver/battery: add command to fake battery temperaturePaul Fagerburg2019-11-121-1/+30
* Revert "smart_battery: add smbus error checking support"Caveh Jalali2019-10-301-43/+8
* battery/mm8013: Fix reversed WANT_CHG flag.Yilun Lin2019-10-301-3/+3
* smart_battery: add smbus error checking supportTing Shen2019-10-281-8/+43
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-022-5/+9
* battery/mm8013: fix battery present statusYilun Lin2019-08-231-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-207-12/+12
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-197-14/+22
* common: remove CONFIG_SMBUS dead codeDenis Brockus2019-07-171-20/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-194-4/+4
* MAX17055: Add the full model driverYH Lin2019-05-082-19/+208
* battery: Consolidate battery_manufacturer_nameDaisuke Nojiri2019-05-015-28/+1
* mm8013: implement battery_serial_numberTing Shen2019-04-231-1/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-263-23/+23
* battery/max17055: Use DevName Register as device nameTing Shen2019-03-131-2/+8
* battery/max17055: Report 5 sec average currentTing Shen2019-03-071-2/+2
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-02-261-0/+15
* battery: add support for mm8013 battery gaugeTing Shen2019-02-202-0/+290
* battery/max17055: Update batt_param as a whole.Yilun Lin2018-12-061-29/+32
* Battery: Use host full capacity to compute display percentageDaisuke Nojiri2018-11-161-0/+3
* Battery: Compensate remaining charge to match full capacityDaisuke Nojiri2018-11-081-0/+2
* max17055: Support alert function.Yilun Lin2018-10-122-3/+131
* max17055: Invalidate all batt info when batt not present.Yilun Lin2018-10-021-11/+13
* Liara: Add supported batteriesJonathan Brandmeyer2018-09-051-2/+2
* battery: Optionally prevent boot at low SOC with cell imbalance.Jonathan Brandmeyer2018-08-082-0/+44
* battery/max17055: Check/Reload the battery profilePhilip Chen2018-04-031-6/+23
* battery/max17055: Report BP_NOT_SURE before battery detection finishesPhilip Chen2018-03-312-3/+37
* battery/max17055: Report the raw measured currentPhilip Chen2018-03-231-1/+1
* battery/max17055: Implement battery_status()Philip Chen2018-03-212-1/+26
* battery/max17055: Fix the unit of cycle countPhilip Chen2018-03-141-1/+9
* battery/max17055: Report battery presence properlyPhilip Chen2018-02-261-13/+15
* power: introducing pwr_avg console commandRuben Rodriguez Buchillon2018-01-162-0/+38
* battery/max17055: Support advanced config with battery profilePhilip Chen2017-12-112-53/+161
* sb_fw_update: Get rid of CONFIG_SB_FIRMWARE_UPDATEFurquan Shaikh2017-11-282-382/+0
* battery/max17055: Allow chargingPhilip Chen2017-11-031-0/+10