mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] watchdog: Add TI rti_wdg support
@ 2024-11-12  9:16 Sascha Hauer
  2024-11-12  9:16 ` [PATCH 1/3] watchdog: cleanup timeout_cur parameter Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sascha Hauer @ 2024-11-12  9:16 UTC (permalink / raw)
  To: open list:BAREBOX

This series adds support for the rti_wdg found on TI K3 SoCs. The
timeout for this watchdog cannot be reconfigured once started which
doesn't fit well into our current watchdog_set_timeout() API which
both pings the watchdog and starts it. For this reason this series
introduces an optional watchdog_ping() function which can be used
for this type of watchdog.

Sascha

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (3):
      watchdog: cleanup timeout_cur parameter
      watchdog: add watchdog ping support
      watchdog: add rti_wdt support

 commands/wd.c              |  17 ++++-
 drivers/watchdog/Kconfig   |   7 ++
 drivers/watchdog/Makefile  |   1 +
 drivers/watchdog/rti_wdt.c | 183 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/watchdog/wd_core.c |  43 ++++++++---
 include/watchdog.h         |   8 +-
 6 files changed, 245 insertions(+), 14 deletions(-)
---
base-commit: 11e7f69879ca71f63f4b122c0438c4085281fe17
change-id: 20241112-k3-watchdog-5cee942f319a

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-13 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-12  9:16 [PATCH 0/3] watchdog: Add TI rti_wdg support Sascha Hauer
2024-11-12  9:16 ` [PATCH 1/3] watchdog: cleanup timeout_cur parameter Sascha Hauer
2024-11-12  9:16 ` [PATCH 2/3] watchdog: add watchdog ping support Sascha Hauer
2024-11-12  9:16 ` [PATCH 3/3] watchdog: add rti_wdt support Sascha Hauer
2024-11-13 11:33 ` [PATCH 0/3] watchdog: Add TI rti_wdg support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox