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

From: Srinivas Neeli
Date: Thu Jan 16 2020 - 08:27:17 EST


This patch series does the following:
- Add comment to spinlock
- Use BIT macro
- Use dev_dbg()
- Initialize watchdog via data structure
- Introduce wdttype enum for identification
- Add binding for versal watchdog
- Add versal support
- wire setting up timeout via module parameter/DT
- Skip printing pointer value

Srinivas Goud (6):
watchdog: of_xilinx_wdt: Add comment to spinlock
watchdog: of_xilinx_wdt: Used BIT macro
watchdog: of_xilinx_wdt: Used dev_dbg()
dt-bindings: watchdog: xilinx: Add binding for Versal watchdog
watchdog: of_xilinx_wdt: Add Versal support
watchdog: of_xilinx_wdt: Wire setting up timeout via module
parameter/DT

Srinivas Neeli (3):
watchdog: of_xilinx_wdt: Initialize watchdog via data structure
watchdog: of_xilinx_wdt: Introduce wdttype enum for identification
watchdog: of_xilinx_wdt: Skip printing pointer value

.../devicetree/bindings/watchdog/of-xilinx-wdt.txt | 21 +-
drivers/watchdog/of_xilinx_wdt.c | 301 ++++++++++++++++++---
2 files changed, 275 insertions(+), 47 deletions(-)

--
2.7.4