summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2015-11-15power: bq24190_charger: suppress build warningLad, Prabhakar1-1/+1
2015-10-28PM / AVS: rockchip-io: depend on CONFIG_POWER_AVSHeiko Stuebner1-1/+1
2015-06-10power/reset: at91: fix return value check in at91_reset_platform_probe()Wei Yongjun1-2/+2
2015-05-18power_supply: ipaq_micro_battery: Check return values in probeKrzysztof Kozlowski1-2/+19
2015-05-18power_supply: ipaq_micro_battery: Fix leaking workqueueKrzysztof Kozlowski1-0/+1
2015-05-18power_supply: lp8788-charger: Fix leaked power supply on probe failKrzysztof Kozlowski1-1/+3
2015-05-18power_supply: twl4030_madc: Check return value of power_supply_registerKrzysztof Kozlowski1-2/+5
2015-03-07power: gpio-charger: balance enable/disable_irq_wake callsDmitry Eremin-Solenikov1-2/+2
2015-03-07power: bq24190: Fix ignored supplicantsKrzysztof Kozlowski1-1/+1
2015-03-07power_supply: 88pm860x: Fix leaked power supply on probe failKrzysztof Kozlowski1-0/+1
2014-11-16Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6Linus Torvalds4-69/+138
2014-10-28power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski1-25/+39
2014-10-28power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski1-28/+71
2014-10-28power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski1-0/+1
2014-10-28power_supply: Add no_thermal property to prevent recursive get_temp callsKrzysztof Kozlowski1-0/+3
2014-10-28power: bq2415x_charger: Fix memory leak on DTS parsing errorKrzysztof Kozlowski1-6/+6
2014-10-28power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandleKrzysztof Kozlowski1-2/+9
2014-10-22power: reset: at91-reset: fix power down registerAlexandre Belloni1-2/+2
2014-10-15power: ab8500_fg.c: use 64-bit time typesEbru Akagunduz1-8/+9
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds20-144/+1429
2014-10-11Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2014-10-10Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+360
2014-10-05power: ab8500_fg: Fix build warningGuenter Roeck1-4/+5
2014-10-03power: reset: corrections for simple syscon reboot driverFeng Kan2-17/+13
2014-10-01power: reset: Add generic SYSCON register mapped resetFeng Kan3-0/+102
2014-10-01bq27x00_battery: Fix flag reading for bq27742Puthikorn Voravootivat1-6/+7
2014-09-26power: reset: use restart_notifier mechanism for msm-poweroffPramod Gurav1-6/+14
2014-09-26power: Add simple gpio-restart driverDavid Riley3-0/+158
2014-09-26Merge tag 'tags/restart-handler-for-v3.18' into nextSebastian Reichel1-1/+2
2014-09-26power: reset: Add restart functionality for STiH41x platformsLee Jones3-0/+158
2014-09-26power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski1-0/+5
2014-09-26power/restart: call machine_restart instead of arm_pm_restartGuenter Roeck1-1/+2
2014-09-26power: reset: driver for the Versatile syscon rebootLinus Walleij3-0/+121
2014-09-25PM / AVS: rockchip-io: add driver handling Rockchip io domainsHeiko Stübner3-0/+360
2014-09-25power: max14577: Fix circular config SYSFS dependencyKrzysztof Kozlowski1-1/+1
2014-09-25Merge tag 'tags/mfd-power-charger-regulator-v3.18' into nextSebastian Reichel3-37/+341
2014-09-25power: gpio-charger: do not use gpio value directlyHeiko Stuebner1-1/+1
2014-09-25power: max8925: Use of_get_child_by_nameKrzysztof Kozlowski1-1/+1
2014-09-25power: max8925: Fix NULL ptr dereference on memory allocation failureKrzysztof Kozlowski1-1/+4
2014-09-25bq27x00_battery: Add support to bq27742Puthikorn Voravootivat1-7/+45
2014-09-24power: max17040: Add ID for MAX77836 Fuel Gauge blockKrzysztof Kozlowski1-1/+2
2014-09-24charger: max14577: Configure battery-dependent settings from DTS and sysfsKrzysztof Kozlowski2-28/+284
2014-09-24charger: max14577: Add support for MAX77836 chargerKrzysztof Kozlowski2-17/+64
2014-09-16power: reset: add LTC2952 poweroff driverRené Moll3-0/+394
2014-09-16power_supply: Don't iterate over devices to return -EPROBE_DEFERViresh Kumar1-13/+0
2014-09-16power-supply: Avoid unnecessary 'goto' statementsViresh Kumar2-17/+5
2014-09-16power-supply: Check for failures only when we can failViresh Kumar1-10/+11
2014-09-16power-supply: Use PTR_ERR_OR_ZERO() routineViresh Kumar1-6/+2
2014-09-16power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Viresh Kumar1-5/+13
2014-09-16power-supply: Drop useless 'if (ret.intval)' statementsViresh Kumar1-9/+5