1. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  2. 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 2 months ago
  3. d388f36 watchdog: Add support for K3 RTI watchdog by Jan Kiszka · 4 years, 3 months ago
  4. 8d1fc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 2 months ago
  5. f27d73e Watchdog: introduce ARM SBSA watchdog driver by Zhao Qiang · 4 years, 3 months ago
  6. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  7. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  8. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  9. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  10. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  11. ee6866e watchdog: imx: Support set timeout by wdt command by Mo, Yuezhang · 4 years, 3 months ago
  12. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  13. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  15. 2ef35fc watchdog MediaTek add upstream compatible by Matthias Brugger · 4 years, 5 months ago
  16. 0a08a61 watchdog: kconfig: Enable designware for rk3399 by Jagan Teki · 4 years, 5 months ago
  17. ea8de98 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · 4 years, 7 months ago
  18. 19a159f watchdog: sp805_wdt: get platform clock from dt file by Rayagonda Kokatanur · 4 years, 6 months ago
  19. 40d7f3c watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · 4 years, 7 months ago
  20. b4d9452 watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · 4 years, 7 months ago
  21. 5028358 watchdog: versal: Add support for Xilinx window watchdog by Ashok Reddy Soma · 4 years, 7 months ago
  22. f7e296d watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver by Michal Simek · 4 years, 7 months ago
  23. 6d8eae9 watchdog: Handle timer wrap around by Chris Packham · 4 years, 7 months ago
  24. 92a19be watchdog: Align Kconfig properties by Michal Simek · 4 years, 7 months ago
  25. 7e00e90 watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same time by Christophe Leroy · 4 years, 7 months ago
  26. a682560 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · 4 years, 7 months ago
  27. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  28. 7f54b83 watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · 4 years, 8 months ago
  29. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 8 months ago
  30. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  31. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  32. cf89ef8 watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
  33. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  34. 4dd0593 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · 4 years, 8 months ago
  35. 11c1af6 watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · 4 years, 8 months ago
  36. 8a9ec4d watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · 4 years, 8 months ago
  37. 8941f84 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  38. d0edec6 watchdog: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 9 months ago
  39. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  40. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  41. f2929d1 watchdog: imx: Use immediate reset bits for expire_now by Robert Hancock · 5 years ago
  42. ceea0c1 watchdog: imx: Add DT ext-reset handling by Robert Hancock · 5 years ago
  43. ca51ef7 watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig by Heiko Schocher · 5 years ago
  44. 1e39663 watchdog: omap_wdt: Fix WDT target reset when booted from emmc by Suniel Mahesh · 5 years ago
  45. 412e25a watchdog: sp805_wdt: add expire_now method by Thomas Schaefer · 5 years ago
  46. 6912f2a watchdog: omap_wdt: Disable DM watchdog support in SPL by Suniel Mahesh · 5 years ago
  47. 7659ea3 watchdog: omap_wdt: Convert watchdog driver to use DT and DM by Suniel Mahesh · 5 years ago
  48. c07f68d watchdog: mtk_wdt: Cosmetic cleanup of latest changes by Stefan Roese · 5 years ago
  49. c7adc0b watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references by Stefan Roese · 5 years ago
  50. 4b969de watchdog: imx: Add DM support by Marek Vasut · 5 years ago
  51. 6874cb7 watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  52. c974a3d watchdog: tangier: Convert to use WDT class by Andy Shevchenko · 5 years ago
  53. 8b295a2 watchdog: tangier: Replace unused constant with a comment by Andy Shevchenko · 5 years ago
  54. 2bc1821 Fix watchdog timeout setup for mt7623 by Shannon Barber · 5 years ago
  55. 894e235 aspeed/watchdog: Correct timeout value by Joel Stanley · 5 years ago
  56. 8c1007a watchdog: stm32mp: Add watchdog driver by Patrice Chotard · 5 years ago
  57. b3134ff watchdog: Kconfig: Sort entry alphabetically by Patrice Chotard · 5 years ago
  58. 0652d9f driver: watchdog: add sp805 watchdog support by Qiang Zhao · 5 years ago
  59. c411adb watchdog: bcm6345: callback start use tick instead of ms by Philippe Reynes · 5 years ago
  60. 86f578e Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  61. 16b9490 mips: rename mach-mt7620 to mach-mtmips by Weijie Gao · 5 years ago
  62. 8d4f91b watchdog: Kconfig: update WDT help message by Patrice Chotard · 5 years ago
  63. c2ff69a watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset by Stefan Roese · 5 years ago
  64. f3729ba watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · 5 years ago
  65. 782ef57 watchdog: cadence: Remove driver specific "timeout-sec" handling by Stefan Roese · 5 years ago
  66. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 5 years ago
  67. 8e427ba watchdog: orion_wdt: take timeout value in ms by Chris Packham · 6 years ago
  68. 8562e41 watchdog: orion_wdt: support SPL usage by Chris Packham · 6 years ago
  69. 256c2ff arm: at91: Enable watchdog support by Stefan Roese · 5 years ago
  70. 05d4b8e arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · 5 years ago
  71. 6c04bd3 watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start() by Stefan Roese · 6 years ago
  72. dcae39e watchdog: bcm6345: allow to use this driver on arm bcm63158 by Philippe Reynes · 6 years ago
  73. 47b68d0 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · 6 years ago
  74. 771ee9b watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · 6 years ago
  75. 7b03e99 watchdog: armada_37xx: Fix compliance with kernel's driver by Marek Behún · 6 years ago
  76. da4918a watchdog: imx: add config to disable wdog reset by Xiaoliang Yang · 6 years ago
  77. 005c1cf watchdog: driver support for fsl-lsch2 by Xiaoliang Yang · 6 years ago
  78. 749c9aa drivers: watchdog: add a DM driver for the MPC8xx watchdog by Christophe Leroy · 6 years ago
  79. 090543f watchdog: MediaTek: add watchdog driver for MediaTek SoCs by Ryder Lee · 6 years ago
  80. 053fce8 wdt: Add MT7621 watchdog driver by Stefan Roese · 6 years ago
  81. 1473f6a arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  82. 8ee27da watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  83. cf033e0 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  84. e1a8dfd watchdog: aspeed: restore default value of reset_mask by Cédric Le Goater · 6 years ago
  85. 517066a Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig by Xiaoliang Yang · 6 years ago
  86. 69f78cf watchdog: mx25: use the imx_watchdog driver for mx25 by Martin Kaiser · 6 years ago
  87. 0bd8306 watchdog: cadence: Do not stop wdt in probe by Michal Simek · 6 years ago
  88. 6c253be watchdog: cdns: Add comment for expire_now function by Michal Simek · 6 years ago
  89. e0e9caa watchdog: Convert Xilinx Axi watchdog driver to driver model by Shreenidhi Shedi · 6 years ago
  90. f238b3f watchdog: dm: Support manual relocation for watchdogs by Michal Simek · 6 years ago
  91. 9713fac watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS by Michal Simek · 6 years ago
  92. 2a046ff Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  93. aa8f825 watchdog: bcm6345: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  94. f01ef0a watchdog: cadence: Use live-tree functions by Michal Simek · 6 years ago
  95. 2b69a67 watchdog: Add support for Armada 37xx CPU watchdog by Marek Behún · 6 years ago
  96. 5b410de watchdog: cadence: Show used timeout value by Michal Simek · 6 years ago
  97. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  98. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  99. 811c7bd watchdog: cadence: Remove useless ioremap by Michal Simek · 6 years ago
  100. 3b17e19 watchdog: Fix Kconfig alignment for WDT_SANDBOX by Michal Simek · 7 years ago