aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+1
2020-10-09Merge tag 'for-v5.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-0/+6
2020-10-09power: supply: sbs-battery: chromebook workaround for PECSebastian Reichel1-0/+6
2020-09-22PM: AVS: qcom-cpr: simplify the return expression of cpr_disable()Liu Shixin1-7/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-22/+22
2020-08-07Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds27-87/+1691
2020-07-31power: supply: wilco_ec: Add long life charging modeCrag Wang2-0/+6
2020-07-29power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitorDan Murphy2-0/+44
2020-07-29power: supply: bq27xxx_battery: Add the BQ27Z561 Battery monitorDan Murphy2-1/+69
2020-07-29power: supply: test_power: Fix battery_current initial valueLH Lin1-1/+1
2020-07-29power: supply: Fix kerneldoc of power_supply_temp2resist_simple()Krzysztof Kozlowski1-1/+1
2020-07-29power: supply: cpcap-battery: Fix kerneldoc of cpcap_battery_read_accumulated()Krzysztof Kozlowski1-1/+1
2020-07-28power: supply: rt5033_battery: Fix error code in rt5033_battery_probe()Peng Fan1-1/+1
2020-07-28power: supply: max17040: Add POWER_SUPPLY_PROP_CAPACITY_ALERT_MINMatheus Castello1-5/+46
2020-07-28power: supply: check if calc_soc succeeded in pm860x_init_batteryTom Rix1-2/+4
2020-07-28power: supply: bq2xxxx: Replace HTTP links with HTTPS onesAlexander A. Klimov6-39/+39
2020-07-28power: reset: add driver for LinkStation power offDaniel González Cabanelas3-0/+148
2020-07-28power: supply: sc27xx: prevent adc * 1000 from overflowChunyan Zhang1-4/+5
2020-07-27power: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu1-11/+1
2020-07-26power: reset: keystone-reset: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-21power: supply: bq25150 introduce the bq25150Ricardo Rivera-Matos3-0/+1183
2020-07-21power_supply: Add additional health properties to the headerDan Murphy1-0/+3
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz1-2/+7
2020-06-19power: supply: max8998_charger: Correct ONLINE and add STATUS propsJonathan Bakker1-3/+22
2020-06-19power: supply: bq24190_charger: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
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-19power: supply: gpio-charger: Make gpios optionalSebastian Reichel1-13/+25
2020-06-19power: supply: axp20x_usb_power: fix spelling mistakeKeyur Patel1-1/+1
2020-06-19power: supply: use kobj_to_devWang Qing1-1/+1
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds33-522/+4098
2020-06-06power: supply: cw2015: Attach OF ID table to the driverAndy Shevchenko1-0/+1
2020-06-06power: reset: gpio-poweroff: add missing '\n' in dev_err()Luca Ceresoli1-1/+1
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-7/+3
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-1/+681
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
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/VOLTAGE_MAX supportSebastian 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