summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/sc27xx_fuel_gauge.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij1-11/+11
2021-08-05power: supply: sc27xx: Delete superfluous error messageTang Bin1-3/+1
2021-05-13power: supply: sc27xx: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2020-07-28power: supply: sc27xx: prevent adc * 1000 from overflowChunyan Zhang1-4/+5
2020-04-28power: supply: sc27xx: Add boot voltage supportYuanjiang Yu1-0/+8
2020-04-28power: supply: sc27xx: Add CURRENT_NOW/VOLTAGE_NOW properties supportYuanjiang Yu1-2/+58
2020-04-28power: supply: sc27xx: Allow to change the battery full capacityYuanjiang Yu1-1/+7
2020-04-28power: supply: sc27xx: Set 'no_thermal' flag for SC27xx fuel gaugeYuanjiang Yu1-0/+1
2020-02-24power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attributeBaolin Wang1-0/+12
2019-12-19power: supply: sc27xx: Calibrate the resistance of coulomb counterBaolin Wang1-1/+16
2019-12-19power: supply: sc27xx: Optimize the battery resistance with measuring tempera...Yuanjiang Yu1-2/+30
2019-09-02power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attributeYuanjiang Yu1-8/+19
2019-09-02power: supply: sc27xx: Optimize the battery capacity calibrationYuanjiang Yu1-35/+92
2019-09-02power: supply: sc27xx: Make sure the alarm capacity is larger than 0Yuanjiang Yu1-0/+2
2019-09-02power: supply: sc27xx: Fix the the accuracy issue of coulomb calculationYuanjiang Yu1-7/+4
2019-09-02power: supply: sc27xx: Fix conditon to enable the FGU interruptYuanjiang Yu1-1/+2
2019-09-02power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attributeYuanjiang Yu1-0/+5
2019-09-02power: supply: sc27xx: Replace devm_add_action() followed by failure action w...Fuqian Huang1-2/+1
2019-09-02power: supply: sc27xx: Introduce local variable 'struct device *dev'Fuqian Huang1-23/+24
2019-01-23power: supply: sc27xx: Fix capacity saving functionYuanjiang Yu1-5/+59
2019-01-23power: supply: sc27xx: Fix the incorrect formula when converting capacity to ...Baolin Wang1-1/+1
2019-01-23power: supply: sc27xx: Add one property to read charge voltageBaolin Wang1-0/+29
2018-12-06power: supply: sc27xx: Save last battery capacityYuanjiang Yu1-1/+134
2018-12-06power: supply: sc27xx: Add suspend/resume interfacesYuanjiang Yu1-0/+77
2018-12-06power: supply: sc27xx: Add fuel gauge low voltage alarmYuanjiang Yu1-1/+170
2018-12-06power: supply: sc27xx: Add fuel gauge calibrationBaolin Wang1-11/+51
2018-11-09power: supply: Add Spreadtrum SC27XX fuel gauge unit driverBaolin Wang1-0/+656