1. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  2. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  3. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  4. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  5. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  6. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  7. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 3 years, 10 months ago
  8. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 10 months ago
  9. 8c51c65 sunxi: allow to use AXP20[39] attached to I2C0 on V3 series by Icenowy Zheng · 4 years ago
  10. 4fcc084 power: twl4030: Add twl4030_i2c_read() function by Pali Rohár · 4 years ago
  11. a3b3c1d power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · 4 years ago
  12. 2d69b08 power: regulator: gpio-regulator: protect count value by Patrick Delaunay · 4 years ago
  13. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  14. ad2f4ac power: Tidy up inclusion of regulator_common.h by Simon Glass · 4 years, 2 months ago
  15. 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 2 months ago
  16. 11e27ae pmc: Move common registers to the header file by Simon Glass · 4 years, 3 months ago
  17. eefd93e power: pmic_pca9450: fix PCA9450A I2C address by Sébastien Szymanski · 4 years, 3 months ago
  18. 4b8f22d imx: power-domain: use arm_smccc_smc by Peng Fan · 4 years, 5 months ago
  19. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 3 months ago
  20. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  21. 8b8c99b power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling by Fabrice Gasnier · 4 years, 3 months ago
  22. e88d697 regulator: fix: enable gpio when requested by Mark Kettenis · 4 years, 5 months ago
  23. 661d9af power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · 4 years, 4 months ago
  24. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  25. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  26. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  27. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  28. 231401d imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-boot by Peng Fan · 4 years, 5 months ago
  29. 6fcb2ee imx8: Replace SC_R_LAST with SC_R_NONE in DTB by Leonard Crestez · 4 years, 5 months ago
  30. 1074af5 power: imx8: Check owned resource in power on by Ye Li · 4 years, 5 months ago
  31. e8f8b5c power: imx8: remove the resource owned check before power off by Peng Fan · 4 years, 5 months ago
  32. ca0c527 power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag by Ye Li · 4 years, 5 months ago
  33. 8c0a1c6 imx8: power: Add PD device lookup interface to power domain uclass by Peng Fan · 4 years, 5 months ago
  34. 417ea63 pmic: pfuze100: Change error message level to debug by Fabio Estevam · 4 years, 5 months ago
  35. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 6 months ago
  36. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 6 months ago
  37. bb1165f dm: arm64: ls1046a: add i2c DM support by Biwen Li · 4 years, 8 months ago
  38. 2738f0e Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 6 months ago
  39. 3e4fcfa power-domain: fix hang in endless loop on i.MX8 by Anatolij Gustschin · 4 years, 7 months ago
  40. 8cd10a4 power: pmic: tps65941: Add support for probing the child devices by Tero Kristo · 4 years, 7 months ago
  41. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 7 months ago
  42. b7adcdd regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · 4 years, 8 months ago
  43. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  44. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  45. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  46. eb7387a sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · 4 years, 8 months ago
  47. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  48. 7ae22d8 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 8 months ago
  49. 483880c power: pmic: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 8 months ago
  50. 17aaa42 power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · 4 years, 9 months ago
  51. abb65f1 power: domain: add power domain support for MT7622 by Sam Shih · 4 years, 9 months ago
  52. 36b8b5d poweroff: add poweroff for mt6323 pmic by Frank Wunderlich · 4 years, 10 months ago
  53. deb287b Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 9 months ago
  54. 22172f6 power: Add new PMIC PCA9450 driver by Ye Li · 5 years ago
  55. 5677fe9 power: regulator: support off-on-delay-us by Peng Fan · 4 years, 11 months ago
  56. 28eefef x86: apl: Add PMC driver by Simon Glass · 4 years, 10 months ago
  57. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 10 months ago
  58. 6c6d88e x86: power: Add an ACPI PMC uclass by Simon Glass · 4 years, 10 months ago
  59. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  60. e82692a power: fan53555: fix fan53555_regulator_set_value by Vasily Khoruzhick · 4 years, 10 months ago
  61. 5ef1e02 power: fan53555: add support for Silergy SYR82X and SYR83X by Vasily Khoruzhick · 4 years, 10 months ago
  62. 5f7ff6d Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
  63. 086e391 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 11 months ago
  64. ee30068 power: pmic: rk809: support rk809 pmic by Joseph Chen · 5 years ago
  65. b4a3557 power: pmic: rk817: support rk817 pmic by Joseph Chen · 5 years ago
  66. b622807 power: pmic: rk805: support rk805 pmic by Elaine Zhang · 5 years ago
  67. addd062 power: pmic: rk816: support rk816 pmic by Elaine Zhang · 5 years ago
  68. 94afc1c power: regulator: rk8xx: update the driver for rk808 and rk818 by Elaine Zhang · 5 years ago
  69. 11406b8 dm: regulator: support regulator more state by Joseph Chen · 5 years ago
  70. 065a452 power: regulator: tps65941: add regulator support by Keerthy · 5 years ago
  71. 6b86dd0 power: pmic: tps65941: Add support for tps65941 family of PMICs by Keerthy · 5 years ago
  72. 22e8f18 power: regulator: tps6236x: add support for tps6236x regulators by Tero Kristo · 5 years ago
  73. afd267a power: domain: add i.MX8 scu power domain driver by Peng Fan · 5 years ago
  74. 954b931 power: domain: make imx8-power-domain.c legacy by Peng Fan · 5 years ago
  75. 264977d mach-imx: Adding new argument for SIP call interface by Ye Li · 5 years ago
  76. 672fc54 power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837 by Peng Fan · 5 years ago
  77. e0f724f pmic: bd71837: drop DEBUG macro by Peng Fan · 5 years ago
  78. a990c39 power: domain: add Amlogic Everything-Else power domain driver by Neil Armstrong · 5 years ago
  79. 3dcdf85 power: domain: meson-gx-pwrc: add G12A support by Neil Armstrong · 5 years ago
  80. 0cf795a power: domain: Introduce dev_power_domain_off by Lokesh Vutla · 5 years ago
  81. 9c1e982 power: domain: add dev_power_domain_on by Peng Fan · 5 years ago
  82. e8e9715 regulator: fixed: Modify enable-active-high behavior by Patrice Chotard · 5 years ago
  83. d08a194 imx: add support for i.MX8MQ power domain controller by Patrick Wildt · 5 years ago
  84. ef32dcf stpmic1: simplify stpmic1_sysreset_request by Patrick Delaunay · 5 years ago
  85. 234a602 pmu: stpmic1: change specific NVM api to MISC by Patrick Delaunay · 5 years ago
  86. b805051 sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass by Urja Rannikko · 5 years ago
  87. 71cd80a power: domain: ti-sci-power-domain: Add device ID info to get/set_device failure by Nishanth Menon · 5 years ago
  88. 75551c8 Merge branch '2019-07-26-ti-imports' by Tom Rini · 5 years ago
  89. cd041c8 power: domain: ti_sci_power_domains: Add support for exclusive and shared access by Lokesh Vutla · 5 years ago
  90. 21b0241 regulator: bd718x7: support ROHM BD71837 and BD71847 PMICs by Matti Vaittinen · 5 years ago
  91. aa2067a regulator: Allow enabling GPIO regulator by Sven Schwermer · 5 years ago
  92. 2f7a5f2 regulator: Factor out common enable code by Sven Schwermer · 5 years ago
  93. a9a3a37 Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  94. 1164c54 regulator: Allow autosetting fixed regulators by Sven Schwermer · 5 years ago
  95. 28115e7 power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565 by Keerthy · 5 years ago
  96. 2463874 power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565 by Keerthy · 5 years ago
  97. 92be683 power: stpmic1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  98. c8a8937 power: regulator: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  99. 82cd1a2 pmic: stpmic1: add support for SYSRESET_POWER_OFF by Patrick Delaunay · 5 years ago
  100. 1023c87 regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot by Matti Vaittinen · 5 years ago