1. d13a8a3 watchdog: tangier: Convert to use WDT class by Andy Shevchenko · Fri Jun 21 13:28:08 2019 +0300
  2. 8e192e8 watchdog: tangier: Replace unused constant with a comment by Andy Shevchenko · Fri Jun 21 13:28:07 2019 +0300
  3. 300329c Fix watchdog timeout setup for mt7623 by Shannon Barber · Fri Jun 07 20:48:19 2019 +0000
  4. 53e1d3c aspeed/watchdog: Correct timeout value by Joel Stanley · Thu Jun 06 17:08:45 2019 +0930
  5. 473b244 watchdog: stm32mp: Add watchdog driver by Patrice Chotard · Tue Apr 30 17:26:22 2019 +0200
  6. 4a0ae73 watchdog: Kconfig: Sort entry alphabetically by Patrice Chotard · Tue Apr 30 17:26:20 2019 +0200
  7. 3af1994 driver: watchdog: add sp805 watchdog support by Qiang Zhao · Tue May 07 03:16:09 2019 +0000
  8. 53a81ad watchdog: bcm6345: callback start use tick instead of ms by Philippe Reynes · Fri May 03 19:43:06 2019 +0200
  9. 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
  10. 89f051b mips: rename mach-mt7620 to mach-mtmips by developer · Tue Apr 30 11:13:58 2019 +0800
  11. 0a06024 watchdog: Kconfig: update WDT help message by Patrice Chotard · Thu Apr 25 12:57:28 2019 +0200
  12. f1b5482 watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset by Stefan Roese · Thu Apr 11 15:58:47 2019 +0200
  13. 777fb0b watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · Thu Apr 11 15:58:46 2019 +0200
  14. 83af276 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · Thu Apr 11 15:58:45 2019 +0200
  15. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  16. c4f0d03 watchdog: orion_wdt: take timeout value in ms by Chris Packham · Mon Feb 18 10:30:53 2019 +1300
  17. 7d1e45e watchdog: orion_wdt: support SPL usage by Chris Packham · Mon Feb 18 10:30:52 2019 +1300
  18. b9998fe arm: at91: Enable watchdog support by Stefan Roese · Wed Apr 03 07:37:40 2019 +0200
  19. 1138fc4 arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · Wed Apr 03 07:37:05 2019 +0200
  20. d052ef8 watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start() by Stefan Roese · Tue Apr 02 10:57:19 2019 +0200
  21. db24e18 watchdog: bcm6345: allow to use this driver on arm bcm63158 by Philippe Reynes · Thu Jan 31 18:57:37 2019 +0100
  22. ba83b93 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · Mon Jan 28 15:37:28 2019 +0100
  23. d166725 watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · Mon Jan 28 15:37:27 2019 +0100
  24. ae0ae01 watchdog: armada_37xx: Fix compliance with kernel's driver by Marek Behún · Mon Dec 17 16:10:06 2018 +0100
  25. 09e9213 watchdog: imx: add config to disable wdog reset by Xiaoliang Yang · Thu Oct 18 18:27:46 2018 +0800
  26. a6657ad watchdog: driver support for fsl-lsch2 by Xiaoliang Yang · Thu Oct 18 18:27:45 2018 +0800
  27. 4015930 drivers: watchdog: add a DM driver for the MPC8xx watchdog by Christophe Leroy · Wed Nov 21 08:51:45 2018 +0000
  28. 93053be watchdog: MediaTek: add watchdog driver for MediaTek SoCs by developer · Thu Nov 15 10:07:57 2018 +0800
  29. 8456969 wdt: Add MT7621 watchdog driver by Stefan Roese · Thu Oct 04 13:39:07 2018 +0200
  30. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  31. dd29425 watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:39 2018 -0700
  32. 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
  33. cb466db watchdog: aspeed: restore default value of reset_mask by Cédric Le Goater · Tue Oct 16 13:57:11 2018 +0200
  34. 4161dc2 Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig by Xiaoliang Yang · Thu Oct 18 17:14:19 2018 +0800
  35. 765d92a watchdog: mx25: use the imx_watchdog driver for mx25 by Martin Kaiser · Sat Jul 21 19:47:03 2018 +0200
  36. ab31961 watchdog: cadence: Do not stop wdt in probe by Michal Simek · Tue Jul 17 13:17:39 2018 +0200
  37. 8a68c3a watchdog: cdns: Add comment for expire_now function by Michal Simek · Mon Jul 16 13:34:55 2018 +0200
  38. 335fb5b watchdog: Convert Xilinx Axi watchdog driver to driver model by Shreenidhi Shedi · Sun Jul 15 02:05:41 2018 +0530
  39. 7b5eca9 watchdog: dm: Support manual relocation for watchdogs by Michal Simek · Wed Jul 11 15:42:25 2018 +0200
  40. 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
  41. c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Jun 01 16:46:39 2018 -0400
  42. a1a3a4c watchdog: bcm6345: convert to use live dt by Álvaro Fernández Rojas · Thu Mar 22 19:39:28 2018 +0100
  43. 8331922 watchdog: cadence: Use live-tree functions by Michal Simek · Wed May 16 10:57:27 2018 +0200
  44. a86b97d watchdog: Add support for Armada 37xx CPU watchdog by Marek Behún · Tue Apr 24 17:21:30 2018 +0200
  45. 856b5ad watchdog: cadence: Show used timeout value by Michal Simek · Thu Apr 19 15:22:04 2018 +0200
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  47. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  48. 291d748 watchdog: cadence: Remove useless ioremap by Michal Simek · Thu Apr 19 13:51:50 2018 +0200
  49. c710ac8 watchdog: Fix Kconfig alignment for WDT_SANDBOX by Michal Simek · Wed Mar 28 12:57:54 2018 +0200
  50. 8906764 powerpc: mpc8xx: move watchdog into drivers/watchdog by Christophe Leroy · Fri Mar 16 17:21:01 2018 +0100
  51. 0787c7c watchdog: Add Cadence watchdog driver by Shreenidhi Shedi · Wed Feb 21 16:50:20 2018 +0100
  52. 721656d watchdog: omap_wdt: improve watchdog reset path by Ruslan Bilovol · Thu Mar 01 03:15:48 2018 +0200
  53. 2befb4b wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · Fri Aug 04 15:48:28 2017 -0600
  54. 24252da watchdog: Introduce watchdog driver for Intel Tangier by Felipe Balbi · Wed Jul 05 20:33:20 2017 +0300
  55. 0346a1d orion_wdt: Support for the Orion Watchdog by Marek Behún · Fri Jun 09 19:28:41 2017 +0200
  56. 3c08d31 wdt: Unify option of timeout value by Andy Shevchenko · Wed Jul 05 20:44:08 2017 +0300
  57. f047be4 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · Wed Jul 05 20:44:06 2017 +0300
  58. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  59. d8759a5 dm: watchdog: add BCM6345 watchdog driver by Álvaro Fernández Rojas · Tue May 16 18:29:09 2017 +0200
  60. 4a3e798 watchdog: Migrate OMAP_WATCHDOG to Kconfig by Tom Rini · Fri May 12 22:33:24 2017 -0400
  61. 6213c55 bcm2835_wdt: support for the BCM2835/2836 watchdog by Paolo Pisati · Fri Feb 10 17:28:05 2017 +0100
  62. d042144 dm: Update Simple Watchdog uclass by Maxim Sloyko · Tue May 09 09:08:07 2017 -0400
  63. df35df2 aspeed: Watchdog Timer Driver by maxims@google.com · Mon Apr 17 12:00:22 2017 -0700
  64. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700
  65. d52c551 drivers: remove Blackfin specific drivers by Masahiro Yamada · Fri Apr 14 10:55:00 2017 +0900
  66. bdf8a42 ti: wdt: omap: Disable watchdog timer before performing initialization by Lukasz Majewski · Sun Feb 19 23:24:38 2017 +0100
  67. 62862b6 wdog: Add the watchdog driver for MX7ULP. by Ye Li · Wed Feb 22 16:21:48 2017 +0800
  68. feaada1 imx_watchdog: Do not assert WDOG_B on watchdog init by Ross Parker · Tue Aug 02 08:08:07 2016 +0000
  69. 2cf1fdb imx_watchdog: add weak attribute to reset_cpu function by Stefan Agner · Wed Jul 13 00:25:42 2016 -0700
  70. 46ddf2c imx_watchdog: always set minimal timeout in reset_cpu by Andrey Skvortsov · Sun Dec 20 21:09:58 2015 +0300
  71. 0af008c ls102xa: Fix reset hang by Fabio Estevam · Sat Oct 03 14:21:00 2015 -0300
  72. cd847ab imx_watchdog: Add a header file for watchdog registers by Fabio Estevam · Sat Oct 03 14:20:59 2015 -0300
  73. 838cf7b imx: wdog: correct wcr register settings by Peng Fan · Mon Sep 14 13:34:44 2015 +0800
  74. 9f883e0 imx: imx7d: add imx-common cpu support for imx7d by Adrian Alonso · Wed Sep 02 13:54:23 2015 -0500
  75. f4632c0 watchdog/imx_watchdog: do not set WCR_WDW by Sebastian Siewior · Tue Mar 03 17:45:43 2015 +0100
  76. 8a91172 ARM: remove tnetv107x board support by Masahiro Yamada · Tue Feb 24 11:45:09 2015 +0900
  77. 735326c arm, at91, wdt: make timeout configurable by Heiko Schocher · Wed Jan 21 08:38:22 2015 +0100
  78. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  79. 8ce6bec arm: ls102xa: Add Freescale LS102xA SoC support by Wang Huan · Fri Sep 05 13:52:34 2014 +0800
  80. bc69181 blackfin: Fix warning about undefined function by Vasili Galka · Mon Jun 30 12:59:56 2014 +0300
  81. 9d80009 watchdog/denali: Adding DesignWare watchdog driver support by Chin Liang See · Tue Jun 10 01:10:21 2014 -0500
  82. ea385ed Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Nov 09 12:51:47 2013 +0100
  83. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  84. ca31000 imx_watchdog: do not soft-reset while watchdog init by Anatolij Gustschin · Mon Sep 30 12:52:38 2013 +0200
  85. 8173ce7 microblaze: Fix watchdog initialization by Michal Simek · Wed Oct 16 09:06:32 2013 +0200
  86. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  87. 910a722 arm, am335x: add watchdog support by Heiko Schocher · Mon Aug 19 16:38:59 2013 +0200
  88. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  89. a1a0ad6 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Jun 08 14:35:10 2013 +0200
  90. 9138e00 arm: vf610: Add watchdog support for Vybrid VF610 by Alison Wang · Mon May 27 22:55:44 2013 +0000
  91. cde8cef blackfin: Move blackfin watchdog driver out of the blackfin arch folder. by Sonic Zhang · Sun Apr 07 18:02:37 2013 +0800
  92. 80e045f watchdog: Add support for Xilinx Microblaze watchdog by Michal Simek · Mon Apr 22 11:23:16 2013 +0200
  93. 4b7c602 mx31/mx35/mx51/mx53/mx6: add watchdog by Troy Kisky · Mon Oct 22 15:19:01 2012 +0000
  94. 3d4f16c dm: wdt: Move s5p watchdog timer to drivers/watchdog/ by Marek Vasut · Sat Jul 21 05:02:24 2012 +0000
  95. 1df69ec dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · Sat Jul 21 05:02:21 2012 +0000
  96. 585273f AT91: fix at91sam_wdt.c to reworked header files by Reinhard Meyer · Fri Feb 04 20:17:33 2011 +0100
  97. da48040 AT91: fix related at91 driver files by Reinhard Meyer · Wed Nov 03 15:47:20 2010 +0100
  98. b5a85ec ftwdt010_wdt: move header to include/faraday and enhance by Macpaul Lin · Tue Apr 12 13:04:02 2011 +0800
  99. 182d975 ftwdt010_wdt: support faraday ftwdt010 watchdog by Macpaul Lin · Wed Jan 26 18:46:28 2011 +0800
  100. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100