summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/cpcap-battery.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: cpcap: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-261-5/+2
* power: supply: cpcap-battery: Fix kerneldoc of cpcap_battery_read_accumulated()Krzysztof Kozlowski2020-07-291-1/+1
* power: supply: cpcap-battery: Add basic coulomb counter calibrate supportTony Lindgren2019-10-201-8/+88
* power: supply: cpcap-battery: Read and save integrator register CCITony Lindgren2019-10-201-1/+9
* power: supply: cpcap-battery: Simplify short term power average calculationTony Lindgren2019-10-201-13/+10
* power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64Tony Lindgren2019-10-201-18/+5
* power: supply: cpcap-battery: Move coulomb counter units per lsb to ddataTony Lindgren2019-10-201-14/+14
* power: supply: cpcap-battery: Fix handling of lowered charger voltageTony Lindgren2019-10-201-7/+78
* power: supply: cpcap-battery: Check voltage before orderly_poweroffTony Lindgren2019-10-201-3/+5
* power: supply: cpcap-battery: Fix pointless EPROBE_DEFER warningsTony Lindgren2019-04-151-2/+3
* power: supply: cpcap-battery: Use accumulator for current and power averageTony Lindgren2019-04-151-4/+4
* power: supply: cpcap-battery: Fix coulomb counter calibration register useTony Lindgren2019-04-151-9/+7
* power: supply: cpcap-battery: Fix signed counter sample registerTony Lindgren2019-04-151-5/+6
* power: supply: cpcap-battery: Fix low battery checkTony Lindgren2019-04-151-2/+2
* power: supply: cpcap-battery: Fix division by zeroTony Lindgren2019-04-101-0/+3
* power: supply: cpcap-battery: make array cpcap_battery_irqs static, shrinks o...Colin Ian King2018-12-051-1/+1
* power: supply: cpcap-battery: Fix platform_get_irq_byname's error checkingArvind Yadav2017-12-011-2/+2
* power: supply: cpcap-battery: Add a battery driverTony Lindgren2017-06-081-0/+808