[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180305114541.9917-1-joel@jms.id.au>
Date: Mon, 5 Mar 2018 22:15:39 +1030
From: Joel Stanley <joel@....id.au>
To: Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Marcus Folkesson <marcus.folkesson@...il.com>
Cc: linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Tomer Maimon <tmaimon77@...il.com>,
Avi Fishman <avifishman70@...il.com>,
Brendan Higgins <brendanhiggins@...gle.com>
Subject: [PATCH v2 0/2] watchdog: Add Nuvoton NPCM (Poleg) driver
v2: Address comments from Guenter and Marcus
This is a driver for the Poleg board that is in the process of being
upstreamed. I have tested it on an evaluation board.
The watchdog is a single register inside of the timer IP. This made me
think about how to describe the device tree bindings for a while, but
after some discussion I settled on describing the watchdog separately,
and giving it's own compatible string, and it's own driver.
The timer is being reviewed over here:
https://lkml.org/lkml/2018/2/26/492
Joel Stanley (2):
dt-bindings: watchdog: Add Nuvoton NPCM description
watchdog: Add Nuvoton NPCM watchdog driver
.../bindings/watchdog/nuvoton,npcm-wdt.txt | 28 +++
drivers/watchdog/Kconfig | 11 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/npcm_wdt.c | 230 +++++++++++++++++++++
4 files changed, 270 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt
create mode 100644 drivers/watchdog/npcm_wdt.c
--
2.15.1
Powered by blists - more mailing lists