summaryrefslogtreecommitdiff
path: root/drivers/power/supply/sc27xx_fuel_gauge.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply_core: Pass pointer to battery infoLinus Walleij2022-01-031-11/+11
* power: supply: sc27xx: Delete superfluous error messageTang Bin2021-08-051-3/+1
* power: supply: sc27xx: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-131-0/+1
* power: supply: sc27xx: prevent adc * 1000 from overflowChunyan Zhang2020-07-281-4/+5
* power: supply: sc27xx: Add boot voltage supportYuanjiang Yu2020-04-281-0/+8
* power: supply: sc27xx: Add CURRENT_NOW/VOLTAGE_NOW properties supportYuanjiang Yu2020-04-281-2/+58
* power: supply: sc27xx: Allow to change the battery full capacityYuanjiang Yu2020-04-281-1/+7
* power: supply: sc27xx: Set 'no_thermal' flag for SC27xx fuel gaugeYuanjiang Yu2020-04-281-0/+1
* power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attributeBaolin Wang2020-02-241-0/+12
* power: supply: sc27xx: Calibrate the resistance of coulomb counterBaolin Wang2019-12-191-1/+16
* power: supply: sc27xx: Optimize the battery resistance with measuring tempera...Yuanjiang Yu2019-12-191-2/+30
* power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attributeYuanjiang Yu2019-09-021-8/+19
* power: supply: sc27xx: Optimize the battery capacity calibrationYuanjiang Yu2019-09-021-35/+92
* power: supply: sc27xx: Make sure the alarm capacity is larger than 0Yuanjiang Yu2019-09-021-0/+2
* power: supply: sc27xx: Fix the the accuracy issue of coulomb calculationYuanjiang Yu2019-09-021-7/+4
* power: supply: sc27xx: Fix conditon to enable the FGU interruptYuanjiang Yu2019-09-021-1/+2
* power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attributeYuanjiang Yu2019-09-021-0/+5
* power: supply: sc27xx: Replace devm_add_action() followed by failure action w...Fuqian Huang2019-09-021-2/+1
* power: supply: sc27xx: Introduce local variable 'struct device *dev'Fuqian Huang2019-09-021-23/+24
* power: supply: sc27xx: Fix capacity saving functionYuanjiang Yu2019-01-231-5/+59
* power: supply: sc27xx: Fix the incorrect formula when converting capacity to ...Baolin Wang2019-01-231-1/+1
* power: supply: sc27xx: Add one property to read charge voltageBaolin Wang2019-01-231-0/+29
* power: supply: sc27xx: Save last battery capacityYuanjiang Yu2018-12-061-1/+134
* power: supply: sc27xx: Add suspend/resume interfacesYuanjiang Yu2018-12-061-0/+77
* power: supply: sc27xx: Add fuel gauge low voltage alarmYuanjiang Yu2018-12-061-1/+170
* power: supply: sc27xx: Add fuel gauge calibrationBaolin Wang2018-12-061-11/+51
* power: supply: Add Spreadtrum SC27XX fuel gauge unit driverBaolin Wang2018-11-091-0/+656