mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "open list:BAREBOX" <barebox@lists.infradead.org>
Subject: [PATCH 0/3] watchdog: Add TI rti_wdg support
Date: Tue, 12 Nov 2024 10:16:03 +0100	[thread overview]
Message-ID: <20241112-k3-watchdog-v1-0-ceb254779735@pengutronix.de> (raw)

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>




             reply	other threads:[~2024-11-12  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-12  9:16 Sascha Hauer [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241112-k3-watchdog-v1-0-ceb254779735@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox