aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/supply/sbs-battery.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12power: supply: sbs-battery: Make similar OF and ID tableGravatar Biju Das 1-4/+4
2023-07-19power: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-04power: supply: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2021-08-06power: supply: sbs-battery: add support for time_to_empty_now attributeGravatar Matthias Schiffer 1-4/+10
2021-08-06power: supply: sbs-battery: relax voltage limitGravatar Matthias Schiffer 1-1/+1
2021-06-03power: supply: sbs-battery: cache constant string propertiesGravatar Ikjoon Jang 1-58/+95
2021-04-28Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 1-19/+9
2021-04-02power: supply: sbs-battery: use dev_err_probeGravatar Sebastian Reichel 1-19/+9
2021-03-23power: supply: Clean-up few drivers by using managed work initGravatar Matti Vaittinen 1-11/+5
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 1-65/+60
2020-10-09power: supply: sbs-battery: chromebook workaround for PECGravatar Sebastian Reichel 1-0/+6
2020-10-06power: supply: sbs-battery: keep error code when get_property() failsGravatar Ikjoon Jang 1-15/+9
2020-08-28power: supply: sbs-battery: don't assume i2c errors as battery disconnectGravatar Ikjoon Jang 1-8/+17
2020-08-27power: supply: sbs-battery: combine get_presence_and_healthGravatar Ikjoon Jang 1-37/+36
2020-08-27power: supply: sbs-battery: remove unused enable_detection flagsGravatar Ikjoon Jang 1-9/+2
2020-06-19power: supply: sbs-battery: add PEC supportGravatar Sebastian Reichel 1-3/+61
2020-06-19power: supply: sbs-battery: use i2c_smbus_read_block_data()Gravatar Sebastian Reichel 1-2/+29
2020-06-02Revert "power: supply: sbs-battery: simplify read_read_string_data"Gravatar Sebastian Reichel 1-12/+53
2020-06-02Revert "power: supply: sbs-battery: add PEC support"Gravatar Sebastian Reichel 1-51/+0
2020-05-29power: supply: sbs-battery: constify power-supply property arrayGravatar Sebastian Reichel 1-1/+1
2020-05-29power: supply: sbs-battery: switch to i2c's probe_newGravatar Sebastian Reichel 1-3/+2
2020-05-29power: supply: sbs-battery: switch from of_property_* to device_property_*Gravatar Sebastian Reichel 1-7/+7
2020-05-29power: supply: sbs-battery: add ability to disable charger broadcastsGravatar Jean-Francois Dagenais 1-0/+29
2020-05-29power: supply: sbs-battery: fix idle battery statusGravatar Sebastian Reichel 1-3/+3
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED supportGravatar Sebastian Reichel 1-3/+24
2020-05-29power: supply: sbs-battery: add MANUFACTURE_DATE supportGravatar Sebastian Reichel 1-0/+43
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT/VOL...Gravatar Sebastian Reichel 1-0/+12
2020-05-29power: supply: sbs-battery: Improve POWER_SUPPLY_PROP_TECHNOLOGY supportGravatar Sebastian Reichel 1-2/+41
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CURRENT_AVG supportGravatar Sebastian Reichel 1-3/+9
2020-05-29power: supply: sbs-battery: add PEC supportGravatar Sebastian Reichel 1-3/+69
2020-05-29power: supply: sbs-battery: simplify read_read_string_dataGravatar Sebastian Reichel 1-53/+12
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN supportGravatar Sebastian Reichel 1-0/+5
2020-05-28power: supply: sbs-battery: Add TI BQ20Z65 supportGravatar Sebastian Reichel 1-5/+10
2020-01-14power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Gravatar Dan Carpenter 1-1/+1
2019-12-19power: supply: sbs-battery: fix CAPACITY_MODE bit namingGravatar Jean-Francois Dagenais 1-15/+16
2019-12-19power: supply: sbs-battery: use octal permissions on module paramGravatar Jean-Francois Dagenais 1-1/+1
2019-09-02power: supply: sbs-battery: only return health when battery presentGravatar Michael Nosthoff 1-9/+16
2019-09-02power: supply: sbs-battery: use correct flags fieldGravatar Michael Nosthoff 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2018-06-28power: supply: sbs-battery: don't assume MANUFACTURER_DATA formatsGravatar Brian Norris 1-13/+54
2017-10-29power: supply: sbs-battery: remove unchecked return varGravatar Wolfram Sang 1-1/+1
2017-10-29power: supply: sbs-battery: remove superfluous variable initGravatar Wolfram Sang 1-7/+3
2017-10-28power: supply: sbs-battery: move gpio present detect to sbs_get_propertyGravatar Phil Reid 1-10/+13
2017-07-25power: supply: sbs-battery: Add delay when changing capacity mode bitGravatar Phil Reid 1-0/+3
2017-07-25power: supply: sbs-battery: sort includesGravatar Phil Reid 1-8/+7
2017-07-25power: supply: sbs-battery: Remove FSF mailing address from commentsGravatar Phil Reid 1-4/+0
2017-07-24power: supply: sbs-battery: correct capacity mode selection bitsGravatar Michael Heinemann 1-2/+2
2017-06-15power: supply: sbs-battery: Don't needlessly set CAPACITY_MODEGravatar Shawn Nematbakhsh 1-7/+7
2017-06-15power: supply: sbs-battery: Prevent CAPACITY_MODE racesGravatar Shawn Nematbakhsh 1-0/+8
2017-06-15power: supply: sbs-battery: remove incorrect le16_to_cpu callsGravatar Phil Reid 1-4/+3