1. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Mon Feb 21 08:32:02 2022 -0500
  2. 5f31d4a drivers: power: regulator: tps65941_regulator: Add support for 3Phase buck by Sinthu Raja · Wed Feb 09 15:06:47 2022 +0530
  3. e8146ea drivers: power: pmic: Add support for tps659412 PMIC by Sinthu Raja · Wed Feb 09 15:06:46 2022 +0530
  4. 0fd9f36 power: zynqmp: Add power domain driver for ZynqMP by Michal Simek · Mon Feb 07 10:27:37 2022 +0100
  5. 9e8c483 power: domain: apple: Add reset support by Mark Kettenis · Sat Jan 22 20:38:17 2022 +0100
  6. 7078f35 power: domain: ti: Add support for J721S2 SoC by David Huang · Tue Jan 25 20:56:34 2022 +0530
  7. f54598a regulator: bd718x7: Bypass bogus warnings by Marek Vasut · Tue Jan 25 03:46:52 2022 +0100
  8. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  9. 2fc9405 power: domain: Add Apple pmgr driver by Mark Kettenis · Mon Jan 10 20:58:44 2022 +0100
  10. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Sun Jan 09 07:56:31 2022 -0500
  11. 9964f00 power: pmic/fan53555: allow dm be omitted by SPL by Quentin Schulz · Fri Nov 12 15:10:47 2021 +0100
  12. f1f2516 power: regulator: scmi: define LOG_CATEGORY by Patrick Delaunay · Thu Oct 28 19:13:14 2021 +0200
  13. 5afa5cd power: pmic: axp: Implement poweroff via sysreset by Samuel Holland · Sun Oct 24 21:00:10 2021 -0500
  14. 41a545f power: axp: Avoid do_poweroff conflict with sysreset by Samuel Holland · Sun Aug 22 18:18:05 2021 -0500
  15. 97e96f2 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Oct 12 08:58:58 2021 -0400
  16. 3f90261 power: pmic: Add a driver for X-Powers AXP PMICs by Samuel Holland · Fri Oct 08 00:17:16 2021 -0500
  17. a0a2159 power: pmic: Consistently depend on SPL_DM_PMIC by Samuel Holland · Fri Oct 08 00:17:15 2021 -0500
  18. aad0279 power: pmic: Consistently depend on DM_PMIC by Samuel Holland · Fri Oct 08 00:17:14 2021 -0500
  19. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · Sat Sep 11 16:50:47 2021 -0500
  20. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  21. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  22. a0e4487 power: Refactor Makefile rules by Simon Glass · Sun Aug 08 12:20:29 2021 -0600
  23. 7ff6104 power: Add a POWER config by Simon Glass · Sun Aug 08 12:20:28 2021 -0600
  24. 3133941 i2c: Convert CONFIG_POWER_I2C et al to Kconfig by Simon Glass · Sun Aug 08 12:20:27 2021 -0600
  25. 44da595 power: Rename CONFIG_POWER to CONFIG_POWER_LEGACY by Simon Glass · Sun Aug 08 12:20:26 2021 -0600
  26. 6343ffb power: Tidy up #undef of CONFIG_DM_PMIC by Simon Glass · Sun Aug 08 12:20:25 2021 -0600
  27. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  28. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  29. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  30. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  31. 48a90fa power: pmic: tps65941: Add compatible for LP876441 by Gowtham Tammana · Wed Jul 14 15:52:56 2021 -0500
  32. cb9589f power: pmic: Add driver for ST-Ericsson AB8500 via PRCMU by Stephan Gerhold · Thu Jul 08 20:33:48 2021 +0200
  33. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  34. f95d3be cmd: ti: pd: Add debug command for K3 power domains by Tero Kristo · Fri Jun 11 11:45:16 2021 +0300
  35. 682c128 power: domain: Introduce driver for raw TI K3 PDs by Tero Kristo · Fri Jun 11 11:45:15 2021 +0300
  36. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  37. 621dab5 power: regulator: Add support for regulator-force-boot-off by Konstantin Porotchkin · Mon May 29 15:59:38 2017 +0300
  38. cd6425a power: regulator: add driver for ANATOP regulator by Ying-Chun Liu (PaulLiu) · Sat Mar 27 21:46:51 2021 +0800
  39. e95c8dc imx: power-domain: Add fsl,imx8mn-gpc compatible string by Marek Vasut · Sat Apr 10 00:19:27 2021 +0200
  40. d72ac58 imx: power-domain: Add fsl,imx8mm-gpc compatible string by Marek Vasut · Fri Apr 02 13:32:40 2021 +0200
  41. d68663a firmware: scmi: voltage regulator by Etienne Carriere · Mon Mar 08 22:38:06 2021 +0100
  42. 0f72146 power: pmic: remove pmic_max77696.c file by Jaehoon Chung · Thu Jan 28 20:42:34 2021 +0900
  43. ff86641 power: pca9450: add a new parameter for power_pca9450_init by Peng Fan · Fri Mar 19 15:57:06 2021 +0800
  44. 4be6f11 power: pmic: remove pmic_max8997/8 files by Jaehoon Chung · Tue Feb 23 07:28:23 2021 +0900
  45. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · Tue Feb 09 13:52:45 2021 +0200
  46. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  47. e638e05 sunxi: Add support for H616 SoC by Jernej Skrabec · Mon Jan 11 21:11:46 2021 +0100
  48. fde828c sunxi: Add support for AXP305 PMIC by Jernej Skrabec · Mon Jan 11 21:11:33 2021 +0100
  49. 0335e52 imx: imx8mn_evk: correct stack/malloc adress by Peng Fan · Sat Dec 26 19:35:42 2020 +0800
  50. 338588e power: pmic: add driver for Monolithic Power mp5416 by Tim Harvey · Mon Dec 21 08:19:39 2020 -0800
  51. 4e6f8fb power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL by Nishanth Menon · Thu Nov 19 22:10:54 2020 -0600
  52. 0f075f8 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Wed Jan 13 15:00:53 2021 -0500
  53. 0542b01 Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Jan 12 15:46:52 2021 -0500
  54. de59a1e power: regulator: stm32-verfbuf: define LOG_CATEGORY by Patrick Delaunay · Fri Nov 06 19:01:42 2020 +0100
  55. 4837337 power: domain: meson-ee-pwrc: add support for the Meson AXG SoCs by Neil Armstrong · Wed Sep 30 11:55:50 2020 +0200
  56. ba79d76 power: domain: meson-ee-pwrc: add support for the Meson GX SoCs by Neil Armstrong · Wed Sep 30 11:52:49 2020 +0200
  57. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  58. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  59. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  60. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  61. ec8ae8a x86: apl: Reduce size for TPL by Simon Glass · Wed Dec 23 08:11:30 2020 -0700
  62. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  63. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  64. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  65. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  66. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  67. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  68. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  69. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  70. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  71. db8fef2 power: pmic: add SPL_DM_PMIC_PCA9450 symbol to Kconfig by Igor Opaniuk · Wed Oct 28 11:58:10 2020 +0200
  72. 1af31f3 pca9450a: fix i2c address by Max Krummenacher · Wed Oct 28 11:58:09 2020 +0200
  73. 365951a sunxi: allow to use AXP20[39] attached to I2C0 on V3 series by Icenowy Zheng · Mon Oct 26 22:19:34 2020 +0800
  74. 7dbfe08 power: twl4030: Add twl4030_i2c_read() function by Pali Rohár · Mon Oct 26 22:36:15 2020 +0100
  75. deb5b48 power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · Thu Sep 10 18:18:17 2020 +0200
  76. 23f988a power: regulator: gpio-regulator: protect count value by Patrick Delaunay · Thu Sep 10 18:18:16 2020 +0200
  77. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  78. 1c1ddf6 power: Tidy up inclusion of regulator_common.h by Simon Glass · Sun Jul 19 10:15:44 2020 -0600
  79. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Jul 17 08:04:48 2020 -0400
  80. 6065d19 pmc: Move common registers to the header file by Simon Glass · Tue Jul 07 21:32:33 2020 -0600
  81. 6ba69a2 power: pmic_pca9450: fix PCA9450A I2C address by Sébastien Szymanski · Tue Jun 30 15:03:13 2020 +0200
  82. aae3356 imx: power-domain: use arm_smccc_smc by Peng Fan · Mon May 11 15:16:37 2020 +0800
  83. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  84. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  85. fec2a90 power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling by Fabrice Gasnier · Fri Jun 12 10:40:58 2020 +0200
  86. 91ccefc regulator: fix: enable gpio when requested by Mark Kettenis · Mon Apr 27 11:09:47 2020 +0200
  87. 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · Fri May 29 19:22:41 2020 +0200
  88. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  89. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  90. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  91. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  92. 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
  93. 797be1b imx8: Replace SC_R_LAST with SC_R_NONE in DTB by Leonard Crestez · Mon May 04 21:16:54 2020 +0800
  94. 479a9631 power: imx8: Check owned resource in power on by Ye Li · Mon May 04 21:16:53 2020 +0800
  95. 6c3a5b3 power: imx8: remove the resource owned check before power off by Peng Fan · Mon May 04 21:16:52 2020 +0800
  96. 625347a power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag by Ye Li · Mon May 04 21:16:51 2020 +0800
  97. b48acc5 imx8: power: Add PD device lookup interface to power domain uclass by Peng Fan · Mon May 04 21:16:50 2020 +0800
  98. 94a036b pmic: pfuze100: Change error message level to debug by Fabio Estevam · Fri Apr 17 09:27:10 2020 -0300
  99. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · Wed Apr 08 16:57:35 2020 -0600
  100. 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