1. 739e900 watchdog: use time_after_eq() in watchdog_reset() by Rasmus Villemoes · Tue Apr 13 16:43:20 2021 +0200
  2. 69a430f watchdog: Add booke watchdog driver by Chris Packham · Fri Mar 05 16:32:58 2021 +1300
  3. 4951964 wdt: dw: Free the clock on error by Sean Anderson · Wed Mar 10 21:02:20 2021 -0500
  4. 85c9270 wdt: dw: Enable the clock before using it by Sean Anderson · Wed Mar 10 21:02:19 2021 -0500
  5. 955c95d wdt: dw: Switch to if(CONFIG()) instead of using #if by Sean Anderson · Wed Mar 10 21:02:18 2021 -0500
  6. a202a3c wdt: dw: Switch to using fls for log2 by Sean Anderson · Wed Mar 10 21:02:17 2021 -0500
  7. f698a77 watchdog: Allow to use CONFIG_WDT without starting watchdog by Pali Rohár · Tue Mar 09 14:26:56 2021 +0100
  8. c80b821 watchdog: Show error message when initr_watchdog() cannot start watchdog by Pali Rohár · Tue Mar 09 14:26:55 2021 +0100
  9. 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
  10. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  11. 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
  12. 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · Tue Feb 09 15:28:15 2021 +0100
  13. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  14. 1281065 dm: Rename DM_FLAG_REMOVE_WITH_PD_ON by Simon Glass · Sun Jan 24 14:32:42 2021 -0700
  15. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  16. 33a3bc9 watchdog: add watchdog driver for MediaTek MT7620 SoC by developer · Thu Nov 12 16:36:28 2020 +0800
  17. 67ef587 wdt: aspeed: Add AST2600 watchdog support by Chia-Wei, Wang · Mon Dec 14 13:54:25 2020 +0800
  18. 0647db5 watchdog: stm32mp: migrate trace to dev macro by Patrick Delaunay · Fri Nov 06 19:01:41 2020 +0100
  19. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  20. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  21. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  22. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  23. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  24. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  25. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  26. ab5959e watchdog: sbsa: timeout should be in "millisecond" by Zhao Qiang · Wed Nov 25 12:55:47 2020 +0800
  27. b9c72d0 watchdog: Hide WATCHDOG_RESET_DISABLE by Michael Walle · Thu Sep 24 10:09:15 2020 +0200
  28. baba248 watchdog: octeontx_wdt: Add support for start and stop by Suneel Garapati · Wed Sep 23 11:01:31 2020 +0200
  29. f23419c wdt: designware: fix timeout calculation due to expecting KHz by Jack Mitchell · Thu Sep 17 10:30:40 2020 +0100
  30. 7072b17 watchdog: Add reset support for OcteonTX / TX2 by Suneel Garapati · Mon Oct 21 16:09:36 2019 -0700
  31. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · Tue Aug 04 14:14:43 2020 +0900
  32. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · Mon Aug 03 22:17:35 2020 +0300
  33. ddf21d5 watchdog: Add support for K3 RTI watchdog by Jan Kiszka · Tue Jun 23 13:15:08 2020 +0200
  34. e96aa95 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Mon Jul 27 15:18:15 2020 -0400
  35. fb816fa Watchdog: introduce ARM SBSA watchdog driver by Zhao Qiang · Fri Jul 10 16:55:18 2020 +0800
  36. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  37. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  38. 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
  39. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  40. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  41. c65adaa watchdog: imx: Support set timeout by wdt command by Mo, Yuezhang · Wed Jul 01 09:15:28 2020 +0000
  42. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  43. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  44. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  45. 9807f7d watchdog MediaTek add upstream compatible by Matthias Brugger · Sun Apr 26 01:17:45 2020 +0200
  46. ad26957 watchdog: kconfig: Enable designware for rk3399 by Jagan Teki · Mon Apr 20 23:34:13 2020 +0530
  47. 3b44628 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · Wed Feb 19 16:50:15 2020 +0000
  48. f079990 watchdog: sp805_wdt: get platform clock from dt file by Rayagonda Kokatanur · Mon Apr 06 13:29:52 2020 +0530
  49. 2ba843d watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · Fri Mar 13 17:04:58 2020 +0100
  50. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · Fri Mar 13 17:04:57 2020 +0100
  51. f4aecf4 watchdog: versal: Add support for Xilinx window watchdog by Ashok Reddy Soma · Wed Mar 11 03:06:04 2020 -0600
  52. 2a1c5f1 watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver by Michal Simek · Mon Mar 09 08:44:43 2020 +0100
  53. 32a234f watchdog: Handle timer wrap around by Chris Packham · Mon Feb 24 13:20:33 2020 +1300
  54. 5288b9b watchdog: Align Kconfig properties by Michal Simek · Wed Mar 11 12:26:53 2020 +0100
  55. 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
  56. 545e894 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · Thu Feb 20 07:39:51 2020 +0000
  57. 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
  58. dd2b30b watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · Thu Jan 30 12:34:57 2020 -0800
  59. c79ba0f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Feb 06 23:18:42 2020 -0500
  60. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  61. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  62. b1fdd3a watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · Thu Oct 03 14:47:07 2019 +0200
  63. 8655f67 watchdog: designware: Convert to DM and DT probing by Marek Vasut · Thu Jun 27 01:19:23 2019 +0200
  64. c6dea21 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · Fri Jan 24 05:44:25 2020 +0100
  65. 6c0e60a watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · Fri Jan 24 05:44:24 2020 +0100
  66. 9dadf14 watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · Fri Jan 24 05:44:23 2020 +0100
  67. 40919d9 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · Thu Jun 27 00:26:34 2019 +0200
  68. 09b864c watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:11 2020 +0100
  69. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  70. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  71. edc1d15 watchdog: imx: Use immediate reset bits for expire_now by Robert Hancock · Tue Aug 06 11:05:30 2019 -0600
  72. d00a0b1 watchdog: imx: Add DT ext-reset handling by Robert Hancock · Tue Aug 06 11:05:29 2019 -0600
  73. f409f1a watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig by Heiko Schocher · Mon Sep 30 09:33:43 2019 +0200
  74. b536bf8 watchdog: omap_wdt: Fix WDT target reset when booted from emmc by Suniel Mahesh · Mon Sep 16 13:39:17 2019 +0530
  75. 6345a34 watchdog: sp805_wdt: add expire_now method by Thomas Schaefer · Thu Aug 08 16:00:31 2019 +0800
  76. 370d491 watchdog: omap_wdt: Disable DM watchdog support in SPL by Suniel Mahesh · Wed Jul 31 21:54:07 2019 +0530
  77. 1c783ab watchdog: omap_wdt: Convert watchdog driver to use DT and DM by Suniel Mahesh · Wed Jul 31 21:54:06 2019 +0530
  78. f96e1cd watchdog: mtk_wdt: Cosmetic cleanup of latest changes by Stefan Roese · Wed Jul 03 07:22:20 2019 +0200
  79. 31fa161 watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references by Stefan Roese · Fri May 10 14:26:57 2019 +0200
  80. f7fc5c1 watchdog: imx: Add DM support by Marek Vasut · Sun Jun 09 03:46:22 2019 +0200
  81. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · Sun Jun 09 03:46:21 2019 +0200
  82. d13a8a3 watchdog: tangier: Convert to use WDT class by Andy Shevchenko · Fri Jun 21 13:28:08 2019 +0300
  83. 8e192e8 watchdog: tangier: Replace unused constant with a comment by Andy Shevchenko · Fri Jun 21 13:28:07 2019 +0300
  84. 300329c Fix watchdog timeout setup for mt7623 by Shannon Barber · Fri Jun 07 20:48:19 2019 +0000
  85. 53e1d3c aspeed/watchdog: Correct timeout value by Joel Stanley · Thu Jun 06 17:08:45 2019 +0930
  86. 473b244 watchdog: stm32mp: Add watchdog driver by Patrice Chotard · Tue Apr 30 17:26:22 2019 +0200
  87. 4a0ae73 watchdog: Kconfig: Sort entry alphabetically by Patrice Chotard · Tue Apr 30 17:26:20 2019 +0200
  88. 3af1994 driver: watchdog: add sp805 watchdog support by Qiang Zhao · Tue May 07 03:16:09 2019 +0000
  89. 53a81ad watchdog: bcm6345: callback start use tick instead of ms by Philippe Reynes · Fri May 03 19:43:06 2019 +0200
  90. 01b6833 Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips by Tom Rini · Sat May 04 20:02:31 2019 -0400
  91. 89f051b mips: rename mach-mt7620 to mach-mtmips by developer · Tue Apr 30 11:13:58 2019 +0800
  92. 0a06024 watchdog: Kconfig: update WDT help message by Patrice Chotard · Thu Apr 25 12:57:28 2019 +0200
  93. f1b5482 watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset by Stefan Roese · Thu Apr 11 15:58:47 2019 +0200
  94. 777fb0b watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · Thu Apr 11 15:58:46 2019 +0200
  95. 83af276 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · Thu Apr 11 15:58:45 2019 +0200
  96. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  97. c4f0d03 watchdog: orion_wdt: take timeout value in ms by Chris Packham · Mon Feb 18 10:30:53 2019 +1300
  98. 7d1e45e watchdog: orion_wdt: support SPL usage by Chris Packham · Mon Feb 18 10:30:52 2019 +1300
  99. b9998fe arm: at91: Enable watchdog support by Stefan Roese · Wed Apr 03 07:37:40 2019 +0200
  100. 1138fc4 arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · Wed Apr 03 07:37:05 2019 +0200