summaryrefslogtreecommitdiff
path: root/driver/battery
Commit message (Expand)AuthorAgeFilesLines
* battery: Refactor for coverageEric Peers2023-04-271-17/+26
* battery: Remove dead sbs_passthrough host cmdsAaron Massey2023-03-311-83/+0
* SBS: Make battery_get_params clear flags selectivelyDaisuke Nojiri2023-01-101-21/+31
* battery: Avoid read battery when cut off processarthur.lin2022-12-201-3/+33
* battery: Send manufacturer access by the SMB block protocoljohnwc_yeh2022-12-081-0/+36
* driver: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-129-9/+9
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-013-11/+11
* util: remove unused includesYuval Peress2022-08-052-0/+2
* tree: Check return value from snprintfTom Hughes2022-07-131-3/+6
* driver/battery/max17055.c: Format with clang-formatJack Rosenthal2022-07-011-31/+29
* driver/battery/bq27541.c: Format with clang-formatJack Rosenthal2022-06-301-49/+46
* driver/battery/bq27621_g1.c: Format with clang-formatJack Rosenthal2022-06-291-133/+126
* driver/battery/bq4050.c: Format with clang-formatJack Rosenthal2022-06-291-3/+2
* driver/battery/mm8013.h: Format with clang-formatJack Rosenthal2022-06-291-20/+19
* driver/battery/mm8013.c: Format with clang-formatJack Rosenthal2022-06-291-7/+7
* driver/battery/smart.c: Format with clang-formatJack Rosenthal2022-06-281-47/+37
* driver/battery/max17055.h: Format with clang-formatJack Rosenthal2022-06-281-93/+92
* smart battery: Fix mfgacc access function reading wrong number of bytesRobert Zieba2022-05-051-2/+23
* virtual battery: Write manufacturer access commandMichael5 Chen12022-04-251-0/+5
* virtual_battery: Return manufacturer dataMichael5 Chen12022-04-141-0/+5
* battery/smart: Don't update fields if reading failsDaisuke Nojiri2022-03-111-1/+9
* tree: Files should end with single newlineTom Hughes2021-10-183-3/+0
* tree: Make all host commands staticTom Hughes2021-10-151-1/+2
* 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