summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/sbs-battery.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2020-10-201-65/+60
|\
| * power: supply: sbs-battery: keep error code when get_property() failsIkjoon Jang2020-10-061-15/+9
| * power: supply: sbs-battery: don't assume i2c errors as battery disconnectIkjoon Jang2020-08-281-8/+17
| * power: supply: sbs-battery: combine get_presence_and_healthIkjoon Jang2020-08-271-37/+36
| * power: supply: sbs-battery: remove unused enable_detection flagsIkjoon Jang2020-08-271-9/+2
* | power: supply: sbs-battery: chromebook workaround for PECSebastian Reichel2020-10-091-0/+6
|/
* power: supply: sbs-battery: add PEC supportSebastian Reichel2020-06-191-3/+61
* power: supply: sbs-battery: use i2c_smbus_read_block_data()Sebastian Reichel2020-06-191-2/+29
* Revert "power: supply: sbs-battery: simplify read_read_string_data"Sebastian Reichel2020-06-021-12/+53
* Revert "power: supply: sbs-battery: add PEC support"Sebastian Reichel2020-06-021-51/+0
* power: supply: sbs-battery: constify power-supply property arraySebastian Reichel2020-05-291-1/+1
* power: supply: sbs-battery: switch to i2c's probe_newSebastian Reichel2020-05-291-3/+2
* power: supply: sbs-battery: switch from of_property_* to device_property_*Sebastian Reichel2020-05-291-7/+7
* power: supply: sbs-battery: add ability to disable charger broadcastsJean-Francois Dagenais2020-05-291-0/+29
* power: supply: sbs-battery: fix idle battery statusSebastian Reichel2020-05-291-3/+3
* power: supply: sbs-battery: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED supportSebastian Reichel2020-05-291-3/+24
* power: supply: sbs-battery: add MANUFACTURE_DATE supportSebastian Reichel2020-05-291-0/+43
* power: supply: sbs-battery: add POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT/VOL...Sebastian Reichel2020-05-291-0/+12
* power: supply: sbs-battery: Improve POWER_SUPPLY_PROP_TECHNOLOGY supportSebastian Reichel2020-05-291-2/+41
* power: supply: sbs-battery: add POWER_SUPPLY_PROP_CURRENT_AVG supportSebastian Reichel2020-05-291-3/+9
* power: supply: sbs-battery: add PEC supportSebastian Reichel2020-05-291-3/+69
* power: supply: sbs-battery: simplify read_read_string_dataSebastian Reichel2020-05-291-53/+12
* power: supply: sbs-battery: add POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN supportSebastian Reichel2020-05-291-0/+5
* power: supply: sbs-battery: Add TI BQ20Z65 supportSebastian Reichel2020-05-281-5/+10
* power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter2020-01-141-1/+1
* power: supply: sbs-battery: fix CAPACITY_MODE bit namingJean-Francois Dagenais2019-12-191-15/+16
* power: supply: sbs-battery: use octal permissions on module paramJean-Francois Dagenais2019-12-191-1/+1
* power: supply: sbs-battery: only return health when battery presentMichael Nosthoff2019-09-021-9/+16
* power: supply: sbs-battery: use correct flags fieldMichael Nosthoff2019-09-021-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* power: supply: sbs-battery: don't assume MANUFACTURER_DATA formatsBrian Norris2018-06-281-13/+54
* power: supply: sbs-battery: remove unchecked return varWolfram Sang2017-10-291-1/+1
* power: supply: sbs-battery: remove superfluous variable initWolfram Sang2017-10-291-7/+3
* power: supply: sbs-battery: move gpio present detect to sbs_get_propertyPhil Reid2017-10-281-10/+13
* power: supply: sbs-battery: Add delay when changing capacity mode bitPhil Reid2017-07-251-0/+3
* power: supply: sbs-battery: sort includesPhil Reid2017-07-251-8/+7
* power: supply: sbs-battery: Remove FSF mailing address from commentsPhil Reid2017-07-251-4/+0
* power: supply: sbs-battery: correct capacity mode selection bitsMichael Heinemann2017-07-241-2/+2
* power: supply: sbs-battery: Don't needlessly set CAPACITY_MODEShawn Nematbakhsh2017-06-151-7/+7
* power: supply: sbs-battery: Prevent CAPACITY_MODE racesShawn Nematbakhsh2017-06-151-0/+8
* power: supply: sbs-battery: remove incorrect le16_to_cpu callsPhil Reid2017-06-151-4/+3
* power: supply: sbs-battery: Add alert callbackPhil Reid2017-05-011-3/+13
* power: supply: sbs-battery: Correct supply status with current drawPaul Kocialkowski2017-05-011-0/+29
* power: supply: sbs-battery: Don't ignore the first external power changePaul Kocialkowski2017-05-011-10/+0
* power: supply: sbs-battery: fix the sbs interrupt requestRyosuke Saito2017-05-011-1/+1
* power: supply: sbs-battery: Cleanup removal of chip->pdataPhil Reid2016-09-211-13/+9
* sbs-battery: make writes to ManufacturerAccess optionalGuenter Roeck2016-09-191-14/+15
* power: supply: sbs-battery: simplify DT parsingArnd Bergmann2016-09-071-67/+31
* power: supply: sbs-battery: Use gpio_desc and sleeping calls for battery detectPhil Reid2016-09-011-67/+34
* sbs-battery: add ability to get battery capacityJoshua Clayton2016-08-151-1/+22