Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- Improved sysreset/watchdog uclass integration (Samuel)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=131&view=results

Thanks,
Stefan


The following changes since commit bc18582a1471384e3c4584dfd17f48a91c88445d:

Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2021-11-03 09:42:45 -0400)

are available in the Git repository at:

  g...@source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 40edc320b16271a725876b1b6f875cbd342c6582:

sunxi: Use sysreset framework for poweroff/reset (2021-11-04 08:57:19 +0100)

----------------------------------------------------------------
Samuel Holland (6):
      sysreset: Add uclass Kconfig dependency to drivers
      sysreset: Mark driver probe functions as static
      sysreset: watchdog: Move watchdog reference to plat data
      watchdog: Automatically register device with sysreset
      sunxi: Avoid duplicate reset_cpu with SYSRESET enabled
      sunxi: Use sysreset framework for poweroff/reset

 arch/arm/Kconfig                     |  3 +++
 arch/arm/mach-sunxi/board.c          |  2 ++
 drivers/sysreset/Kconfig             | 11 ++++++++--
 drivers/sysreset/sysreset_gpio.c     |  2 +-
 drivers/sysreset/sysreset_resetctl.c |  2 +-
 drivers/sysreset/sysreset_syscon.c   |  2 +-
drivers/sysreset/sysreset_watchdog.c | 40 ++++++++++++++++++++++++++++--------
 drivers/watchdog/wdt-uclass.c        |  8 ++++++++
 include/sysreset.h                   | 10 +++++++++
 9 files changed, 67 insertions(+), 13 deletions(-)

Reply via email to