[PATCH linux dev-4.13 v1 0/2] watchdog: npcm: add NPCM7xx watchdog driver
Tomer Maimon
tmaimon77 at gmail.com
Tue Dec 19 00:22:22 AEDT 2017
This patch set adds watchdog support for the Nuvoton NPCM7xx Baseboard
Management Controller (BMC).
Nuvoton NPCM7xx have three watchdog timer modules, each watchdog timer
is a free-running timer with programmable timeout intervals.
The NPCM7xx watchdog interrupts connected Fast Interrupt reQuest (FIQ).
Tomer Maimon (2):
dt-binding: watchdog: document NPCM7xx watchdog DT bindings
watchdog: npcm: add NPCM7xx watchdog driver
.../bindings/watchdog/nuvoton,npcm7xx-wdt.txt | 23 ++
drivers/watchdog/Kconfig | 11 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/npcm7xx_wdt.c | 369 +++++++++++++++++++++
drivers/watchdog/npcm7xx_wdt_fiq_handler.S | 68 ++++
5 files changed, 472 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/nuvoton,npcm7xx-wdt.txt
create mode 100644 drivers/watchdog/npcm7xx_wdt.c
create mode 100644 drivers/watchdog/npcm7xx_wdt_fiq_handler.S
--
2.14.1
More information about the openbmc
mailing list