aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/cpcap-battery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20power: supply: cpcap-battery: Add basic coulomb counter calibrate supportTony Lindgren1-8/+88
2019-10-20power: supply: cpcap-battery: Read and save integrator register CCITony Lindgren1-1/+9
2019-10-20power: supply: cpcap-battery: Simplify short term power average calculationTony Lindgren1-13/+10
2019-10-20power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64Tony Lindgren1-18/+5
2019-10-20power: supply: cpcap-battery: Move coulomb counter units per lsb to ddataTony Lindgren1-14/+14
2019-10-20power: supply: cpcap-battery: Fix handling of lowered charger voltageTony Lindgren1-7/+78
2019-10-20power: supply: cpcap-battery: Check voltage before orderly_poweroffTony Lindgren1-3/+5
2019-04-15power: supply: cpcap-battery: Fix pointless EPROBE_DEFER warningsTony Lindgren1-2/+3
2019-04-15power: supply: cpcap-battery: Use accumulator for current and power averageTony Lindgren1-4/+4
2019-04-15power: supply: cpcap-battery: Fix coulomb counter calibration register useTony Lindgren1-9/+7
2019-04-15power: supply: cpcap-battery: Fix signed counter sample registerTony Lindgren1-5/+6
2019-04-15power: supply: cpcap-battery: Fix low battery checkTony Lindgren1-2/+2
2019-04-10power: supply: cpcap-battery: Fix division by zeroTony Lindgren1-0/+3
2018-12-05power: supply: cpcap-battery: make array cpcap_battery_irqs static, shrinks object sizeColin Ian King1-1/+1
2017-12-01power: supply: cpcap-battery: Fix platform_get_irq_byname's error checkingArvind Yadav1-2/+2
2017-06-08power: supply: cpcap-battery: Add a battery driverTony Lindgren1-0/+808