1. 7e8c6dd watchdog: Add a driver for the Apple watchdog by Mark Kettenis · 2 years, 11 months ago
  2. 6354fa8 sandbox: fix sandbox_wdt_expire_now() by Heinrich Schuchardt · 3 years, 1 month ago
  3. d538700 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years ago
  4. 150528f watchdog: don't autostart watchdog on Sunxi boards by Heinrich Schuchardt · 3 years, 1 month ago
  5. 1fe7446 watchdog: sp805_wdt: use correct compatible string by Michael Walle · 3 years, 1 month ago
  6. 3a8713a watchdog: Automatically register device with sysreset by Samuel Holland · 3 years, 1 month ago
  7. 65c982b watchdog: Add a driver for the sunxi watchdog by Samuel Holland · 3 years, 3 months ago
  8. d35cdfb watchdog: rti_wdt: Add support for loading firmware by Jan Kiszka · 3 years, 2 months ago
  9. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
  10. 2154876 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 2 months ago
  11. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  12. d630edd watchdog: versal: Add support for expire now by Ashok Reddy Soma · 3 years, 2 months ago
  13. db1aa0d watchdog: versal: Add support for basic window watchdog by Ashok Reddy Soma · 3 years, 2 months ago
  14. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
  15. cedadbe wdt: dw: Fix passing NULL pointer to reset functions by Sean Anderson · 3 years, 2 months ago
  16. 0866760 watchdog: add gpio watchdog driver by Rasmus Villemoes · 3 years, 3 months ago
  17. 3be6a35 watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() by Rasmus Villemoes · 3 years, 3 months ago
  18. beb8c2f watchdog: wdt-uclass.c: add wdt_stop_all() helper by Rasmus Villemoes · 3 years, 3 months ago
  19. 85fb822 watchdog: wdt-uclass.c: keep track of each device's running state by Rasmus Villemoes · 3 years, 3 months ago
  20. c245318 watchdog: wdt-uclass.c: refactor initr_watchdog() by Rasmus Villemoes · 3 years, 3 months ago
  21. 1e42d37 watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition by Rasmus Villemoes · 3 years, 3 months ago
  22. 635f924 watchdog: wdt-uclass.c: introduce struct wdt_priv by Rasmus Villemoes · 3 years, 3 months ago
  23. f008c30 watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() by Rasmus Villemoes · 3 years, 3 months ago
  24. 4ec630b watchdog: versal: Include header file needed for dev_ functions by Ashok Reddy Soma · 3 years, 4 months ago
  25. f5e1d9e Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 4 months ago
  26. 4a68689 mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to complete by Breno Lima · 3 years, 5 months ago
  27. 3c5e963 mx7ulp: Update unlock and refresh sequences in sWDOG driver by Breno Lima · 3 years, 5 months ago
  28. 4e51184 drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART by Teresa Remmet · 3 years, 4 months ago
  29. 72da3d1 driver: watchdog: reset watchdog in designware_wdt_stop() function by MengLi · 3 years, 6 months ago
  30. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  31. 991dce7 watchdog: cadence: Add expire_now method by Michal Simek · 3 years, 5 months ago
  32. 739e900 watchdog: use time_after_eq() in watchdog_reset() by Rasmus Villemoes · 3 years, 8 months ago
  33. 69a430f watchdog: Add booke watchdog driver by Chris Packham · 3 years, 9 months ago
  34. 4951964 wdt: dw: Free the clock on error by Sean Anderson · 3 years, 9 months ago
  35. 85c9270 wdt: dw: Enable the clock before using it by Sean Anderson · 3 years, 9 months ago
  36. 955c95d wdt: dw: Switch to if(CONFIG()) instead of using #if by Sean Anderson · 3 years, 9 months ago
  37. a202a3c wdt: dw: Switch to using fls for log2 by Sean Anderson · 3 years, 9 months ago
  38. f698a77 watchdog: Allow to use CONFIG_WDT without starting watchdog by Pali Rohár · 3 years, 9 months ago
  39. c80b821 watchdog: Show error message when initr_watchdog() cannot start watchdog by Pali Rohár · 3 years, 9 months ago
  40. 8a8a5ad watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop() by Pali Rohár · 3 years, 9 months ago
  41. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  42. df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
  43. 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
  44. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  45. 1281065 dm: Rename DM_FLAG_REMOVE_WITH_PD_ON by Simon Glass · 3 years, 10 months ago
  46. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  47. 33a3bc9 watchdog: add watchdog driver for MediaTek MT7620 SoC by developer · 4 years ago
  48. 67ef587 wdt: aspeed: Add AST2600 watchdog support by Chia-Wei, Wang · 4 years ago
  49. 0647db5 watchdog: stm32mp: migrate trace to dev macro by Patrick Delaunay · 4 years, 1 month ago
  50. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  51. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  52. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  53. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  54. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  55. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  56. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  57. ab5959e watchdog: sbsa: timeout should be in "millisecond" by Zhao Qiang · 4 years ago
  58. b9c72d0 watchdog: Hide WATCHDOG_RESET_DISABLE by Michael Walle · 4 years, 2 months ago
  59. baba248 watchdog: octeontx_wdt: Add support for start and stop by Suneel Garapati · 4 years, 2 months ago
  60. f23419c wdt: designware: fix timeout calculation due to expecting KHz by Jack Mitchell · 4 years, 2 months ago
  61. 7072b17 watchdog: Add reset support for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  62. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  63. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
  64. ddf21d5 watchdog: Add support for K3 RTI watchdog by Jan Kiszka · 4 years, 5 months ago
  65. e96aa95 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  66. fb816fa Watchdog: introduce ARM SBSA watchdog driver by Zhao Qiang · 4 years, 5 months ago
  67. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  68. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  69. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  70. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  71. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  72. c65adaa watchdog: imx: Support set timeout by wdt command by Mo, Yuezhang · 4 years, 5 months ago
  73. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  74. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  75. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  76. 9807f7d watchdog MediaTek add upstream compatible by Matthias Brugger · 4 years, 7 months ago
  77. ad26957 watchdog: kconfig: Enable designware for rk3399 by Jagan Teki · 4 years, 7 months ago
  78. 3b44628 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · 4 years, 9 months ago
  79. f079990 watchdog: sp805_wdt: get platform clock from dt file by Rayagonda Kokatanur · 4 years, 8 months ago
  80. 2ba843d watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · 4 years, 9 months ago
  81. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · 4 years, 9 months ago
  82. f4aecf4 watchdog: versal: Add support for Xilinx window watchdog by Ashok Reddy Soma · 4 years, 9 months ago
  83. 2a1c5f1 watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver by Michal Simek · 4 years, 9 months ago
  84. 32a234f watchdog: Handle timer wrap around by Chris Packham · 4 years, 9 months ago
  85. 5288b9b watchdog: Align Kconfig properties by Michal Simek · 4 years, 9 months ago
  86. 9a5760e watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same time by Christophe Leroy · 4 years, 9 months ago
  87. 545e894 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · 4 years, 9 months ago
  88. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  89. dd2b30b watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  90. c79ba0f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 10 months ago
  91. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  92. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  93. b1fdd3a watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
  94. 8655f67 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  95. c6dea21 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · 4 years, 10 months ago
  96. 6c0e60a watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · 4 years, 10 months ago
  97. 9dadf14 watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · 4 years, 10 months ago
  98. 40919d9 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  99. 09b864c watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  100. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago