Please pull u-boot-watchdog/master

Hi Tom,
please pull the following watchdog related last minute fixes:
---------------------------------------------------------------- - autoboot: make sure watchdog device(s) are handled with keyed autoboot (Rasmus) - gpio_wdt: use __udelay() to avoid recursion (Rasmus) - watchdog: max6370: use __udelay() to avoid recursion (Pali) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=271&view=resu...
Thanks, Stefan
The following changes since commit f117c54cc83e3c519883edb5a48062644d38c443:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2022-09-26 08:30:17 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to c11cedc876631c1753427a68db4efaa00f700a79:
autoboot: make sure watchdog device(s) are handled with keyed autoboot (2022-09-27 12:25:51 +0200)
---------------------------------------------------------------- Pali Rohár (1): watchdog: max6370: use __udelay() to avoid recursion
Rasmus Villemoes (2): watchdog: gpio_wdt: use __udelay() to avoid recursion autoboot: make sure watchdog device(s) are handled with keyed autoboot
common/autoboot.c | 3 +++ drivers/watchdog/gpio_wdt.c | 2 +- drivers/watchdog/max6370_wdt.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
participants (2)
-
Stefan Roese
-
Tom Rini