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