1. 4733b8d wdt-uclass: watchdog_reset cleanup by Rasmus Villemoes · Tue May 28 13:13:20 2024 +0200
  2. ea36ada cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · Tue May 21 10:46:52 2024 +0200
  3. 93a82ce wdt-uclass: prevent multiple cyclic_register calls by Rasmus Villemoes · Tue May 21 10:46:51 2024 +0200
  4. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  5. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  6. 709c2a2 watchdog: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:35 2024 -0600
  7. dfd3012 watchdog: Correct watchdog timeout print message by Chanho Park · Sun Dec 03 17:30:40 2023 +0900
  8. 2c23ade wdt: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:14 2023 +0200
  9. 5128a87 watchdog: Drop GD_FLG_WDT_READY as it's not used any more by Stefan Roese · Thu Nov 17 09:20:34 2022 +0100
  10. ce66f19 watchdog: introduce a u-boot,autostart property by Rasmus Villemoes · Tue Sep 27 11:54:03 2022 +0200
  11. cce2472 watchdog: Integrate watchdog triggering into the cyclic framework by Stefan Roese · Thu Aug 18 13:22:46 2022 +0200
  12. 6216414 drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart by Philippe Reynes · Thu Feb 10 18:17:54 2022 +0100
  13. 3a8713a watchdog: Automatically register device with sysreset by Samuel Holland · Wed Nov 03 22:55:14 2021 -0500
  14. 3be6a35 watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:03 2021 +0200
  15. beb8c2f watchdog: wdt-uclass.c: add wdt_stop_all() helper by Rasmus Villemoes · Thu Aug 19 11:57:01 2021 +0200
  16. 85fb822 watchdog: wdt-uclass.c: keep track of each device's running state by Rasmus Villemoes · Thu Aug 19 11:56:59 2021 +0200
  17. c245318 watchdog: wdt-uclass.c: refactor initr_watchdog() by Rasmus Villemoes · Thu Aug 19 11:56:58 2021 +0200
  18. 1e42d37 watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition by Rasmus Villemoes · Thu Aug 19 11:56:57 2021 +0200
  19. 635f924 watchdog: wdt-uclass.c: introduce struct wdt_priv by Rasmus Villemoes · Thu Aug 19 11:56:56 2021 +0200
  20. f008c30 watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() by Rasmus Villemoes · Thu Aug 19 11:56:55 2021 +0200
  21. 4e51184 drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART by Teresa Remmet · Thu Jul 15 13:26:32 2021 +0200
  22. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  23. 739e900 watchdog: use time_after_eq() in watchdog_reset() by Rasmus Villemoes · Tue Apr 13 16:43:20 2021 +0200
  24. f698a77 watchdog: Allow to use CONFIG_WDT without starting watchdog by Pali Rohár · Tue Mar 09 14:26:56 2021 +0100
  25. c80b821 watchdog: Show error message when initr_watchdog() cannot start watchdog by Pali Rohár · Tue Mar 09 14:26:55 2021 +0100
  26. 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
  27. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  28. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  29. 2ba843d watchdog: honour hw_margin_ms DT property by Rasmus Villemoes · Fri Mar 13 17:04:58 2020 +0100
  30. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · Fri Mar 13 17:04:57 2020 +0100
  31. 32a234f watchdog: Handle timer wrap around by Chris Packham · Mon Feb 24 13:20:33 2020 +1300
  32. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  33. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  34. 7b5eca9 watchdog: dm: Support manual relocation for watchdogs by Michal Simek · Wed Jul 11 15:42:25 2018 +0200
  35. 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
  36. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  37. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  38. 2befb4b wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · Fri Aug 04 15:48:28 2017 -0600
  39. f047be4 wdt: Fix spelling Resettting -> Resetting by Andy Shevchenko · Wed Jul 05 20:44:06 2017 +0300
  40. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700