summaryrefslogtreecommitdiff
path: root/drivers/power/supply/cpcap-battery.c
AgeCommit message (Expand)Author
2021-10-02power: supply: cpcap-battery: use device_get_match_data() to simplify codeTang Bin
2021-06-04power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm
2021-04-21power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu
2021-01-15power: supply: cpcap-battery: constify psy_descSebastian Reichel
2021-01-14power: supply: cpcap-battery: Fix typoPavel Machek
2021-01-14power: supply: cpcap-battery: Add charge_now propertyArthur Demchenkov
2021-01-14power: supply: cpcap-battery: Implement capacity reportingArthur Demchenkov
2021-01-14power: supply: cpcap-battery: Keep track of state for capacity reportingArthur Demchenkov
2021-01-14power: supply: cpcap-battery: Add charge_full propertyArthur Demchenkov
2021-01-14power: supply: cpcap-battery: Use charger status for battery full detectionTony Lindgren
2021-01-14power: supply: cpcap-charger: Provide state updates for battery from chargerTony Lindgren
2021-01-14power: supply: cpcap-battery: Fix missing power_supply_put()Tony Lindgren
2021-01-02power: supply: cpcap: Add missing IRQF_ONESHOT to fix regressionTony Lindgren
2020-12-30power: supply: cpcap-battery: improve handling of 3rd party batteries.Carl Philipp Klemm
2020-08-26power: supply: cpcap: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-07-29power: supply: cpcap-battery: Fix kerneldoc of cpcap_battery_read_accumulated()Krzysztof Kozlowski
2019-10-20power: supply: cpcap-battery: Add basic coulomb counter calibrate supportTony Lindgren
2019-10-20power: supply: cpcap-battery: Read and save integrator register CCITony Lindgren
2019-10-20power: supply: cpcap-battery: Simplify short term power average calculationTony Lindgren
2019-10-20power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64Tony Lindgren
2019-10-20power: supply: cpcap-battery: Move coulomb counter units per lsb to ddataTony Lindgren
2019-10-20power: supply: cpcap-battery: Fix handling of lowered charger voltageTony Lindgren
2019-10-20power: supply: cpcap-battery: Check voltage before orderly_poweroffTony Lindgren
2019-04-15power: supply: cpcap-battery: Fix pointless EPROBE_DEFER warningsTony Lindgren
2019-04-15power: supply: cpcap-battery: Use accumulator for current and power averageTony Lindgren
2019-04-15power: supply: cpcap-battery: Fix coulomb counter calibration register useTony Lindgren
2019-04-15power: supply: cpcap-battery: Fix signed counter sample registerTony Lindgren
2019-04-15power: supply: cpcap-battery: Fix low battery checkTony Lindgren
2019-04-10power: supply: cpcap-battery: Fix division by zeroTony Lindgren
2018-12-05power: supply: cpcap-battery: make array cpcap_battery_irqs static, shrinks o...Colin Ian King
2017-12-01power: supply: cpcap-battery: Fix platform_get_irq_byname's error checkingArvind Yadav
2017-06-08power: supply: cpcap-battery: Add a battery driverTony Lindgren