summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* power: reset: nvmem-reboot-mode: use NVMEM as reboot mode write interfaceHan Nandor2019-06-253-0/+86
* reset: qcom-pon: Add support for gen2 ponJohn Stultz2019-06-241-3/+9
* power: supply: Add HWMON compatibility layerAndrey Smirnov2019-06-234-0/+377
* power: supply: sbs-manager: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: rt9455_charger: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: rt5033_battery: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: max17042_battery: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: max17040_battery: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: max14656_charger_detector: simplify getting the adapter of a c...Wolfram Sang2019-06-231-1/+1
* power: supply: bq25890_charger: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: bq24257_charger: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* power: supply: bq24190_charger: simplify getting the adapter of a clientWolfram Sang2019-06-231-1/+1
* Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-05-1620-221/+1367
|\
| * power: supply: olpc_battery: force the le/be castsLubomir Rintel2019-05-141-3/+3
| * power: supply: ucs1002: Fix build error without CONFIG_REGULATORYueHaibing2019-05-101-0/+1
| * power: supply: ucs1002: Fix wrong return value checkingAxel Lin2019-05-091-2/+2
| * power: supply: Add driver for Microchip UCS1002Andrey Smirnov2019-05-033-0/+656
| * power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constantAndrey Smirnov2019-05-031-1/+1
| * power: supply: core: fix clang -WunsequencedPhong Tran2019-05-021-2/+4
| * power: supply: core: Add CHARGE_CONTROL_{START_THRESHOLD,END_THRESHOLD} prope...Nick Crews2019-05-021-0/+2
| * power: supply: core: Add Standard, Adaptive, and Custom charge typesNick Crews2019-05-021-1/+1
| * power: supply: axp288_fuel_gauge: Add ACEPC T8 and T11 mini PCs to the blacklistHans de Goede2019-05-021-0/+20
| * power: supply: bq27xxx_battery: Notify also about status changesKrzysztof Kozlowski2019-05-021-1/+2
| * Merge tag 'psy-olpc-1.75-battery-signed' into psy-nextSebastian Reichel2019-04-181-64/+105
| |\
| | * power: supply: olpc_battery: Have the framework register sysfs files for usLubomir Rintel2019-04-181-29/+35
| | * power: supply: olpc_battery: Add OLPC XO 1.75 supportLubomir Rintel2019-04-181-6/+19
| | * power: supply: olpc_battery: Avoid using platform_infoLubomir Rintel2019-04-181-7/+17
| | * power: supply: olpc_battery: Use devm_power_supply_register()Lubomir Rintel2019-04-181-14/+5Star
| | * power: supply: olpc_battery: Move priv data to a structLubomir Rintel2019-04-181-30/+48
| | * power: supply: olpc_battery: Use DT to get battery versionLubomir Rintel2019-04-181-3/+6
| * | power: supply: add Ingenic JZ47xx battery driver.Artur Rojek2019-04-183-0/+196
| * | power: supply: axp20x_usb_power: add support for AXP813Quentin Schulz2019-04-171-1/+65
| * | power: supply: axp20x_usb_power: add function to get max currentQuentin Schulz2019-04-171-22/+30
| * | power: supply: axp20x_usb_power: use polling to detect vbus status changeChen-Yu Tsai2019-04-171-0/+53
| * | power: supply: axp20x_usb_power: Fix typo in VBUS current limit macrosChen-Yu Tsai2019-04-171-8/+8
| * | power: supply: core: fix leaked of_node refs in power_supply_get_battery_infoWen Yang2019-04-171-8/+16
| * | power: supply: ab8500: fix leaked of_node refs in ab8500_bm_of_probeWen Yang2019-04-171-0/+1
| * | power: supply: cpcap-charger: Fix pointless EPROBE_DEFER warningsTony Lindgren2019-04-151-2/+3
| * | power: supply: cpcap-battery: Fix pointless EPROBE_DEFER warningsTony Lindgren2019-04-151-2/+3
| * | power: supply: cpcap-battery: Use accumulator for current and power averageTony Lindgren2019-04-151-4/+4
| * | power: supply: cpcap-battery: Fix coulomb counter calibration register useTony Lindgren2019-04-151-9/+7Star
| * | power: supply: cpcap-battery: Fix signed counter sample registerTony Lindgren2019-04-151-5/+6
| * | power: supply: cpcap-battery: Fix low battery checkTony Lindgren2019-04-151-2/+2
| * | Merge branch 'psy-fixes' into psy-nextSebastian Reichel2019-04-151-0/+3
| |\ \
| * | | power: supply: gpio-charger: Add support for charger status.Artur Rojek2019-04-151-11/+46
| * | | power: supply: core: fix typo in function to get current charge control limitEnric Balletbo i Serra2019-04-151-2/+2
| * | | power: supply: ltc3651-charger: Fix device name (rename files)Michael Hennerich2019-04-102-1/+1
| * | | power: supply: ltc3651-charger: Fix device nameMichael Hennerich2019-04-103-68/+65Star
| * | | power: supply: max14656: fix potential use-after-freeSven Van Asbroeck2019-04-051-2/+15
| * | | power: supply: max14656: fix potential use-before-allocSven Van Asbroeck2019-04-051-7/+7