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
/
sbs-battery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-12
power: supply: sbs-battery: Make similar OF and ID table
Biju Das
1
-4
/
+4
2023-07-19
power: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-06-04
power: supply: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2021-08-07
power: supply: sbs-battery: add support for time_to_empty_now attribute
Matthias Schiffer
1
-4
/
+10
2021-08-07
power: supply: sbs-battery: relax voltage limit
Matthias Schiffer
1
-1
/
+1
2021-06-03
power: supply: sbs-battery: cache constant string properties
Ikjoon Jang
1
-58
/
+95
2021-04-29
Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
1
-19
/
+9
2021-04-02
power: supply: sbs-battery: use dev_err_probe
Sebastian Reichel
1
-19
/
+9
2021-03-23
power: supply: Clean-up few drivers by using managed work init
Matti Vaittinen
1
-11
/
+5
2020-10-20
Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
1
-65
/
+60
2020-10-09
power: supply: sbs-battery: chromebook workaround for PEC
Sebastian Reichel
1
-0
/
+6
2020-10-06
power: supply: sbs-battery: keep error code when get_property() fails
Ikjoon Jang
1
-15
/
+9
2020-08-28
power: supply: sbs-battery: don't assume i2c errors as battery disconnect
Ikjoon Jang
1
-8
/
+17
2020-08-28
power: supply: sbs-battery: combine get_presence_and_health
Ikjoon Jang
1
-37
/
+36
2020-08-28
power: supply: sbs-battery: remove unused enable_detection flags
Ikjoon Jang
1
-9
/
+2
2020-06-19
power: supply: sbs-battery: add PEC support
Sebastian Reichel
1
-3
/
+61
2020-06-19
power: supply: sbs-battery: use i2c_smbus_read_block_data()
Sebastian Reichel
1
-2
/
+29
2020-06-02
Revert "power: supply: sbs-battery: simplify read_read_string_data"
Sebastian Reichel
1
-12
/
+53
2020-06-02
Revert "power: supply: sbs-battery: add PEC support"
Sebastian Reichel
1
-51
/
+0
2020-05-29
power: supply: sbs-battery: constify power-supply property array
Sebastian Reichel
1
-1
/
+1
2020-05-29
power: supply: sbs-battery: switch to i2c's probe_new
Sebastian Reichel
1
-3
/
+2
2020-05-29
power: supply: sbs-battery: switch from of_property_* to device_property_*
Sebastian Reichel
1
-7
/
+7
2020-05-29
power: supply: sbs-battery: add ability to disable charger broadcasts
Jean-Francois Dagenais
1
-0
/
+29
2020-05-29
power: supply: sbs-battery: fix idle battery status
Sebastian Reichel
1
-3
/
+3
2020-05-29
power: supply: sbs-battery: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED support
Sebastian Reichel
1
-3
/
+24
2020-05-29
power: supply: sbs-battery: add MANUFACTURE_DATE support
Sebastian Reichel
1
-0
/
+43
2020-05-29
power: supply: sbs-battery: add POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT/VOL...
Sebastian Reichel
1
-0
/
+12
2020-05-29
power: supply: sbs-battery: Improve POWER_SUPPLY_PROP_TECHNOLOGY support
Sebastian Reichel
1
-2
/
+41
2020-05-29
power: supply: sbs-battery: add POWER_SUPPLY_PROP_CURRENT_AVG support
Sebastian Reichel
1
-3
/
+9
2020-05-29
power: supply: sbs-battery: add PEC support
Sebastian Reichel
1
-3
/
+69
2020-05-29
power: supply: sbs-battery: simplify read_read_string_data
Sebastian Reichel
1
-53
/
+12
2020-05-29
power: supply: sbs-battery: add POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN support
Sebastian Reichel
1
-0
/
+5
2020-05-28
power: supply: sbs-battery: Add TI BQ20Z65 support
Sebastian Reichel
1
-5
/
+10
2020-01-14
power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()
Dan Carpenter
1
-1
/
+1
2019-12-19
power: supply: sbs-battery: fix CAPACITY_MODE bit naming
Jean-Francois Dagenais
1
-15
/
+16
2019-12-19
power: supply: sbs-battery: use octal permissions on module param
Jean-Francois Dagenais
1
-1
/
+1
2019-09-02
power: supply: sbs-battery: only return health when battery present
Michael Nosthoff
1
-9
/
+16
2019-09-02
power: supply: sbs-battery: use correct flags field
Michael Nosthoff
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2018-06-28
power: supply: sbs-battery: don't assume MANUFACTURER_DATA formats
Brian Norris
1
-13
/
+54
2017-10-29
power: supply: sbs-battery: remove unchecked return var
Wolfram Sang
1
-1
/
+1
2017-10-29
power: supply: sbs-battery: remove superfluous variable init
Wolfram Sang
1
-7
/
+3
2017-10-29
power: supply: sbs-battery: move gpio present detect to sbs_get_property
Phil Reid
1
-10
/
+13
2017-07-25
power: supply: sbs-battery: Add delay when changing capacity mode bit
Phil Reid
1
-0
/
+3
2017-07-25
power: supply: sbs-battery: sort includes
Phil Reid
1
-8
/
+7
2017-07-25
power: supply: sbs-battery: Remove FSF mailing address from comments
Phil Reid
1
-4
/
+0
2017-07-24
power: supply: sbs-battery: correct capacity mode selection bits
Michael Heinemann
1
-2
/
+2
2017-06-15
power: supply: sbs-battery: Don't needlessly set CAPACITY_MODE
Shawn Nematbakhsh
1
-7
/
+7
2017-06-15
power: supply: sbs-battery: Prevent CAPACITY_MODE races
Shawn Nematbakhsh
1
-0
/
+8
2017-06-15
power: supply: sbs-battery: remove incorrect le16_to_cpu calls
Phil Reid
1
-4
/
+3
[next]