watchdog: Introduce new driver to support ST's Watchdog
From: | Lee Jones <lee.jones@linaro.org> | |
To: | linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org | |
Subject: | [PATCH 0/4] watchdog: Introduce new driver to support ST's Watchdog | |
Date: | Thu, 4 Sep 2014 15:39:47 +0100 | |
Message-ID: | <1409841592-18890-1-git-send-email-lee.jones@linaro.org> | |
Cc: | lee.jones@linaro.org, kernel@stlinux.com, wim@iguana.be, linux-watchdog@vger.kernel.org |
Hi Wim, Basic driver to support ST's LPC Watchdog device. Kind regards, Lee Lee Jones (4): ARM: STi: DT: STiH407: Add Device Tree node for LPC Watchdog ARM: multi_v7_defconfig: Enable support for ST's LPC Watchdog watchdog: st_wdt: Provide binding documentation for ST's LPC Watchdog driver watchdog: st_wdt: Add new driver for ST's LPC Watchdog .../devicetree/bindings/watchdog/st-lpc-wdt.txt | 27 ++ arch/arm/boot/dts/stih407.dtsi | 10 + arch/arm/configs/multi_v7_defconfig | 1 + drivers/watchdog/Kconfig | 16 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/st_wdt.c | 314 +++++++++++++++++++++ 6 files changed, 369 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/st-lpc-wdt.txt create mode 100644 drivers/watchdog/st_wdt.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/