lkml.org 
[lkml]   [2014]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/4] watchdog: Introduce new driver to support ST's Watchdog
Date
Hi Wim,

Basic driver to support ST's LPC Watchdog device.

Kind regards,
Lee

v3 => v4:
- Fixed undefined 'clk' error (caused my rushing)
- Fixed up Mark's DT Doc comments

v2 => v3:
- Don't stop Watchdog during .remove()
- Remove superflous {EN,DIS}ABLE defines
- Add missing clk_disable_unprepare()

v1 => v2:
- Fixed reset enable masks
- Fixed DT documentation

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 | 31 ++
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 | 317 +++++++++++++++++++++
6 files changed, 376 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/st-lpc-wdt.txt
create mode 100644 drivers/watchdog/st_wdt.c

--
1.9.1



\
 
 \ /
  Last update: 2014-10-23 17:41    [W:0.054 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site