1. 6cd94d5 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  2. 0563fdc0 Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  3. 3db47dc power: reset: imx-snvs-poweroff: add power off driver for i.mx6 by Robin Gong · 10 years ago
  4. ec7de65 Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 10 years ago
  5. f0a0a58 ARM: at91: move sdramc/ddrsdr header to include/soc/at91 by Alexandre Belloni · 10 years ago
  6. cdaf3e1 power: charger-manager: Fix accessing invalidated power supply after charger unbind by Krzysztof Kozlowski · 10 years ago
  7. bdbe814 power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbind by Krzysztof Kozlowski · 10 years ago
  8. ba9c918 power: charger-manager: Avoid recursive thermal get_temp call by Krzysztof Kozlowski · 10 years ago
  9. a69d82b power_supply: Add no_thermal property to prevent recursive get_temp calls by Krzysztof Kozlowski · 10 years ago
  10. 21e863b power: bq2415x_charger: Fix memory leak on DTS parsing error by Krzysztof Kozlowski · 10 years ago
  11. 0eaf437 power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandle by Krzysztof Kozlowski · 10 years ago
  12. 7cb4e71 power: reset: at91-reset: fix power down register by Alexandre Belloni · 10 years ago
  13. 8000ebf power: ab8500_fg.c: use 64-bit time types by Ebru Akagunduz · 10 years ago
  14. 50fa861 Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 10 years ago
  15. 93834c6 Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  16. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  17. 7881c64 power: ab8500_fg: Fix build warning by Guenter Roeck · 10 years ago
  18. afaebbd power: reset: corrections for simple syscon reboot driver by Feng Kan · 10 years ago
  19. 09fb07b power: reset: Add generic SYSCON register mapped reset by Feng Kan · 10 years ago
  20. a3c0c3e bq27x00_battery: Fix flag reading for bq27742 by Puthikorn Voravootivat · 10 years ago
  21. 18a702e power: reset: use restart_notifier mechanism for msm-poweroff by Pramod Gurav · 10 years ago
  22. 371bb20 power: Add simple gpio-restart driver by David Riley · 10 years ago
  23. 1670d85 Merge tag 'tags/restart-handler-for-v3.18' into next by Sebastian Reichel · 10 years ago
  24. f0745f3 power: reset: Add restart functionality for STiH41x platforms by Lee Jones · 10 years ago
  25. 661a888 power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gauge by Krzysztof Kozlowski · 10 years ago
  26. 0713e14 power/restart: call machine_restart instead of arm_pm_restart by Guenter Roeck · 10 years ago
  27. 0e545f5 power: reset: driver for the Versatile syscon reboot by Linus Walleij · 10 years ago
  28. 662a958 PM / AVS: rockchip-io: add driver handling Rockchip io domains by Heiko Stübner · 10 years ago
  29. 6a91e85 power: max14577: Fix circular config SYSFS dependency by Krzysztof Kozlowski · 10 years ago
  30. fd642bb Merge tag 'tags/mfd-power-charger-regulator-v3.18' into next by Sebastian Reichel · 10 years ago
  31. 4d96fb1 power: gpio-charger: do not use gpio value directly by Heiko Stuebner · 10 years ago
  32. ddd26df power: max8925: Use of_get_child_by_name by Krzysztof Kozlowski · 10 years ago
  33. 920ac5b power: max8925: Fix NULL ptr dereference on memory allocation failure by Krzysztof Kozlowski · 10 years ago
  34. 628ef02 bq27x00_battery: Add support to bq27742 by Puthikorn Voravootivat · 10 years ago
  35. 2c33e92 power: max17040: Add ID for MAX77836 Fuel Gauge block by Krzysztof Kozlowski · 10 years ago
  36. e30110e charger: max14577: Configure battery-dependent settings from DTS and sysfs by Krzysztof Kozlowski · 10 years ago
  37. 3682a8e charger: max14577: Add support for MAX77836 charger by Krzysztof Kozlowski · 10 years ago
  38. 6647156 power: reset: add LTC2952 poweroff driver by René Moll · 10 years ago
  39. 7195c50 power_supply: Don't iterate over devices to return -EPROBE_DEFER by Viresh Kumar · 10 years ago
  40. 464069c power-supply: Avoid unnecessary 'goto' statements by Viresh Kumar · 10 years ago
  41. 73b4a08 power-supply: Check for failures only when we can fail by Viresh Kumar · 10 years ago
  42. 9d2410c power-supply: Use PTR_ERR_OR_ZERO() routine by Viresh Kumar · 10 years ago
  43. 061f380 power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely' by Viresh Kumar · 10 years ago
  44. 1c42a38 power-supply: Drop useless 'if (ret.intval)' statements by Viresh Kumar · 10 years ago
  45. 585b008 power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node() by Viresh Kumar · 10 years ago
  46. f5b89af power-supply: Propagate error returned by power_supply_find_supply_from_node() by Viresh Kumar · 10 years ago
  47. 8468b02 power-supply: Rearrange code to remove duplicate lines by Viresh Kumar · 10 years ago
  48. a0f93b4 power-supply: Use 'break' instead of 'continue' to end loop by Viresh Kumar · 10 years ago
  49. e80cf42 power-supply: Drop unnecessary typecasts by Viresh Kumar · 10 years ago
  50. f9c8548 power-supply: Return early if "power-supplies" property isn't valid by Viresh Kumar · 10 years ago
  51. 8f5a37c power-supply: Don't over-allocate memory for "supplied-from" array by Viresh Kumar · 10 years ago
  52. 86515b7 power: charger-manager: Remove casting the return value which is a void pointer by Jingoo Han · 10 years ago
  53. a8adcc90 power_supply: Add boot and calibration attributes by Ramakrishna Pallala · 10 years ago
  54. b1022e2 power: charger-manager: Check charging state right after completed initialization by Chanwoo Choi · 10 years ago
  55. c6738d0 power: charger-manager: Fix checking of wrong return type by Chanwoo Choi · 10 years ago
  56. d3ed534 power/reset: xgene-reset: Fix prototype of xgene_restart() by Mark Brown · 10 years ago
  57. 4495b0a sbs-battery: add min design voltage to sbs-battery by Simon Que · 10 years ago
  58. 9ea8940 sbs-battery: export manufacturer and model name to sysfs by Cheng-Yi Chiang · 10 years ago
  59. 405a72c power: reset: at91-poweroff: fix wakeup status register index by Nicolas Ferre · 10 years ago
  60. 94d450e ARM: at91/power/reset: fix Kconfig "depends on" directive by Nicolas Ferre · 10 years ago
  61. e657ce6 Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux by Nicolas Ferre · 10 years ago
  62. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  63. 4a9b373 power: reset: move hisilicon reboot code by Haojian Zhuang · 10 years ago
  64. 5e37195 ipaq_micro_battery: fix sparse non static symbol warning by Wei Yongjun · 10 years ago
  65. 00a588f power: add driver for battery reading on iPaq h3xxx by Dmitry Artamonow · 10 years ago
  66. 61a7784 power: twl4030_charger: detect battery presence prior to enabling charger by Nishanth Menon · 10 years ago
  67. 030494e power: reset: Add reboot driver for brcmstb by Marc Carino · 10 years ago
  68. c128d39 power_supply: Fix sparse non static symbol warning by Wei Yongjun · 10 years ago
  69. 6bb1d27 power_supply: Add inlmt,iterm, min/max temp props by Jenny TC · 10 years ago
  70. 193dcce charger: tps65090: Allow charger module to be used when no irq by Doug Anderson · 10 years ago
  71. 661468b power/reset: Fix GPL v2 license string typo by Bjorn Helgaas · 10 years ago
  72. 86336ba power: poweroff: gpio: convert to use descriptors by Linus Walleij · 10 years ago
  73. 3dd843e bq27000: report missing device better. by Marek Belisko · 10 years ago
  74. 1cb82fd bq27x00_battery: Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  75. 57da5e8 rx51_battery: convert to iio consumer by Sebastian Reichel · 10 years ago
  76. 3c01850 bq2415x_charger: Fix Atomic Sleep Bug by Sebastian Reichel · 10 years ago
  77. ae499f0 power: reset: Add AT91 poweroff driver by Maxime Ripard · 10 years ago
  78. ecfe64d power: reset: Add AT91 reset driver by Maxime Ripard · 10 years ago
  79. 6ca4f460 power: reset: Add if statement instead of multiple depends on by Maxime Ripard · 10 years ago
  80. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  81. 312c76f Merge tag 'regulator-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into next by Linus Torvalds · 10 years ago
  82. a727eaf Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  83. 825f4e0 Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  84. 8ff15e0 Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/axp20' and 'regulator/topic/bcm590xx' into regulator-next by Mark Brown · 10 years ago
  85. 9113e26 power_supply: allow power supply devices registered w/o wakeup source by Zhang Rui · 10 years ago
  86. 535cee42 Merge tag 'keystone-reset-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/drivers by Olof Johansson · 10 years ago
  87. a3e01e8 power: reset: keystone-reset: introduce keystone reset driver by Ivan Khoronzhuk · 10 years ago
  88. b3d491e Merge tag 'sunxi-drivers-for-3.16-2' of https://github.com/mripard/linux into next/drivers by Arnd Bergmann · 10 years ago
  89. 650052b Merge branch 'axxia/soc' into next/soc by Arnd Bergmann · 10 years ago
  90. 4a315e3 power: reset: Add Axxia system reset driver by Anders Berg · 10 years ago
  91. 1be7f55 power: reset: Add Allwinner A31 reset code by Maxime Ripard · 10 years ago
  92. 3b9334a mfd: vexpress: Convert custom func API to regmap by Pawel Moll · 10 years ago
  93. d08b803 power/reset: vexpress: Fix restart/power off operation by Pawel Moll · 10 years ago
  94. c42ba72 mfd: tps65090: Stop caching most registers by Doug Anderson · 10 years ago
  95. cda88c8 Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into next/drivers by Arnd Bergmann · 10 years ago
  96. 200c0a3 Power: Reset: Generalize qnap-poweroff to work on Synology devices. by Andrew Lunn · 10 years ago
  97. 2345385 Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/drivers by Arnd Bergmann · 10 years ago
  98. 0a33d88 Merge tag 'for-v3.14-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 10 years ago
  99. d118966 power: reset: msm - switch Kconfig to ARCH_QCOM depends by Kumar Gala · 10 years ago
  100. ac323d8 power: max17040: Fix NULL pointer dereference when there is no platform_data by Krzysztof Kozlowski · 10 years ago