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