index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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]