From: Srinivas Neeli <srinivas.neeli@amd.com>
To: <wim@linux-watchdog.org>, <linux@roeck-us.net>,
<srinivas.neeli@amd.com>, <shubhrajyoti.datta@amd.com>,
<michal.simek@amd.com>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-watchdog@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <git@amd.com>
Subject: [PATCH 0/3] watchdog: xilinx_wwdt: Add Versal watchdog support
Date: Tue, 27 Sep 2022 16:32:54 +0530 [thread overview]
Message-ID: <20220927110257.41963-1-srinivas.neeli@amd.com> (raw)
This patch series does
-Adds dt-bindings for versal watchdog driver.
-Adds support for versal watchdog driver.
-Adds fragment page for xilinx watchdog drivers.
There was a series[1] sent earlier to add versal watchdog support using
pretimeout. In review it was discouraged to use pretimeout for open and
close window . This series is a new implementation of versal watchdog.
Srinivas Neeli (3):
dt-bindings: watchdog: xlnx,versal-wwdt: Add binding documentation for
xilinx window watchdog device
watchdog: xilinx_wwdt: Add Versal window watchdog support
MAINTAINERS: Add fragment for Xilinx watchdog drivers
.../bindings/watchdog/xlnx,versal-wwdt.yaml | 49 +++
MAINTAINERS | 10 +
drivers/watchdog/Kconfig | 17 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/xilinx_wwdt.c | 286 ++++++++++++++++++
5 files changed, 363 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
create mode 100644 drivers/watchdog/xilinx_wwdt.c
--
2.17.1
next reply other threads:[~2022-09-27 11:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 11:02 Srinivas Neeli [this message]
2022-09-27 11:02 ` [PATCH 1/3] dt-bindings: watchdog: xlnx,versal-wwdt: Add binding documentation for xilinx window watchdog device Srinivas Neeli
2022-09-29 22:20 ` Rob Herring
2022-09-30 10:31 ` Krzysztof Kozlowski
2022-09-27 11:02 ` [PATCH 2/3] watchdog: xilinx_wwdt: Add Versal window watchdog support Srinivas Neeli
2022-09-30 10:35 ` Krzysztof Kozlowski
2022-10-02 16:06 ` Guenter Roeck
2022-10-02 16:29 ` Guenter Roeck
2022-10-03 7:00 ` Krzysztof Kozlowski
2022-10-02 16:25 ` Guenter Roeck
2022-10-11 6:27 ` Neeli, Srinivas
2022-11-03 16:51 ` Neeli, Srinivas
2022-11-03 17:24 ` Guenter Roeck
2022-11-06 15:16 ` Neeli, Srinivas
2022-12-01 11:08 ` Michal Simek
2022-12-01 15:56 ` Guenter Roeck
2022-10-03 2:06 ` kernel test robot
2022-09-27 11:02 ` [PATCH 3/3] MAINTAINERS: Add fragment for Xilinx watchdog drivers Srinivas Neeli
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=20220927110257.41963-1-srinivas.neeli@amd.com \
--to=srinivas.neeli@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=git@amd.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=michal.simek@amd.com \
--cc=robh+dt@kernel.org \
--cc=shubhrajyoti.datta@amd.com \
--cc=wim@linux-watchdog.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
Powered by JetHome