aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/cpcap-battery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04power: supply: cpcap-battery: invalidate config when incompatible measurements are readCarl Philipp Klemm1-3/+16
2021-04-21power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu1-1/+1
2021-01-15power: supply: cpcap-battery: constify psy_descSebastian Reichel1-15/+13
2021-01-14power: supply: cpcap-battery: Fix typoPavel Machek1-1/+1
2021-01-14power: supply: cpcap-battery: Add charge_now propertyArthur Demchenkov1-0/+11
2021-01-14power: supply: cpcap-battery: Implement capacity reportingArthur Demchenkov1-1/+12
2021-01-14power: supply: cpcap-battery: Keep track of state for capacity reportingArthur Demchenkov1-1/+55
2021-01-14power: supply: cpcap-battery: Add charge_full propertyArthur Demchenkov1-0/+17
2021-01-14power: supply: cpcap-battery: Use charger status for battery full detectionTony Lindgren1-4/+52
2021-01-14power: supply: cpcap-charger: Provide state updates for battery from chargerTony Lindgren1-0/+13
2021-01-14power: supply: cpcap-battery: Fix missing power_supply_put()Tony Lindgren1-3/+7
2021-01-02power: supply: cpcap: Add missing IRQF_ONESHOT to fix regressionTony Lindgren1-1/+1
2020-12-30power: supply: cpcap-battery: improve handling of 3rd party batteries.Carl Philipp Klemm1-2/+9
2020-08-26power: supply: cpcap: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-07-29power: supply: cpcap-battery: Fix kerneldoc of cpcap_battery_read_accumulated()Krzysztof Kozlowski1-1/+1
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