[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1615805214-24857-1-git-send-email-srinivas.neeli@xilinx.com>
Date: Mon, 15 Mar 2021 16:16:45 +0530
From: Srinivas Neeli <srinivas.neeli@...inx.com>
To: <linux@...ck-us.net>, <michal.simek@...inx.com>,
<shubhrajyoti.datta@...inx.com>, <sgoud@...inx.com>
CC: <wim@...ux-watchdog.org>, <linux-watchdog@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <git@...inx.com>,
Srinivas Neeli <srinivas.neeli@...inx.com>
Subject: [PATCH 0/9] watchdog: of_xilinx_wdt: Update on xilinx watchdog driver
This patch series does the following:
- Add comment to spinlock
- Used BIT macro
- Used dev_dbg()
- Initialize watchdog via data structure
- Introduce wdttype enum for identification
- Add binding for Versal watchdog
- Add Versal Window watchdog support
- Remove passing null pointer
- Skip printing pointer value
---
Note:
- Converting DT bindings to yaml pending, Will update on top of this series.
---
Srinivas Goud (3):
watchdog: of_xilinx_wdt: Add comment to spinlock
watchdog: of_xilinx_wdt: Used BIT macro
watchdog: of_xilinx_wdt: Used dev_dbg()
Srinivas Neeli (6):
watchdog: of_xilinx_wdt: Initialize watchdog via data structure
watchdog: of_xilinx_wdt: Introduce wdttype enum for identification
dt-bindings: watchdog: xilinx: Add binding for Versal watchdog
watchdog: of_xilinx_wdt: Add Versal Window watchdog support
watchdog: of_xilinx_wdt: Remove passing null pointer
watchdog: of_xilinx_wdt: Skip printing pointer value
.../devicetree/bindings/watchdog/of-xilinx-wdt.txt | 33 +-
drivers/watchdog/of_xilinx_wdt.c | 439 ++++++++++++++++++---
2 files changed, 414 insertions(+), 58 deletions(-)
--
2.7.4
Powered by blists - more mailing lists