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