summaryrefslogtreecommitdiff
path: root/drivers/power/supply/sbs-battery.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19power: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-04power: supply: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2021-08-07power: supply: sbs-battery: add support for time_to_empty_now attributeMatthias Schiffer1-4/+10
2021-08-07power: supply: sbs-battery: relax voltage limitMatthias Schiffer1-1/+1
2021-06-03power: supply: sbs-battery: cache constant string propertiesIkjoon Jang1-58/+95
2021-04-29Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-19/+9
2021-04-02power: supply: sbs-battery: use dev_err_probeSebastian Reichel1-19/+9
2021-03-23power: supply: Clean-up few drivers by using managed work initMatti Vaittinen1-11/+5
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-65/+60
2020-10-09power: supply: sbs-battery: chromebook workaround for PECSebastian Reichel1-0/+6
2020-10-06power: supply: sbs-battery: keep error code when get_property() failsIkjoon Jang1-15/+9
2020-08-28power: supply: sbs-battery: don't assume i2c errors as battery disconnectIkjoon Jang1-8/+17
2020-08-28power: supply: sbs-battery: combine get_presence_and_healthIkjoon Jang1-37/+36
2020-08-28power: supply: sbs-battery: remove unused enable_detection flagsIkjoon Jang1-9/+2
2020-06-19power: supply: sbs-battery: add PEC supportSebastian Reichel1-3/+61
2020-06-19power: supply: sbs-battery: use i2c_smbus_read_block_data()Sebastian Reichel1-2/+29
2020-06-02Revert "power: supply: sbs-battery: simplify read_read_string_data"Sebastian Reichel1-12/+53
2020-06-02Revert "power: supply: sbs-battery: add PEC support"Sebastian Reichel1-51/+0
2020-05-29power: supply: sbs-battery: constify power-supply property arraySebastian Reichel1-1/+1
2020-05-29power: supply: sbs-battery: switch to i2c's probe_newSebastian Reichel1-3/+2
2020-05-29power: supply: sbs-battery: switch from of_property_* to device_property_*Sebastian Reichel1-7/+7
2020-05-29power: supply: sbs-battery: add ability to disable charger broadcastsJean-Francois Dagenais1-0/+29
2020-05-29power: supply: sbs-battery: fix idle battery statusSebastian Reichel1-3/+3
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED supportSebastian Reichel1-3/+24
2020-05-29power: supply: sbs-battery: add MANUFACTURE_DATE supportSebastian Reichel1-0/+43
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT/VOL...Sebastian Reichel1-0/+12
2020-05-29power: supply: sbs-battery: Improve POWER_SUPPLY_PROP_TECHNOLOGY supportSebastian Reichel1-2/+41
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CURRENT_AVG supportSebastian Reichel1-3/+9
2020-05-29power: supply: sbs-battery: add PEC supportSebastian Reichel1-3/+69
2020-05-29power: supply: sbs-battery: simplify read_read_string_dataSebastian Reichel1-53/+12
2020-05-29power: supply: sbs-battery: add POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN supportSebastian Reichel1-0/+5
2020-05-28power: supply: sbs-battery: Add TI BQ20Z65 supportSebastian Reichel1-5/+10
2020-01-14power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter1-1/+1
2019-12-19power: supply: sbs-battery: fix CAPACITY_MODE bit namingJean-Francois Dagenais1-15/+16
2019-12-19power: supply: sbs-battery: use octal permissions on module paramJean-Francois Dagenais1-1/+1
2019-09-02power: supply: sbs-battery: only return health when battery presentMichael Nosthoff1-9/+16
2019-09-02power: supply: sbs-battery: use correct flags fieldMichael Nosthoff1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-06-28power: supply: sbs-battery: don't assume MANUFACTURER_DATA formatsBrian Norris1-13/+54
2017-10-29power: supply: sbs-battery: remove unchecked return varWolfram Sang1-1/+1
2017-10-29power: supply: sbs-battery: remove superfluous variable initWolfram Sang1-7/+3
2017-10-29power: supply: sbs-battery: move gpio present detect to sbs_get_propertyPhil Reid1-10/+13
2017-07-25power: supply: sbs-battery: Add delay when changing capacity mode bitPhil Reid1-0/+3
2017-07-25power: supply: sbs-battery: sort includesPhil Reid1-8/+7
2017-07-25power: supply: sbs-battery: Remove FSF mailing address from commentsPhil Reid1-4/+0
2017-07-24power: supply: sbs-battery: correct capacity mode selection bitsMichael Heinemann1-2/+2
2017-06-15power: supply: sbs-battery: Don't needlessly set CAPACITY_MODEShawn Nematbakhsh1-7/+7
2017-06-15power: supply: sbs-battery: Prevent CAPACITY_MODE racesShawn Nematbakhsh1-0/+8
2017-06-15power: supply: sbs-battery: remove incorrect le16_to_cpu callsPhil Reid1-4/+3
2017-05-01power: supply: sbs-battery: Add alert callbackPhil Reid1-3/+13