Please pull u-boot-watchdog/main
Stefan Roese via U-Boot <[email protected]> Mon, 3 Aug 2026 18:28:55 +0200
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Tom,
please pull the following watchdog changes for the main branch:
- cyclic: get rid of cyclic_get_list() helper (Rasmus)
- cyclic: return early from cyclic_run() if the list is empty (Rasmus)
- watchdog: ast2600: add AST2700 support (Ryan)
CI (GitLab world build) is passing:
https://git.u-boot-project.org/u-boot/custodians/u-boot-watchdog/-/pipelines/867
Thanks,
Stefan
The following changes since commit baa64b2f892890f00a377eac4a3e685472bb56b5:
Merge tag 'efi-2026-10-rc2-2' of https://git.u-boot-project.org/u-boot/custodians/u-boot-efi (2026-07-31 08:55:30 -0600)
are available in the Git repository at:
https://git.u-boot-project.org/u-boot/custodians/u-boot-watchdog.git tags/u-boot-watchdog-20260803
for you to fetch changes up to d9ce7ed30571ae01cdcb5fdfd2991e4a7be93c9f:
watchdog: ast2600: add AST2700 support (2026-08-03 15:00:33 +0200)
----------------------------------------------------------------
u-boot-watchdog changes 2026-08-03
----------------------------------------------------------------
Rasmus Villemoes (2):
cyclic: get rid of cyclic_get_list() helper
cyclic: return early from cyclic_run() if the list is empty
Ryan Chen (1):
watchdog: ast2600: add AST2700 support
cmd/cyclic.c | 5 ++++-
common/cyclic.c | 27 +++++++++++++++++----------
drivers/watchdog/Kconfig | 6 +++---
drivers/watchdog/ast2600_wdt.c | 1 +
include/cyclic.h | 9 ---------
5 files changed, 25 insertions(+), 23 deletions(-)