summaryrefslogtreecommitdiffstats
path: root/drivers/power
AgeCommit message (Expand)AuthorLines
2014-11-15Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6Linus Torvalds-69/+138
2014-10-28power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski-25/+39
2014-10-28power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski-28/+71
2014-10-28power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski-0/+1
2014-10-28power_supply: Add no_thermal property to prevent recursive get_temp callsKrzysztof Kozlowski-0/+3
2014-10-28power: bq2415x_charger: Fix memory leak on DTS parsing errorKrzysztof Kozlowski-6/+6
2014-10-28power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandleKrzysztof Kozlowski-2/+9
2014-10-22power: reset: at91-reset: fix power down registerAlexandre Belloni-2/+2
2014-10-15power: ab8500_fg.c: use 64-bit time typesEbru Akagunduz-8/+9
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds-144/+1429
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+360
2014-10-05power: ab8500_fg: Fix build warningGuenter Roeck-4/+5
2014-10-03power: reset: corrections for simple syscon reboot driverFeng Kan-17/+13
2014-10-01power: reset: Add generic SYSCON register mapped resetFeng Kan-0/+102
2014-10-01bq27x00_battery: Fix flag reading for bq27742Puthikorn Voravootivat-6/+7
2014-09-26power: reset: use restart_notifier mechanism for msm-poweroffPramod Gurav-6/+14
2014-09-26power: Add simple gpio-restart driverDavid Riley-0/+158
2014-09-26Merge tag 'tags/restart-handler-for-v3.18' into nextSebastian Reichel-1/+2
2014-09-26power: reset: Add restart functionality for STiH41x platformsLee Jones-0/+158
2014-09-26power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski-0/+5
2014-09-26power/restart: call machine_restart instead of arm_pm_restartGuenter Roeck-1/+2
2014-09-26power: reset: driver for the Versatile syscon rebootLinus Walleij-0/+121
2014-09-25PM / AVS: rockchip-io: add driver handling Rockchip io domainsHeiko Stübner-0/+360
2014-09-25power: max14577: Fix circular config SYSFS dependencyKrzysztof Kozlowski-1/+1
2014-09-25Merge tag 'tags/mfd-power-charger-regulator-v3.18' into nextSebastian Reichel-37/+341
2014-09-25power: gpio-charger: do not use gpio value directlyHeiko Stuebner-1/+1
2014-09-25power: max8925: Use of_get_child_by_nameKrzysztof Kozlowski-1/+1
2014-09-25power: max8925: Fix NULL ptr dereference on memory allocation failureKrzysztof Kozlowski-1/+4
2014-09-25bq27x00_battery: Add support to bq27742Puthikorn Voravootivat-7/+45
2014-09-24power: max17040: Add ID for MAX77836 Fuel Gauge blockKrzysztof Kozlowski-1/+2
2014-09-24charger: max14577: Configure battery-dependent settings from DTS and sysfsKrzysztof Kozlowski-28/+284
2014-09-24charger: max14577: Add support for MAX77836 chargerKrzysztof Kozlowski-17/+64
2014-09-16power: reset: add LTC2952 poweroff driverRené Moll-0/+394
2014-09-16power_supply: Don't iterate over devices to return -EPROBE_DEFERViresh Kumar-13/+0
2014-09-16power-supply: Avoid unnecessary 'goto' statementsViresh Kumar-17/+5
2014-09-16power-supply: Check for failures only when we can failViresh Kumar-10/+11
2014-09-16power-supply: Use PTR_ERR_OR_ZERO() routineViresh Kumar-6/+2
2014-09-16power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Viresh Kumar-5/+13
2014-09-16power-supply: Drop useless 'if (ret.intval)' statementsViresh Kumar-9/+5
2014-09-16power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()Viresh Kumar-7/+11
2014-09-16power-supply: Propagate error returned by power_supply_find_supply_from_node()Viresh Kumar-2/+2
2014-09-16power-supply: Rearrange code to remove duplicate linesViresh Kumar-2/+2
2014-09-16power-supply: Use 'break' instead of 'continue' to end loopViresh Kumar-2/+2
2014-09-16power-supply: Drop unnecessary typecastsViresh Kumar-4/+4
2014-09-16power-supply: Return early if "power-supplies" property isn't validViresh Kumar-0/+4
2014-09-16power-supply: Don't over-allocate memory for "supplied-from" arrayViresh Kumar-1/+1
2014-09-06power: charger-manager: Remove casting the return value which is a void pointerJingoo Han-1/+1
2014-09-06power_supply: Add boot and calibration attributesRamakrishna Pallala-0/+3
2014-09-06power: charger-manager: Check charging state right after completed initializa...Chanwoo Choi-0/+7