1. 4997f6e power: pmic: add the max8997 controller for DM by Jaehoon Chung · 8 years ago
  2. 2e97146 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  3. c89f7ce regulator: palmas: Fix smps6 - smps9 indices by Keerthy · 8 years ago
  4. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  5. b86c4d0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  6. 6d6e5ee pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic by Hou Zhiqiang · 8 years ago
  7. 2cfca56 power_i2c.c: Fix unused variable warning by Tom Rini · 8 years ago
  8. 10e80f3 power: change from meaningless value to error number by Jaehoon Chung · 8 years ago
  9. dd242ab regulator: fixed: Add support to handle enable-active-high DT property by Vignesh R · 8 years ago
  10. 42b5d88 power: pmic: add the max8998 controller for DM by Jaehoon Chung · 8 years ago
  11. d999d05 ARM: OMAP4+: Add support for getting pbias info from board by Lokesh Vutla · 8 years ago
  12. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  13. ce152be power: regulator: Add limits checking while setting current by Keerthy · 8 years ago
  14. c6e6669 power: regulator: Add limits checking while setting voltage by Keerthy · 8 years ago
  15. 162c02e power: regulator: Introduce regulator_set_value_force function by Keerthy · 8 years ago
  16. 8bc958a power: twl6030: fix code refactoring by Nicolae Rosia · 8 years ago
  17. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  18. 65dfbe6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  19. 947d928 power: regulator: lp873x: Add regulator support by Keerthy · 8 years ago
  20. 662797b power: pmic: lp873x: Add the base pmic support by Keerthy · 8 years ago
  21. ffed0ea power: regulator: palmas: Add regulator support by Keerthy · 8 years ago
  22. f0df1b1 power: pmic: Palmas: Add the base pmic support by Keerthy · 8 years ago
  23. 17b3fe7 power: regulator: Add support for gpio regulators by Keerthy · 8 years ago
  24. 4c41ee4 regulator: fixed: honour optionality of enable gpio by Marcel Ziswiler · 8 years ago
  25. b084ddd power: pmic: add Ricoh RN5T567 PMIC support by Stefan Agner · 8 years ago
  26. 8bbe1cc power: regulator: add pwm regulator by Kever Yang · 8 years ago
  27. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  28. 30fe357 drivers: squash lines for immediate return by Masahiro Yamada · 8 years ago
  29. af7f67c sunxi: axp2xx: disable ldoio0/1 at boot by Hans de Goede · 8 years ago
  30. a531aa5 regulator: fixed: obey startup delay by John Keeping · 8 years ago
  31. 402a0fa power domain: add Tegra186 driver by Stephen Warren · 8 years ago
  32. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  33. f7f311d power: pmic: act8846: add missing newline to debug statements by John Keeping · 8 years ago
  34. bfea23a power: regulator: act8846: fix reading values by John Keeping · 8 years ago
  35. 78cd22a kconfig: use bool instead of boolean for type definition attributes by Masahiro Yamada · 8 years ago
  36. 92c67fa Add a power domain framework/uclass by Stephen Warren · 8 years ago
  37. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  38. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  39. f1e66e7 sunxi: power: add AXP809 support by Chen-Yu Tsai · 9 years ago
  40. 45f192c sunxi: Implement poweroff support for axp818 pmic by Chen-Yu Tsai · 9 years ago
  41. 0e3efd3 sunxi: power: axp818: Add support for switch SW by Chen-Yu Tsai · 9 years ago
  42. 7096534 power: axp818: Fix typo for fldo2 Kconfig description by Chen-Yu Tsai · 9 years ago
  43. c80376c power: axp221: Remove switch case to simplify axp_set_eldo by Chen-Yu Tsai · 9 years ago
  44. 96504b6 drivers/power/pmic/pm8916.c: Make usid be uint32_t by Tom Rini · 9 years ago
  45. 0be548f pmic: Add support for Qualcomm PM8916 PMIC by Mateusz Kulikowski · 9 years ago
  46. 26c50fb sunxi: Add support for Allwinner A64 SoCs by Siarhei Siamashka · 9 years ago
  47. d028fba power: axp818: Add support for FLDOs by Chen-Yu Tsai · 9 years ago
  48. f5932a1 power: axp818: Fix DCDC5 default voltage by Chen-Yu Tsai · 9 years ago
  49. c76b97a power: twl6030: Power off support by Paul Kocialkowski · 9 years ago
  50. b052c4b power: twl6030: Remove ifdef around the code by Paul Kocialkowski · 9 years ago
  51. e1545d9 power: twl6030: Clear VUSB_IN_PMID bit on USB device setup by Paul Kocialkowski · 9 years ago
  52. 3f3b12b power: twl6030: Configure VUSB voltage on USB device setup by Paul Kocialkowski · 9 years ago
  53. b649748 power: twl6030: Device-index-specific MMC power initialization by Paul Kocialkowski · 9 years ago
  54. 1db349f power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 value by Paul Kocialkowski · 9 years ago
  55. b8421a7 power: twl6030: Some more explicit registers and values definitions by Paul Kocialkowski · 9 years ago
  56. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  57. a5c71ff pmic: tps65218: add useful functions and defines by Nikita Kiryanov · 9 years ago
  58. 3f3a309 sunxi: power: add support for sy8106a driver by Jelle van der Waa · 9 years ago
  59. c05aa39 sunxi: power: axp818: Enable support for ALDOs by Chen-Yu Tsai · 9 years ago
  60. 265015b power: axp818: Add support for DLDO and ELDO regulators by Chen-Yu Tsai · 9 years ago
  61. 2e6911f power: axp: merge separate DLDO functions into 1 by Chen-Yu Tsai · 9 years ago
  62. 6391f0e sunxi: Implement poweroff support for axp221 pmic by Hans de Goede · 9 years ago
  63. 8fb31fe sunxi: Implement poweroff support for axp209 pmic by Michael van Slingerland · 9 years ago
  64. d728da1 sunxi: Implement poweroff support for axp152 pmic by Hans de Goede · 9 years ago
  65. d6eddad dm: power: Allow regulators to not implement all operations by Simon Glass · 9 years ago
  66. 46ad8cb dm: power: Tidy up debugging output and return values by Simon Glass · 9 years ago
  67. c8db7b4 dm: power: Allow regulators to be omitted from SPL by Simon Glass · 9 years ago
  68. adecfef power: Add support for RK808 regulators by Simon Glass · 9 years ago
  69. a8bd2ac power: Add base support for the RK808 PMIC by Simon Glass · 9 years ago
  70. e6cf0aa power: regulator: max77686: Don't use switch() on bools by Tom Rini · 9 years ago
  71. 91bce9c sunxi: power: axp818: add support for axp818 driver by vishnupatekar · 9 years ago
  72. f977072 sunxi: Add basic H3 support by Jens Kuske · 9 years ago
  73. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  74. c900103 dm: regulator: add function device_get_supply_regulator() by Przemyslaw Marczak · 9 years ago
  75. 9181512 dm: pmic: add s2mps11 PMIC I/O driver by Przemyslaw Marczak · 9 years ago
  76. a8c8491 sunxi: power: Change axp209 LDO3 and LDO4 default to disabled by Hans de Goede · 9 years ago
  77. 84a8b79 sunxi: power: Add support for disabling axp209 regulators by Hans de Goede · 9 years ago
  78. 5dc30b4 sunxi: power: Drop protection against multiple calls from axp221 axp_init() by Hans de Goede · 9 years ago
  79. aa1d512 sunxi: power: Use pmic_bus functions for axp152 / axp209 driver by Hans de Goede · 9 years ago
  80. f4da4c9 sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V by Hans de Goede · 9 years ago
  81. cf96e3f sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1V by Hans de Goede · 9 years ago
  82. d9ee84b sunxi: power: Unify axp pmic function names by Hans de Goede · 9 years ago
  83. 04bfd41 sunxi: power: Make all voltages configurable through Kconfig by Hans de Goede · 9 years ago
  84. 70ce2c8 sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER by Hans de Goede · 9 years ago
  85. e2cb6c5 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  86. d102cf6 power: regulator: Add a driver for ACT8846 regulators by Simon Glass · 9 years ago
  87. b08ce89 power: Add support for ACT8846 PMIC by Simon Glass · 9 years ago
  88. 9072cb2 power: pmic: add pfuze3000 support by Adrian Alonso · 9 years ago
  89. c6c47c2 sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig by Hans de Goede · 9 years ago
  90. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  91. 6f4f6d2 Add missing part of: "power: pmic: pfuze100 support driver model" by Peng Fan · 9 years ago
  92. a2af734 pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board. by Peter Griffin · 9 years ago
  93. 8264e14 power: twl4030: Power off support by Paul Kocialkowski · 9 years ago
  94. 7fc93c4 dm: pmic: max77686: Correct two typos in a comment by Simon Glass · 9 years ago
  95. e4cbfa6 power: regulator: max77686 correct variable type by Peng Fan · 9 years ago
  96. 54ee6a4 power: regulator: add pfuze100 support by Peng Fan · 9 years ago
  97. c57f4e1 power: pmic: pfuze100 support driver model by Peng Fan · 9 years ago
  98. cd672d4 power: regulator use node name when no regulator-name by Peng Fan · 9 years ago
  99. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  100. f55c951 dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago