summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/cpcap-battery.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: cpcap-battery: Convert to platform remove callback returning voidUwe Kleine-König2023-09-181-4/+2
* power: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
* power: supply: cpcap-battery: Add battery type auto detection for mapphone de...Carl Philipp Klemm2022-02-011-26/+92
* power: supply: cpcap-battery: use device_get_match_data() to simplify codeTang Bin2021-10-021-11/+4
* power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm2021-06-041-3/+16
* power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu2021-04-211-1/+1
* power: supply: cpcap-battery: constify psy_descSebastian Reichel2021-01-151-15/+13
* power: supply: cpcap-battery: Fix typoPavel Machek2021-01-141-1/+1
* power: supply: cpcap-battery: Add charge_now propertyArthur Demchenkov2021-01-141-0/+11
* power: supply: cpcap-battery: Implement capacity reportingArthur Demchenkov2021-01-141-1/+12
* power: supply: cpcap-battery: Keep track of state for capacity reportingArthur Demchenkov2021-01-141-1/+55
* power: supply: cpcap-battery: Add charge_full propertyArthur Demchenkov2021-01-141-0/+17
* power: supply: cpcap-battery: Use charger status for battery full detectionTony Lindgren2021-01-141-4/+52
* power: supply: cpcap-charger: Provide state updates for battery from chargerTony Lindgren2021-01-141-0/+13
* power: supply: cpcap-battery: Fix missing power_supply_put()Tony Lindgren2021-01-141-3/+7
* power: supply: cpcap: Add missing IRQF_ONESHOT to fix regressionTony Lindgren2021-01-021-1/+1
* power: supply: cpcap-battery: improve handling of 3rd party batteries.Carl Philipp Klemm2020-12-301-2/+9
* 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