summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-06-1033-522/+4098
|\
| * power: supply: cw2015: Attach OF ID table to the driverAndy Shevchenko2020-06-061-0/+1
| * power: reset: gpio-poweroff: add missing '\n' in dev_err()Luca Ceresoli2020-06-061-1/+1
| * 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: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIREDSebastian Reichel2020-05-281-0/+1
| * power: supply: core: add manufacture date propertiesSebastian Reichel2020-05-281-0/+3
| * power: supply: core: add capacity error margin propertySebastian Reichel2020-05-281-0/+1
| * power: supply: Make bd9995x_chip_reset staticSamuel Zou2020-05-281-1/+1
| * power: charger: max14577: Add proper dt-compatible stringsMarek Szyprowski2020-05-281-0/+10
| * Merge tag 'tags/ib-mfd-iio-power-v5.8' into psy-nextSebastian Reichel2020-05-283-0/+680
| |\
| * | power: reset: syscon-reboot: Add parental syscon supportSerge Semin2020-05-281-2/+5
| * | power: supply: bq24190_charger: convert to use i2c_new_client_device()Wolfram Sang2020-05-121-1/+1
| * | power: bq25890: implement INPUT_CURRENT_LIMIT propertyMichał Mirosław2020-05-101-0/+11
| * | power: bq25890: implement PRECHARGE_CURRENT propertyMichał Mirosław2020-05-101-0/+5
| * | power: bq25890: implement CHARGE_TYPE propertyMichał Mirosław2020-05-101-0/+13
| * | power: bq25890: update state on property readMichał Mirosław2020-05-101-0/+4
| * | power: bq25890: fix ADC mode configurationMichał Mirosław2020-05-101-5/+26
| * | power: bq25890: use proper CURRENT_NOW property for I_BATMichał Mirosław2020-05-101-10/+10
| * | power: supply: max17040: Correct voltage readingJonathan Bakker2020-05-101-1/+1
| * | power: supply: olpc_battery: fix the power supply nameLubomir Rintel2020-05-101-2/+2
| * | power: supply: smb347-charger: Add delay before getting IRQSTATDavid Heidelberg2020-05-101-0/+4
| * | power: supply: smb347-charger: IRQSTAT_D is volatileDmitry Osipenko2020-05-101-0/+1
| * | power: supply: KConfig cleanup default nMatti Vaittinen2020-05-101-2/+0
| * | power: supply: Fix Kconfig help text indentiationMatti Vaittinen2020-05-101-12/+12
| * | power: supply: Support ROHM bd99954 chargerMatti Vaittinen2020-05-104-0/+2227
| * | power: supply: add battery parametersMatti Vaittinen2020-05-101-0/+8
| * | power: supply: bd70528: use linear rangesMatti Vaittinen2020-05-102-89/+56
| * | Merge tag 'tags/linear-ranges-lib' into psy-nextSebastian Reichel2020-05-101-5/+5
| |\ \
| * | | power: reset: ltc2952: remove unused variableHongbo Yao2020-05-101-2/+1
| * | | power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()'Christophe JAILLET2020-05-101-16/+2
| * | | power: supply: cw2015: Make some symbols staticChenTao2020-05-091-2/+2
| * | | power: bq25890: unlock on error paths in bq25890_resume()Dan Carpenter2020-05-091-3/+4
| * | | power: supply: core: Add type property to uevent envMathew King2020-05-071-24/+37
| * | | power: supply: core: Add a macro that maps enum properties to text valuesMathew King2020-05-071-74/+50
| * | | power: supply: core: Use designated initializer for property text arraysMathew King2020-05-071-14/+60