aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/sc27xx_fuel_gauge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 with devm_add_action_or_reset()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 coulomb counterBaolin 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