1. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  2. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  4. 9807f7d watchdog MediaTek add upstream compatible by Matthias Brugger · Sun Apr 26 01:17:45 2020 +0200
  5. ad26957 watchdog: kconfig: Enable designware for rk3399 by Jagan Teki · Mon Apr 20 23:34:13 2020 +0530
  6. 3b44628 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · Wed Feb 19 16:50:15 2020 +0000
  7. f079990 watchdog: sp805_wdt: get platform clock from dt file by Rayagonda Kokatanur · Mon Apr 06 13:29:52 2020 +0530
  8. 2ba843d watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · Fri Mar 13 17:04:58 2020 +0100
  9. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · Fri Mar 13 17:04:57 2020 +0100
  10. f4aecf4 watchdog: versal: Add support for Xilinx window watchdog by Ashok Reddy Soma · Wed Mar 11 03:06:04 2020 -0600
  11. 2a1c5f1 watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver by Michal Simek · Mon Mar 09 08:44:43 2020 +0100
  12. 32a234f watchdog: Handle timer wrap around by Chris Packham · Mon Feb 24 13:20:33 2020 +1300
  13. 5288b9b watchdog: Align Kconfig properties by Michal Simek · Wed Mar 11 12:26:53 2020 +0100
  14. 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
  15. 545e894 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · Thu Feb 20 07:39:51 2020 +0000
  16. 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
  17. dd2b30b watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · Thu Jan 30 12:34:57 2020 -0800
  18. c79ba0f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Feb 06 23:18:42 2020 -0500
  19. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  20. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  21. b1fdd3a watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · Thu Oct 03 14:47:07 2019 +0200
  22. 8655f67 watchdog: designware: Convert to DM and DT probing by Marek Vasut · Thu Jun 27 01:19:23 2019 +0200
  23. c6dea21 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · Fri Jan 24 05:44:25 2020 +0100
  24. 6c0e60a watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · Fri Jan 24 05:44:24 2020 +0100
  25. 9dadf14 watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · Fri Jan 24 05:44:23 2020 +0100
  26. 40919d9 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · Thu Jun 27 00:26:34 2019 +0200
  27. 09b864c watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:11 2020 +0100
  28. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  29. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  30. edc1d15 watchdog: imx: Use immediate reset bits for expire_now by Robert Hancock · Tue Aug 06 11:05:30 2019 -0600
  31. d00a0b1 watchdog: imx: Add DT ext-reset handling by Robert Hancock · Tue Aug 06 11:05:29 2019 -0600
  32. f409f1a watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig by Heiko Schocher · Mon Sep 30 09:33:43 2019 +0200
  33. b536bf8 watchdog: omap_wdt: Fix WDT target reset when booted from emmc by Suniel Mahesh · Mon Sep 16 13:39:17 2019 +0530
  34. 6345a34 watchdog: sp805_wdt: add expire_now method by Thomas Schaefer · Thu Aug 08 16:00:31 2019 +0800
  35. 370d491 watchdog: omap_wdt: Disable DM watchdog support in SPL by Suniel Mahesh · Wed Jul 31 21:54:07 2019 +0530
  36. 1c783ab watchdog: omap_wdt: Convert watchdog driver to use DT and DM by Suniel Mahesh · Wed Jul 31 21:54:06 2019 +0530
  37. f96e1cd watchdog: mtk_wdt: Cosmetic cleanup of latest changes by Stefan Roese · Wed Jul 03 07:22:20 2019 +0200
  38. 31fa161 watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references by Stefan Roese · Fri May 10 14:26:57 2019 +0200
  39. f7fc5c1 watchdog: imx: Add DM support by Marek Vasut · Sun Jun 09 03:46:22 2019 +0200
  40. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · Sun Jun 09 03:46:21 2019 +0200
  41. d13a8a3 watchdog: tangier: Convert to use WDT class by Andy Shevchenko · Fri Jun 21 13:28:08 2019 +0300
  42. 8e192e8 watchdog: tangier: Replace unused constant with a comment by Andy Shevchenko · Fri Jun 21 13:28:07 2019 +0300
  43. 300329c Fix watchdog timeout setup for mt7623 by Shannon Barber · Fri Jun 07 20:48:19 2019 +0000
  44. 53e1d3c aspeed/watchdog: Correct timeout value by Joel Stanley · Thu Jun 06 17:08:45 2019 +0930
  45. 473b244 watchdog: stm32mp: Add watchdog driver by Patrice Chotard · Tue Apr 30 17:26:22 2019 +0200
  46. 4a0ae73 watchdog: Kconfig: Sort entry alphabetically by Patrice Chotard · Tue Apr 30 17:26:20 2019 +0200
  47. 3af1994 driver: watchdog: add sp805 watchdog support by Qiang Zhao · Tue May 07 03:16:09 2019 +0000
  48. 53a81ad watchdog: bcm6345: callback start use tick instead of ms by Philippe Reynes · Fri May 03 19:43:06 2019 +0200
  49. 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
  50. 89f051b mips: rename mach-mt7620 to mach-mtmips by developer · Tue Apr 30 11:13:58 2019 +0800
  51. 0a06024 watchdog: Kconfig: update WDT help message by Patrice Chotard · Thu Apr 25 12:57:28 2019 +0200
  52. f1b5482 watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset by Stefan Roese · Thu Apr 11 15:58:47 2019 +0200
  53. 777fb0b watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · Thu Apr 11 15:58:46 2019 +0200
  54. 83af276 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · Thu Apr 11 15:58:45 2019 +0200
  55. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  56. c4f0d03 watchdog: orion_wdt: take timeout value in ms by Chris Packham · Mon Feb 18 10:30:53 2019 +1300
  57. 7d1e45e watchdog: orion_wdt: support SPL usage by Chris Packham · Mon Feb 18 10:30:52 2019 +1300
  58. b9998fe arm: at91: Enable watchdog support by Stefan Roese · Wed Apr 03 07:37:40 2019 +0200
  59. 1138fc4 arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · Wed Apr 03 07:37:05 2019 +0200
  60. d052ef8 watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start() by Stefan Roese · Tue Apr 02 10:57:19 2019 +0200
  61. db24e18 watchdog: bcm6345: allow to use this driver on arm bcm63158 by Philippe Reynes · Thu Jan 31 18:57:37 2019 +0100
  62. ba83b93 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · Mon Jan 28 15:37:28 2019 +0100
  63. d166725 watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · Mon Jan 28 15:37:27 2019 +0100
  64. ae0ae01 watchdog: armada_37xx: Fix compliance with kernel's driver by Marek Behún · Mon Dec 17 16:10:06 2018 +0100
  65. 09e9213 watchdog: imx: add config to disable wdog reset by Xiaoliang Yang · Thu Oct 18 18:27:46 2018 +0800
  66. a6657ad watchdog: driver support for fsl-lsch2 by Xiaoliang Yang · Thu Oct 18 18:27:45 2018 +0800
  67. 4015930 drivers: watchdog: add a DM driver for the MPC8xx watchdog by Christophe Leroy · Wed Nov 21 08:51:45 2018 +0000
  68. 93053be watchdog: MediaTek: add watchdog driver for MediaTek SoCs by developer · Thu Nov 15 10:07:57 2018 +0800
  69. 8456969 wdt: Add MT7621 watchdog driver by Stefan Roese · Thu Oct 04 13:39:07 2018 +0200
  70. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  71. dd29425 watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:39 2018 -0700
  72. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · Thu Oct 25 10:16:21 2018 -0400
  73. cb466db watchdog: aspeed: restore default value of reset_mask by Cédric Le Goater · Tue Oct 16 13:57:11 2018 +0200
  74. 4161dc2 Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig by Xiaoliang Yang · Thu Oct 18 17:14:19 2018 +0800
  75. 765d92a watchdog: mx25: use the imx_watchdog driver for mx25 by Martin Kaiser · Sat Jul 21 19:47:03 2018 +0200
  76. ab31961 watchdog: cadence: Do not stop wdt in probe by Michal Simek · Tue Jul 17 13:17:39 2018 +0200
  77. 8a68c3a watchdog: cdns: Add comment for expire_now function by Michal Simek · Mon Jul 16 13:34:55 2018 +0200
  78. 335fb5b watchdog: Convert Xilinx Axi watchdog driver to driver model by Shreenidhi Shedi · Sun Jul 15 02:05:41 2018 +0530
  79. 7b5eca9 watchdog: dm: Support manual relocation for watchdogs by Michal Simek · Wed Jul 11 15:42:25 2018 +0200
  80. fc61be3 watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS by Michal Simek · Wed Jul 11 08:24:43 2018 +0200
  81. c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Jun 01 16:46:39 2018 -0400
  82. a1a3a4c watchdog: bcm6345: convert to use live dt by Álvaro Fernández Rojas · Thu Mar 22 19:39:28 2018 +0100
  83. 8331922 watchdog: cadence: Use live-tree functions by Michal Simek · Wed May 16 10:57:27 2018 +0200
  84. a86b97d watchdog: Add support for Armada 37xx CPU watchdog by Marek Behún · Tue Apr 24 17:21:30 2018 +0200
  85. 856b5ad watchdog: cadence: Show used timeout value by Michal Simek · Thu Apr 19 15:22:04 2018 +0200
  86. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  87. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  88. 291d748 watchdog: cadence: Remove useless ioremap by Michal Simek · Thu Apr 19 13:51:50 2018 +0200
  89. c710ac8 watchdog: Fix Kconfig alignment for WDT_SANDBOX by Michal Simek · Wed Mar 28 12:57:54 2018 +0200
  90. 8906764 powerpc: mpc8xx: move watchdog into drivers/watchdog by Christophe Leroy · Fri Mar 16 17:21:01 2018 +0100
  91. 0787c7c watchdog: Add Cadence watchdog driver by Shreenidhi Shedi · Wed Feb 21 16:50:20 2018 +0100
  92. 721656d watchdog: omap_wdt: improve watchdog reset path by Ruslan Bilovol · Thu Mar 01 03:15:48 2018 +0200
  93. 2befb4b wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · Fri Aug 04 15:48:28 2017 -0600
  94. 24252da watchdog: Introduce watchdog driver for Intel Tangier by Felipe Balbi · Wed Jul 05 20:33:20 2017 +0300
  95. 0346a1d orion_wdt: Support for the Orion Watchdog by Marek Behún · Fri Jun 09 19:28:41 2017 +0200
  96. 3c08d31 wdt: Unify option of timeout value by Andy Shevchenko · Wed Jul 05 20:44:08 2017 +0300
  97. f047be4 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · Wed Jul 05 20:44:06 2017 +0300
  98. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  99. d8759a5 dm: watchdog: add BCM6345 watchdog driver by Álvaro Fernández Rojas · Tue May 16 18:29:09 2017 +0200
  100. 4a3e798 watchdog: Migrate OMAP_WATCHDOG to Kconfig by Tom Rini · Fri May 12 22:33:24 2017 -0400