index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
supply
/
sc27xx_fuel_gauge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-08
power: supply: sc27xx: Fix external_power_changed race
Hans de Goede
1
-8
/
+1
2022-01-03
power: supply_core: Pass pointer to battery info
Linus Walleij
1
-11
/
+11
2021-08-05
power: supply: sc27xx: Delete superfluous error message
Tang Bin
1
-3
/
+1
2021-05-13
power: supply: sc27xx: Add missing MODULE_DEVICE_TABLE
Zou Wei
1
-0
/
+1
2020-07-28
power: supply: sc27xx: prevent adc * 1000 from overflow
Chunyan Zhang
1
-4
/
+5
2020-04-28
power: supply: sc27xx: Add boot voltage support
Yuanjiang Yu
1
-0
/
+8
2020-04-28
power: supply: sc27xx: Add CURRENT_NOW/VOLTAGE_NOW properties support
Yuanjiang Yu
1
-2
/
+58
2020-04-28
power: supply: sc27xx: Allow to change the battery full capacity
Yuanjiang Yu
1
-1
/
+7
2020-04-28
power: supply: sc27xx: Set 'no_thermal' flag for SC27xx fuel gauge
Yuanjiang Yu
1
-0
/
+1
2020-02-24
power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attribute
Baolin Wang
1
-0
/
+12
2019-12-19
power: supply: sc27xx: Calibrate the resistance of coulomb counter
Baolin Wang
1
-1
/
+16
2019-12-19
power: supply: sc27xx: Optimize the battery resistance with measuring tempera...
Yuanjiang Yu
1
-2
/
+30
2019-09-03
power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attribute
Yuanjiang Yu
1
-8
/
+19
2019-09-02
power: supply: sc27xx: Optimize the battery capacity calibration
Yuanjiang Yu
1
-35
/
+92
2019-09-02
power: supply: sc27xx: Make sure the alarm capacity is larger than 0
Yuanjiang Yu
1
-0
/
+2
2019-09-02
power: supply: sc27xx: Fix the the accuracy issue of coulomb calculation
Yuanjiang Yu
1
-7
/
+4
2019-09-02
power: supply: sc27xx: Fix conditon to enable the FGU interrupt
Yuanjiang Yu
1
-1
/
+2
2019-09-02
power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attribute
Yuanjiang Yu
1
-0
/
+5
2019-09-02
power: supply: sc27xx: Replace devm_add_action() followed by failure action w...
Fuqian Huang
1
-2
/
+1
2019-09-02
power: supply: sc27xx: Introduce local variable 'struct device *dev'
Fuqian Huang
1
-23
/
+24
2019-01-23
power: supply: sc27xx: Fix capacity saving function
Yuanjiang Yu
1
-5
/
+59
2019-01-23
power: supply: sc27xx: Fix the incorrect formula when converting capacity to ...
Baolin Wang
1
-1
/
+1
2019-01-23
power: supply: sc27xx: Add one property to read charge voltage
Baolin Wang
1
-0
/
+29
2018-12-07
power: supply: sc27xx: Save last battery capacity
Yuanjiang Yu
1
-1
/
+134
2018-12-06
power: supply: sc27xx: Add suspend/resume interfaces
Yuanjiang Yu
1
-0
/
+77
2018-12-06
power: supply: sc27xx: Add fuel gauge low voltage alarm
Yuanjiang Yu
1
-1
/
+170
2018-12-06
power: supply: sc27xx: Add fuel gauge calibration
Baolin Wang
1
-11
/
+51
2018-11-10
power: supply: Add Spreadtrum SC27XX fuel gauge unit driver
Baolin Wang
1
-0
/
+656