aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 8-22/+22
2020-08-07Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 27-87/+1691
2020-07-31power: supply: wilco_ec: Add long life charging modeGravatar Crag Wang 2-0/+6
2020-07-29power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitorGravatar Dan Murphy 2-0/+44
2020-07-29power: supply: bq27xxx_battery: Add the BQ27Z561 Battery monitorGravatar Dan Murphy 2-1/+69
2020-07-29power: supply: test_power: Fix battery_current initial valueGravatar LH Lin 1-1/+1
2020-07-29power: supply: Fix kerneldoc of power_supply_temp2resist_simple()Gravatar Krzysztof Kozlowski 1-1/+1
2020-07-29power: supply: cpcap-battery: Fix kerneldoc of cpcap_battery_read_accumulated()Gravatar Krzysztof Kozlowski 1-1/+1
2020-07-28power: supply: rt5033_battery: Fix error code in rt5033_battery_probe()Gravatar Peng Fan 1-1/+1
2020-07-28power: supply: max17040: Add POWER_SUPPLY_PROP_CAPACITY_ALERT_MINGravatar Matheus Castello 1-5/+46
2020-07-28power: supply: check if calc_soc succeeded in pm860x_init_batteryGravatar Tom Rix 1-2/+4
2020-07-28power: supply: bq2xxxx: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 6-39/+39
2020-07-28power: reset: add driver for LinkStation power offGravatar Daniel González Cabanelas 3-0/+148
2020-07-28power: supply: sc27xx: prevent adc * 1000 from overflowGravatar Chunyan Zhang 1-4/+5
2020-07-27power: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Yongqiang Liu 1-11/+1
2020-07-26power: reset: keystone-reset: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-07-21power: supply: bq25150 introduce the bq25150Gravatar Ricardo Rivera-Matos 3-0/+1183
2020-07-21power_supply: Add additional health properties to the headerGravatar Dan Murphy 1-0/+3
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesGravatar Andrzej Pietrasiewicz 1-2/+7
2020-06-19power: supply: max8998_charger: Correct ONLINE and add STATUS propsGravatar Jonathan Bakker 1-3/+22
2020-06-19power: supply: bq24190_charger: Fix runtime PM imbalance on errorGravatar Dinghao Liu 1-1/+3
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-19power: supply: gpio-charger: Make gpios optionalGravatar Sebastian Reichel 1-13/+25
2020-06-19power: supply: axp20x_usb_power: fix spelling mistakeGravatar Keyur Patel 1-1/+1
2020-06-19power: supply: use kobj_to_devGravatar Wang Qing 1-1/+1
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 33-522/+4098
2020-06-06power: supply: cw2015: Attach OF ID table to the driverGravatar Andy Shevchenko 1-0/+1
2020-06-06power: reset: gpio-poweroff: add missing '\n' in dev_err()Gravatar Luca Ceresoli 1-1/+1
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-7/+3
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 4-1/+681
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
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-05-28power: supply: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIREDGravatar Sebastian Reichel 1-0/+1
2020-05-28power: supply: core: add manufacture date propertiesGravatar Sebastian Reichel 1-0/+3