Hi Tom,

please pull the following watchdog related changes:

----------------------------------------------------------------
- nuvoton: add expire function for generic reset (Jim)
- handle watchdogs during keyed autoboot (Rasmus)
- cyclic: Don't disable cylic function upon exceeding CPU time (Stefan)
- ulp wdog: Updates to support iMX93 and DM (Alice)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:

Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5e112c7ca8ee45860e27f23059d9a319ba8eb6d3:

watchdog: ulp_wdog: add driver model for ulp watchdog driver (2022-10-24 11:10:21 +0200)

----------------------------------------------------------------
Alice Guo (3):
      watchdog: ulp_wdog: Update watchdog driver for imx93
      watchdog: ulp_wdog: enable watchdog interrupt on imx93
      watchdog: ulp_wdog: add driver model for ulp watchdog driver

Jim Liu (1):
      wdt: nuvoton: add expire function for generic reset

Rasmus Villemoes (3):
      watchdog: introduce a u-boot,autostart property
      sandbox: add SIGALRM-based watchdog device
      sandbox.dtsi: add a sandbox,alarm-wdt instance

Stefan Roese (1):
      cyclic: Don't disable cylic function upon exceeding CPU time

Ye Li (1):
      ulp_wdog: Update ulp wdog driver for 32bits command

 arch/sandbox/cpu/os.c                        |  17 +++
 arch/sandbox/dts/sandbox.dtsi                |   6 +
 common/cyclic.c                              |  12 +-
 configs/sandbox64_defconfig                  |   2 +
 configs/sandbox_defconfig                    |   2 +
 doc/device-tree-bindings/watchdog/common.txt |   9 +-
 drivers/watchdog/Kconfig                     |   8 ++
 drivers/watchdog/Makefile                    |   1 +
 drivers/watchdog/npcm_wdt.c                  |   6 +
 drivers/watchdog/sandbox_alarm-wdt.c         |  79 +++++++++++++
drivers/watchdog/ulp_wdog.c | 159 +++++++++++++++++++++++----
 drivers/watchdog/wdt-uclass.c                |  15 ++-
 include/cyclic.h                             |   2 +
 include/os.h                                 |  17 +++
 14 files changed, 297 insertions(+), 38 deletions(-)
 create mode 100644 drivers/watchdog/sandbox_alarm-wdt.c

Reply via email to