1. c900103 dm: regulator: add function device_get_supply_regulator() by Przemyslaw Marczak · 9 years ago
  2. 9181512 dm: pmic: add s2mps11 PMIC I/O driver by Przemyslaw Marczak · 9 years ago
  3. a8c8491 sunxi: power: Change axp209 LDO3 and LDO4 default to disabled by Hans de Goede · 9 years ago
  4. 84a8b79 sunxi: power: Add support for disabling axp209 regulators by Hans de Goede · 9 years ago
  5. 5dc30b4 sunxi: power: Drop protection against multiple calls from axp221 axp_init() by Hans de Goede · 9 years ago
  6. aa1d512 sunxi: power: Use pmic_bus functions for axp152 / axp209 driver by Hans de Goede · 9 years ago
  7. f4da4c9 sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V by Hans de Goede · 9 years ago
  8. cf96e3f sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1V by Hans de Goede · 9 years ago
  9. d9ee84b sunxi: power: Unify axp pmic function names by Hans de Goede · 9 years ago
  10. 04bfd41 sunxi: power: Make all voltages configurable through Kconfig by Hans de Goede · 9 years ago
  11. 70ce2c8 sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER by Hans de Goede · 9 years ago
  12. e2cb6c5 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  13. d102cf6 power: regulator: Add a driver for ACT8846 regulators by Simon Glass · 9 years ago
  14. b08ce89 power: Add support for ACT8846 PMIC by Simon Glass · 9 years ago
  15. 9072cb2 power: pmic: add pfuze3000 support by Adrian Alonso · 9 years ago
  16. c6c47c2 sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig by Hans de Goede · 9 years ago
  17. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  18. 6f4f6d2 Add missing part of: "power: pmic: pfuze100 support driver model" by Peng Fan · 9 years ago
  19. a2af734 pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board. by Peter Griffin · 9 years ago
  20. 8264e14 power: twl4030: Power off support by Paul Kocialkowski · 9 years ago
  21. 7fc93c4 dm: pmic: max77686: Correct two typos in a comment by Simon Glass · 9 years ago
  22. e4cbfa6 power: regulator: max77686 correct variable type by Peng Fan · 9 years ago
  23. 54ee6a4 power: regulator: add pfuze100 support by Peng Fan · 9 years ago
  24. c57f4e1 power: pmic: pfuze100 support driver model by Peng Fan · 9 years ago
  25. cd672d4 power: regulator use node name when no regulator-name by Peng Fan · 9 years ago
  26. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  27. f55c951 dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago
  28. fdcc59b dm: pmic: max77686: Support all BUCK regulators by Simon Glass · 9 years ago
  29. 2ede005 dm: power: max77686: Correct BUCK register access by Simon Glass · 9 years ago
  30. 605ecd1 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · 9 years ago
  31. 50a4926 dm: pmic: max77686: Correct a few nits by Simon Glass · 9 years ago
  32. 2336103 dm: power: Add support for S5M8767 regulators by Simon Glass · 9 years ago
  33. 0165149 dm: power: Add support for the S5M8767 PMIC by Simon Glass · 9 years ago
  34. 9fa8e9c dm: power: Add support for TPS65090 FETs by Simon Glass · 9 years ago
  35. c087111 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · 9 years ago
  36. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  37. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  38. ffc4d5c power: pmic: Add support for MAX77696 PMIC by Fabio Estevam · 9 years ago
  39. 869b049 power: pmic: Use trailing_strtol() instead of a local function by Simon Glass · 9 years ago
  40. c3f21c3 dm: pmic: Add functions to adjust PMIC registers by Simon Glass · 9 years ago
  41. 7f68521 dm: power: Use debug() for errors in regulator uclass by Simon Glass · 9 years ago
  42. efeeb2c dm: power: Add a function to set up all regulators by Simon Glass · 9 years ago
  43. 46cb824 dm: pmic: Split output from function by Simon Glass · 9 years ago
  44. 991f9bc dm: power: Add regulator flags to centralise auto-set logic by Simon Glass · 9 years ago
  45. ad28e00 dm: power: Avoid case-insensitve match for child names by Simon Glass · 9 years ago
  46. d5175dc sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator by Przemyslaw Marczak · 10 years ago
  47. 75692a3 dm: regulator: uclass driver code cleanup by Przemyslaw Marczak · 10 years ago
  48. 1031498 dm: pmic: code cleanup of PMIC uclass driver by Przemyslaw Marczak · 10 years ago
  49. 3753f28 dm: regulator: add fixed voltage regulator driver by Przemyslaw Marczak · 10 years ago
  50. afee81e dm: regulator: add max77686 regulator driver by Przemyslaw Marczak · 10 years ago
  51. 58ea76f dm: pmic: add max77686 pmic driver by Przemyslaw Marczak · 10 years ago
  52. 08edd00 dm: regulator: add implementation of driver model regulator uclass by Przemyslaw Marczak · 10 years ago
  53. 9a8bc95 dm: pmic: add implementation of driver model pmic uclass by Przemyslaw Marczak · 10 years ago
  54. 053da13 power: Export register access functions from as3722 by Simon Glass · 10 years ago
  55. 3ae1d13 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · 10 years ago
  56. bb930c3 sunxi: axp: Move axp pmic register helpers to a separate file by Hans de Goede · 10 years ago
  57. 551ea28 sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops by Hans de Goede · 10 years ago
  58. 9546f5a sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect by Hans de Goede · 10 years ago
  59. cb189b7 power: axp209: Registers definitions in header by Paul Kocialkowski · 10 years ago
  60. 6d95489 power: axp152: Registers definitions in header by Paul Kocialkowski · 10 years ago
  61. 66cc095 power: axp209: VBUS detection support by Paul Kocialkowski · 10 years ago
  62. 6604a13 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · 10 years ago
  63. 71a7b3b sunxi: axp209: fix incorrect limits on ldo3 by Iain Paton · 10 years ago
  64. 54b6ab1 sunxi: axp221: Add VBUS detection support by Chen-Yu Tsai · 10 years ago
  65. b4aa9f3 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  66. 1945061 sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() by Hans de Goede · 10 years ago
  67. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  68. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  69. 7e4eb6c sunxi: axp221: Add ELDO[1-3] support by Siarhei Siamashka · 10 years ago
  70. c004b9f sunxi: axp209: Disable interrupts when intializing the axp209 by Hans de Goede · 10 years ago
  71. 868ba89 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  72. 230fed4 sunxi: axp221: Add support for controlling the drivebus pin by Hans de Goede · 10 years ago
  73. 4e2d76e sunxi: axp221: Protect axp221_init against multiple calls by Hans de Goede · 10 years ago
  74. 1413574 sunxi: axp221: correct ALDO2 description for sun6i by Chen-Yu Tsai · 10 years ago
  75. 1fc9c4a sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago
  76. be4929c sunxi: axp221: Explicitly turn off unused voltages by Hans de Goede · 10 years ago
  77. 7865548 sunxi: axp221: Make dcdc1 voltage configurable by Hans de Goede · 10 years ago
  78. 75916ff sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usage by Hans de Goede · 10 years ago
  79. 1dd334b sunxi: axp221: Add axp223 support by Hans de Goede · 10 years ago
  80. 65142e9 sun6i: axp221: Add axp221_get_sid function by Hans de Goede · 10 years ago
  81. ee27db3 pmic: add tps62362 simple wrapper code by Felipe Balbi · 10 years ago
  82. 09c0cf2 power: Add AMS AS3722 PMIC support by Thierry Reding · 10 years ago
  83. 667aee9 dm: i2c: tegra: Convert to driver model by Simon Glass · 10 years ago
  84. a3bd860 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  85. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  86. f745ba4 twl4030: device-index-specific MMC power initializations, common ramp-up delay by Paul Kocialkowski · 10 years ago
  87. a51c615 arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  88. cab8ef9 arm: odroid: pmic77686: allow buck voltage settings by Suriyan Ramasami · 10 years ago
  89. d3a558d sun6i: Add basic axp221 driver by Oliver Schinagl · 11 years ago
  90. 9ea1854 power_spi.c: Rewrite pmic_reg function by Tom Rini · 10 years ago
  91. 5859f8d twl4030: VMMC2 3.2V enable on MMC init by Paul Kocialkowski · 10 years ago
  92. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  93. 7a5a79f cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · 10 years ago
  94. f46fc92 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · 10 years ago
  95. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  96. b96df4f pmic: pmic_pfuze100: Use a shorter name for PMIC name by Fabio Estevam · 10 years ago
  97. eb5a7c8 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  98. 60d2f6f tps65218/am43xx_evm: Add power framework support to TPS65218 by Tom Rini · 10 years ago
  99. 1f24736 sunxi: Add axp152 pmic support by Hans de Goede · 10 years ago
  100. aa382ad sunxi: Add axp209 pmic support by Henrik Nordstrom · 10 years ago