Please pull u-boot-marvell/next (watchdog related)

Hi Tom,
please pull the following watchdog related patches:
---------------------------------------------------------------- - handling all DM watchdogs in watchdog_reset() (Rasmus) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=111&view=resu...
Thanks, Stefan
The following changes since commit a85a8e63c5cf8ccb3905eb5982bf8bdcb2978557:
Merge branch '2021-08-30-kconfig-migrations-part1' into next (2021-08-30 16:56:54 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git next
for you to fetch changes up to 4171c574721f3790b416b57d6a536cf3238d5849:
sandbox: add test of wdt-uclass' watchdog_reset() (2021-08-31 12:04:03 +0200)
---------------------------------------------------------------- Rasmus Villemoes (12): watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() watchdog: wdt-uclass.c: introduce struct wdt_priv watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition watchdog: wdt-uclass.c: refactor initr_watchdog() watchdog: wdt-uclass.c: keep track of each device's running state sandbox: disable CONFIG_WATCHDOG_AUTOSTART watchdog: wdt-uclass.c: add wdt_stop_all() helper board: x530: switch to wdt_stop_all() watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() watchdog: add gpio watchdog driver sandbox: add test of wdt_gpio driver sandbox: add test of wdt-uclass' watchdog_reset()
arch/sandbox/dts/test.dts | 8 ++ board/alliedtelesis/x530/x530.c | 5 +- configs/sandbox64_defconfig | 2 + configs/sandbox_defconfig | 2 + doc/device-tree-bindings/watchdog/gpio-wdt.txt | 19 +++ drivers/watchdog/Kconfig | 9 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/gpio_wdt.c | 68 +++++++++ drivers/watchdog/wdt-uclass.c | 192 ++++++++++++++++++------- include/asm-generic/global_data.h | 6 - include/wdt.h | 8 ++ test/dm/wdt.c | 90 +++++++++++- 12 files changed, 349 insertions(+), 61 deletions(-) create mode 100644 doc/device-tree-bindings/watchdog/gpio-wdt.txt create mode 100644 drivers/watchdog/gpio_wdt.c
participants (2)
-
Stefan Roese
-
Tom Rini