mbox series

[0/9] watchdog: of_xilinx_wdt: Update on xilinx watchdog driver

Message ID 1615805214-24857-1-git-send-email-srinivas.neeli@xilinx.com (mailing list archive)
Headers show
Series watchdog: of_xilinx_wdt: Update on xilinx watchdog driver | expand

Message

Srinivas Neeli March 15, 2021, 10:46 a.m. UTC
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(-)