[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1414428092-20725-1-git-send-email-matthias.bgg@gmail.com>
Date: Mon, 27 Oct 2014 17:41:30 +0100
From: Matthias Brugger <matthias.bgg@...il.com>
To: wim@...ana.be, robh+dt@...nel.org, pawel.moll@....com,
mark.rutland@....com, ijc+devicetree@...lion.org.uk,
galak@...eaurora.org, grant.likely@...aro.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-watchdog@...r.kernel.org, heiko@...ech.de,
yingjoe.chen@...il.com, ibanezchen@...il.com,
matthias.bgg@...il.com
Subject: [PATCH 0/2] ARM: mediatek: Add watchdog driver
Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS
binding. The driver also implements a restart handler to reboot the SoC.
Matthias Brugger (2):
watchdog: Add driver for Mediatek mt6589 watchdog
ARM: mediatek: dts: Add bindings for watchdog
.../devicetree/bindings/watchdog/mtk-wdt.txt | 13 +
drivers/watchdog/Kconfig | 10 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/mtk_wdt.c | 264 +++++++++++++++++++++
4 files changed, 288 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
create mode 100644 drivers/watchdog/mtk_wdt.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists