1. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  2. 814f303 sysreset: provide type of reset in do_reset cmd by Igor Opaniuk · 3 years, 8 months ago
  3. 7999cfd sysreset: psci: use psci driver exported functions by Igor Opaniuk · 3 years, 8 months ago
  4. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  5. 8a71416 arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 by Siew Chin Lim · 3 years, 9 months ago
  6. a0aba78 dm: sysreset: Add a Kconfig option for the 'reset' command by Bin Meng · 3 years, 9 months ago
  7. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  8. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  9. 8f7f490 aspeed: Add AST2600 platform support by Chia-Wei, Wang · 4 years ago
  10. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  11. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  12. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  13. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  14. 71d5777 x86: sysreset: Move priv/plat structs to headers by Simon Glass · 4 years ago
  15. 12905d6 sysreset: Use a shorter error with SPL by Simon Glass · 4 years ago
  16. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  17. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  18. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  19. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  20. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
  21. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
  22. 2cd98f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 1 month ago
  23. 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
  24. a055da8 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 2 months ago
  25. 6b30ac3 sysreset: Add poweroff-gpio driver by Sebastian Reichel · 4 years, 3 months ago
  26. cb90bd3 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 2 months ago
  27. 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
  28. 3f78b53 sysreset: socfpga: agilex: Enable sysreset support by Chee Hong Ang · 4 years, 4 months ago
  29. 673e98e sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64 by Chee Hong Ang · 4 years, 4 months ago
  30. ada921f sysreset: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  31. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  32. 2224260 dm: sysreset: wait after reset message by Heinrich Schuchardt · 4 years, 4 months ago
  33. 9133175 sysreset: syscon: Support value property by Bin Meng · 4 years, 5 months ago
  34. 961ca84 sysreset: syscon: Don't assume default value for offset and mask property by Bin Meng · 4 years, 5 months ago
  35. 4df2d0d sysreset: Add Octeon sysreset driver by Stefan Roese · 4 years, 5 months ago
  36. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  37. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  38. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  39. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  40. 1aa3089 sysreset: add reset controller based reboot driver by developer · 4 years, 7 months ago
  41. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  42. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  43. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  44. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  45. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  46. fed4c95 arm: socfpga: Convert reset manager from struct to defines by Ley Foon Tan · 5 years ago
  47. b007e2e sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo by Rasmus Villemoes · 5 years ago
  48. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  49. d22c135 x86: sysreset: Allow reset driver to be included in SPL/TPL by Simon Glass · 5 years ago
  50. e008ebf sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass by Urja Rannikko · 6 years ago
  51. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  52. e5f741a spl: kconfig: separate sysreset and firmware drivers from misc by Simon Goldschmidt · 5 years ago
  53. ebfb9fb sysreset: socfpga: stratix10: add sysreset driver by Simon Goldschmidt · 5 years ago
  54. be36639 sysreset: socfpga: gen5: add sysreset driver by Simon Goldschmidt · 5 years ago
  55. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  56. 0e82655 sysreset: syscon: add support for power off by Patrick Delaunay · 6 years ago
  57. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  58. a373e51 sysreset: select DM_GPIO instead of GPIO by Chris Packham · 6 years ago
  59. ebe750b Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  60. 525ea47 sysreset: enable driver support in SPL/TPL by Kever Yang · 6 years ago
  61. 8ea4982 x86: sysreset: Implement the get_last() method by Simon Glass · 6 years ago
  62. 90bf4d9 x86: sysreset: Implement power-off if available by Simon Glass · 6 years ago
  63. a21dda9 x86: sysreset: Separate out the EFI code by Simon Glass · 6 years ago
  64. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  65. 9dd211e sysreset: syscon: remove POWER reset cause by Patrick Delaunay · 6 years ago
  66. a48fc80 sysreset: use syscon_regmap_lookup_by_phandle by Patrick Delaunay · 6 years ago
  67. f6cc0db x86: Add efi runtime reset by Alexander Graf · 6 years ago
  68. 7e4d49c sandbox: sysreset: Update to support power-on reset by Simon Glass · 6 years ago
  69. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  70. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago
  71. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · 6 years ago
  72. 82ef4ba mpc83xx: Add sysreset driver by Mario Six · 6 years ago
  73. b6da1fb test: Add tests for sysreset_get_status by Mario Six · 6 years ago
  74. 265f82a sysreset: Add get_status method by Mario Six · 6 years ago
  75. ebc6879 sysreset: Add TI System Control Interface (TI SCI) sysreset driver by Andreas Dannenberg · 6 years ago
  76. 4533519 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  77. 7fd78fe sysreset: syscon: update regmap access to syscon by Patrick Delaunay · 6 years ago
  78. 5588e8c dm: sysreset: Add a standard message when doing reset by Bin Meng · 6 years ago
  79. d18cdd4 dm: sysreset: x86: Add a sysreset driver by Bin Meng · 6 years ago
  80. d1c6d42 sysreset: Add support for Microblaze soft reset jump by Michal Simek · 6 years ago
  81. 8a196af sysreset: Add support for gpio-restart by Michal Simek · 6 years ago
  82. 28d3deb sysreset: dm: Support manual relocation for sysreset by Michal Simek · 6 years ago
  83. 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · 7 years ago
  84. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  85. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  86. 4bc3e25 sysreset: syscon: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  87. 4154c9e db410c: replace reset driver with psci by Jorge Ramirez-Ortiz · 7 years ago
  88. 8caba82 dm: reset: have the reset-command perform a COLD reset by Philipp Tomsich · 7 years ago
  89. 1e7e6d8 rockchip: sysreset: update Makefile to work with merged sysreset driver by Philipp Tomsich · 7 years ago
  90. 536dea8 rockchip: sysreset: merge into one common driver by Kever Yang · 7 years ago
  91. 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  92. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  93. dbb44b1 rockchip: enable rk322x sysreset driver by Kever Yang · 7 years ago
  94. a5b83d2 rockchip: rk322x: add sysreset driver by Kever Yang · 7 years ago
  95. 2d982da rockchip: Add core Soc start-up code for rv1108 by Andy Yan · 7 years ago
  96. 31cdb9c rockchip: rk3368: Add sysreset driver by Andy Yan · 8 years ago
  97. 177520f dm: sandbox: sysreset: Convert driver to livetree by Simon Glass · 8 years ago
  98. 51a3ec3 dm: Fix up inclusion of common.h by Simon Glass · 8 years ago
  99. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  100. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago