1. deb5b48 power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · Thu Sep 10 18:18:17 2020 +0200
  2. 23f988a power: regulator: gpio-regulator: protect count value by Patrick Delaunay · Thu Sep 10 18:18:16 2020 +0200
  3. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  4. 1c1ddf6 power: Tidy up inclusion of regulator_common.h by Simon Glass · Sun Jul 19 10:15:44 2020 -0600
  5. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Jul 17 08:04:48 2020 -0400
  6. 6065d19 pmc: Move common registers to the header file by Simon Glass · Tue Jul 07 21:32:33 2020 -0600
  7. 6ba69a2 power: pmic_pca9450: fix PCA9450A I2C address by Sébastien Szymanski · Tue Jun 30 15:03:13 2020 +0200
  8. aae3356 imx: power-domain: use arm_smccc_smc by Peng Fan · Mon May 11 15:16:37 2020 +0800
  9. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  10. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  11. fec2a90 power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling by Fabrice Gasnier · Fri Jun 12 10:40:58 2020 +0200
  12. 91ccefc regulator: fix: enable gpio when requested by Mark Kettenis · Mon Apr 27 11:09:47 2020 +0200
  13. 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · Fri May 29 19:22:41 2020 +0200
  14. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  15. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  17. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  18. 1b9729a imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-boot by Peng Fan · Tue May 05 20:28:40 2020 +0800
  19. 797be1b imx8: Replace SC_R_LAST with SC_R_NONE in DTB by Leonard Crestez · Mon May 04 21:16:54 2020 +0800
  20. 479a9631 power: imx8: Check owned resource in power on by Ye Li · Mon May 04 21:16:53 2020 +0800
  21. 6c3a5b3 power: imx8: remove the resource owned check before power off by Peng Fan · Mon May 04 21:16:52 2020 +0800
  22. 625347a power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag by Ye Li · Mon May 04 21:16:51 2020 +0800
  23. b48acc5 imx8: power: Add PD device lookup interface to power domain uclass by Peng Fan · Mon May 04 21:16:50 2020 +0800
  24. 94a036b pmic: pfuze100: Change error message level to debug by Fabio Estevam · Fri Apr 17 09:27:10 2020 -0300
  25. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · Wed Apr 08 16:57:35 2020 -0600
  26. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  27. f0018f5 dm: arm64: ls1046a: add i2c DM support by Biwen Li · Wed Feb 05 22:02:17 2020 +0800
  28. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Mar 17 11:59:58 2020 -0400
  29. 0e3ce20 power-domain: fix hang in endless loop on i.MX8 by Anatolij Gustschin · Mon Feb 17 09:42:11 2020 +0100
  30. b74e774 power: pmic: tps65941: Add support for probing the child devices by Tero Kristo · Fri Feb 14 11:18:14 2020 +0200
  31. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  32. 8460a6b regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · Sat Jan 25 09:00:58 2020 +0100
  33. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  34. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  35. 92ed3a3 power-domain: Rename free() to rfree() by Simon Glass · Mon Feb 03 07:35:51 2020 -0700
  36. 9779eb9 sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · Mon Jan 27 08:49:53 2020 -0700
  37. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · Mon Jan 27 08:49:37 2020 -0700
  38. d309f62 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · Tue Jan 14 15:56:17 2020 +0000
  39. a99472e power: pmic: add driver for Dialog DA9063 PMIC by Martin Fuzzey · Tue Jan 14 15:56:16 2020 +0000
  40. cdd05ef power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · Fri Jan 10 14:52:05 2020 +0530
  41. e7cceca power: domain: add power domain support for MT7622 by developer · Fri Jan 10 16:30:31 2020 +0800
  42. 06aeb74 poweroff: add poweroff for mt6323 pmic by Frank Wunderlich · Fri Nov 22 15:32:24 2019 +0100
  43. a72088d Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Jan 08 15:24:50 2020 -0500
  44. c3ee909 power: Add new PMIC PCA9450 driver by Ye Li · Tue Oct 15 02:15:18 2019 -0700
  45. e145c47 power: regulator: support off-on-delay-us by Peng Fan · Mon Nov 04 09:27:23 2019 +0000
  46. e63ca97 x86: apl: Add PMC driver by Simon Glass · Fri Dec 06 21:42:57 2019 -0700
  47. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  48. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · Fri Dec 06 21:41:53 2019 -0700
  49. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  50. 5e8743d power: fan53555: fix fan53555_regulator_set_value by Vasily Khoruzhick · Sun Nov 17 10:47:36 2019 -0800
  51. 43e7b34 power: fan53555: add support for Silergy SYR82X and SYR83X by Vasily Khoruzhick · Sat Nov 16 11:32:03 2019 -0800
  52. 6899af9 Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Nov 12 07:18:23 2019 -0500
  53. 99792e2 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Nov 11 14:19:32 2019 -0500
  54. d6b3e83 power: pmic: rk809: support rk809 pmic by Joseph Chen · Thu Sep 26 15:45:07 2019 +0800
  55. 4a1ae18 power: pmic: rk817: support rk817 pmic by Joseph Chen · Thu Sep 26 15:44:55 2019 +0800
  56. 1d9077e power: pmic: rk805: support rk805 pmic by Elaine Zhang · Thu Sep 26 15:43:55 2019 +0800
  57. 04e5a43 power: pmic: rk816: support rk816 pmic by Elaine Zhang · Thu Sep 26 15:43:54 2019 +0800
  58. fa9cccc power: regulator: rk8xx: update the driver for rk808 and rk818 by Elaine Zhang · Thu Sep 26 15:43:53 2019 +0800
  59. bb51132 dm: regulator: support regulator more state by Joseph Chen · Thu Sep 26 15:43:52 2019 +0800
  60. 4a03000 power: regulator: tps65941: add regulator support by Keerthy · Thu Oct 24 15:00:51 2019 +0530
  61. a36bb3c power: pmic: tps65941: Add support for tps65941 family of PMICs by Keerthy · Thu Oct 24 15:00:50 2019 +0530
  62. daec341 power: regulator: tps6236x: add support for tps6236x regulators by Tero Kristo · Thu Oct 24 15:00:48 2019 +0530
  63. 5a57b29 power: domain: add i.MX8 scu power domain driver by Peng Fan · Mon Sep 02 18:16:32 2019 +0800
  64. 0a484ef power: domain: make imx8-power-domain.c legacy by Peng Fan · Mon Sep 02 18:09:49 2019 +0800
  65. e5e9109 mach-imx: Adding new argument for SIP call interface by Ye Li · Sat Oct 26 16:24:03 2019 +0200
  66. 9c3193b power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837 by Peng Fan · Wed Oct 16 10:24:36 2019 +0000
  67. 449dc04 pmic: bd71837: drop DEBUG macro by Peng Fan · Wed Oct 16 10:24:34 2019 +0000
  68. 152b453 power: domain: add Amlogic Everything-Else power domain driver by Neil Armstrong · Fri Oct 11 15:12:19 2019 +0200
  69. 108f0af power: domain: meson-gx-pwrc: add G12A support by Neil Armstrong · Fri Aug 30 14:09:21 2019 +0200
  70. 589eeb8 power: domain: Introduce dev_power_domain_off by Lokesh Vutla · Fri Sep 27 13:48:14 2019 +0530
  71. db513e9 power: domain: add dev_power_domain_on by Peng Fan · Tue Sep 17 09:29:19 2019 +0000
  72. 6814ec6 regulator: fixed: Modify enable-active-high behavior by Patrice Chotard · Mon Aug 26 13:50:31 2019 +0200
  73. 8bd5656 imx: add support for i.MX8MQ power domain controller by Patrick Wildt · Thu Oct 03 15:51:50 2019 +0200
  74. 8844c4a stpmic1: simplify stpmic1_sysreset_request by Patrick Delaunay · Fri Aug 02 13:08:04 2019 +0200
  75. c9a5d39 pmu: stpmic1: change specific NVM api to MISC by Patrick Delaunay · Fri Aug 02 13:08:03 2019 +0200
  76. e008ebf sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass by Urja Rannikko · Thu May 16 21:48:42 2019 +0000
  77. 0401fb6 power: domain: ti-sci-power-domain: Add device ID info to get/set_device failure by Nishanth Menon · Thu Aug 01 19:08:24 2019 +0530
  78. 0c9c3e2 Merge branch '2019-07-26-ti-imports' by Tom Rini · Sat Jul 27 19:50:52 2019 -0400
  79. e34f7a8 power: domain: ti_sci_power_domains: Add support for exclusive and shared access by Lokesh Vutla · Fri Jun 07 19:24:46 2019 +0530
  80. 9d4ce30 regulator: bd718x7: support ROHM BD71837 and BD71847 PMICs by Matti Vaittinen · Tue May 07 10:45:55 2019 +0300
  81. db58d9e regulator: Allow enabling GPIO regulator by Sven Schwermer · Mon Jun 24 13:03:34 2019 +0200
  82. 2595752 regulator: Factor out common enable code by Sven Schwermer · Mon Jun 24 13:03:33 2019 +0200
  83. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Sun Jul 14 09:09:49 2019 -0400
  84. d033cbf regulator: Allow autosetting fixed regulators by Sven Schwermer · Wed Jun 12 08:32:38 2019 +0200
  85. fb04390 power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565 by Keerthy · Thu Jun 06 16:06:56 2019 +0530
  86. a23e47e power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565 by Keerthy · Thu Jun 06 16:06:55 2019 +0530
  87. 0e6f013 power: stpmic1: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:53 2019 +0200
  88. 5a10c75 power: regulator: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:49 2019 +0200
  89. f6d0220 pmic: stpmic1: add support for SYSRESET_POWER_OFF by Patrick Delaunay · Mon May 20 09:47:07 2019 +0200
  90. 1cf7f1d regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot by Matti Vaittinen · Tue May 07 10:43:39 2019 +0300
  91. f2e81fa power: pfuze100: Fix off by one error in voltage table handling by Trent Piepho · Thu Apr 04 21:52:04 2019 +0000
  92. 5f6830d Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-boot by Tom Rini · Fri Apr 12 15:43:19 2019 -0400
  93. d592d13 stpmic1: add NVM update support in fuse command by Patrick Delaunay · Mon Feb 04 11:26:22 2019 +0100
  94. 537581d pmic: stpmu1: add power switch off support by Patrick Delaunay · Mon Feb 04 11:26:19 2019 +0100
  95. 880f29b stpmic1: update register names by Patrick Delaunay · Mon Feb 04 11:26:18 2019 +0100
  96. d79218f power: rename stpmu1 to official name stpmic1 by Patrick Delaunay · Mon Feb 04 11:26:17 2019 +0100
  97. 91be594 power: stpmu1: rename files to stpmic1 by Patrick Delaunay · Mon Feb 04 11:26:16 2019 +0100
  98. e719108 regulator: stpmu1: update buck1 range by Patrick Delaunay · Mon Feb 04 11:26:15 2019 +0100
  99. 0b9f5d8 ARM: dts: dra7: Change pbias voltage to 3.3V by Faiz Abbas · Fri Apr 05 14:18:44 2019 +0530
  100. 53a2920 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Thu Mar 14 11:37:11 2019 -0400