linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: mediatek: Add watchdog driver
@ 2014-10-27 16:41 Matthias Brugger
  2014-10-27 16:41 ` [PATCH 1/2] watchdog: Add driver for Mediatek mt6589 watchdog Matthias Brugger
  2014-10-27 16:41 ` [PATCH 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Brugger @ 2014-10-27 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-01 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 16:41 [PATCH 0/2] ARM: mediatek: Add watchdog driver Matthias Brugger
2014-10-27 16:41 ` [PATCH 1/2] watchdog: Add driver for Mediatek mt6589 watchdog Matthias Brugger
2014-11-11 11:29   ` Eddie Huang
2014-12-01 16:58     ` Eddie Huang
2014-10-27 16:41 ` [PATCH 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).