summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)Author
2014-12-12Merge branch 'vf610-src-v3' into toradex_vf_3.18-nextStefan Agner
2014-12-02power: reset: adjust priority of simple syscon reboot driverStefan Agner
2014-11-23power: reset: imx-snvs-poweroff: add power off driver for i.mx6Robin Gong
2014-11-19power: reset: imx-snvs-poweroff: add power off driver for i.mx6Robin Gong
2014-11-15Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-10-28power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski
2014-10-28power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski
2014-10-28power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski
2014-10-28power_supply: Add no_thermal property to prevent recursive get_temp callsKrzysztof Kozlowski
2014-10-28power: bq2415x_charger: Fix memory leak on DTS parsing errorKrzysztof Kozlowski
2014-10-28power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandleKrzysztof Kozlowski
2014-10-22power: reset: at91-reset: fix power down registerAlexandre Belloni
2014-10-15power: ab8500_fg.c: use 64-bit time typesEbru Akagunduz
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-05power: ab8500_fg: Fix build warningGuenter Roeck
2014-10-03power: reset: corrections for simple syscon reboot driverFeng Kan
2014-10-01power: reset: Add generic SYSCON register mapped resetFeng Kan
2014-10-01bq27x00_battery: Fix flag reading for bq27742Puthikorn Voravootivat
2014-09-26power: reset: use restart_notifier mechanism for msm-poweroffPramod Gurav
2014-09-26power: Add simple gpio-restart driverDavid Riley
2014-09-26Merge tag 'tags/restart-handler-for-v3.18' into nextSebastian Reichel
2014-09-26power: reset: Add restart functionality for STiH41x platformsLee Jones
2014-09-26power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski
2014-09-26power/restart: call machine_restart instead of arm_pm_restartGuenter Roeck
2014-09-26power: reset: driver for the Versatile syscon rebootLinus Walleij
2014-09-25PM / AVS: rockchip-io: add driver handling Rockchip io domainsHeiko Stübner
2014-09-25power: max14577: Fix circular config SYSFS dependencyKrzysztof Kozlowski
2014-09-25Merge tag 'tags/mfd-power-charger-regulator-v3.18' into nextSebastian Reichel
2014-09-25power: gpio-charger: do not use gpio value directlyHeiko Stuebner
2014-09-25power: max8925: Use of_get_child_by_nameKrzysztof Kozlowski
2014-09-25power: max8925: Fix NULL ptr dereference on memory allocation failureKrzysztof Kozlowski
2014-09-25bq27x00_battery: Add support to bq27742Puthikorn Voravootivat
2014-09-24power: max17040: Add ID for MAX77836 Fuel Gauge blockKrzysztof Kozlowski
2014-09-24charger: max14577: Configure battery-dependent settings from DTS and sysfsKrzysztof Kozlowski
2014-09-24charger: max14577: Add support for MAX77836 chargerKrzysztof Kozlowski
2014-09-16power: reset: add LTC2952 poweroff driverRené Moll
2014-09-16power_supply: Don't iterate over devices to return -EPROBE_DEFERViresh Kumar
2014-09-16power-supply: Avoid unnecessary 'goto' statementsViresh Kumar
2014-09-16power-supply: Check for failures only when we can failViresh Kumar
2014-09-16power-supply: Use PTR_ERR_OR_ZERO() routineViresh Kumar
2014-09-16power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Viresh Kumar
2014-09-16power-supply: Drop useless 'if (ret.intval)' statementsViresh Kumar
2014-09-16power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()Viresh Kumar
2014-09-16power-supply: Propagate error returned by power_supply_find_supply_from_node()Viresh Kumar
2014-09-16power-supply: Rearrange code to remove duplicate linesViresh Kumar
2014-09-16power-supply: Use 'break' instead of 'continue' to end loopViresh Kumar
2014-09-16power-supply: Drop unnecessary typecastsViresh Kumar
2014-09-16power-supply: Return early if "power-supplies" property isn't validViresh Kumar