1. a341a0e watchdog: Correct watchdog timeout print message by Chanho Park · 11 months ago
  2. 3bb917e wdt: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  3. 5cbd029 watchdog: Drop GD_FLG_WDT_READY as it's not used any more by Stefan Roese · 1 year, 11 months ago
  4. 2783670 watchdog: introduce a u-boot,autostart property by Rasmus Villemoes · 2 years, 1 month ago
  5. c2fd0ca watchdog: Integrate watchdog triggering into the cyclic framework by Stefan Roese · 2 years, 2 months ago
  6. a12492e drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart by Philippe Reynes · 2 years, 8 months ago
  7. a8f63d1 watchdog: Automatically register device with sysreset by Samuel Holland · 3 years ago
  8. 492ee6b watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() by Rasmus Villemoes · 3 years, 2 months ago
  9. 90555dc watchdog: wdt-uclass.c: add wdt_stop_all() helper by Rasmus Villemoes · 3 years, 2 months ago
  10. f1b112a watchdog: wdt-uclass.c: keep track of each device's running state by Rasmus Villemoes · 3 years, 2 months ago
  11. 3eaf6e2 watchdog: wdt-uclass.c: refactor initr_watchdog() by Rasmus Villemoes · 3 years, 2 months ago
  12. 068f8ea watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition by Rasmus Villemoes · 3 years, 2 months ago
  13. 6d24dc8 watchdog: wdt-uclass.c: introduce struct wdt_priv by Rasmus Villemoes · 3 years, 2 months ago
  14. 8967ebb watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() by Rasmus Villemoes · 3 years, 2 months ago
  15. 5fc0943 drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART by Teresa Remmet · 3 years, 3 months ago
  16. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  17. 7dd2097 watchdog: use time_after_eq() in watchdog_reset() by Rasmus Villemoes · 3 years, 6 months ago
  18. 830d29a watchdog: Allow to use CONFIG_WDT without starting watchdog by Pali Rohár · 3 years, 8 months ago
  19. 25e20e3 watchdog: Show error message when initr_watchdog() cannot start watchdog by Pali Rohár · 3 years, 8 months ago
  20. 9c44ff1 watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop() by Pali Rohár · 3 years, 8 months ago
  21. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  22. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  23. 40d7f3c watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · 4 years, 7 months ago
  24. b4d9452 watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · 4 years, 7 months ago
  25. 6d8eae9 watchdog: Handle timer wrap around by Chris Packham · 4 years, 8 months ago
  26. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  27. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  28. f238b3f watchdog: dm: Support manual relocation for watchdogs by Michal Simek · 6 years ago
  29. 9713fac watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS by Michal Simek · 6 years ago
  30. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  31. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  32. ffdec30 wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  33. b71e0c1 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · 7 years ago
  34. 0753bc2 dm: Simple Watchdog uclass by maxims@google.com · 8 years ago