linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: mediatek: Add watchdog driver
@ 2014-12-12 14:50 Matthias Brugger
  2014-12-12 14:50 ` [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog Matthias Brugger
  2014-12-12 14:50 ` [PATCH v2 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger
  0 siblings, 2 replies; 9+ messages in thread
From: Matthias Brugger @ 2014-12-12 14:50 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.

Changes for v2:
- we don't need to have the watchdog enabled to do a sotware reset
- disable dual mode and irq mode when starting the watchdog
- update commit message to name the SoCs the driver supports

Matthias Brugger (2):
  watchdog: Add driver for Mediatek 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                         | 257 +++++++++++++++++++++
 4 files changed, 281 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 14:50 [PATCH v2 0/2] ARM: mediatek: Add watchdog driver Matthias Brugger
2014-12-12 14:50 ` [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog Matthias Brugger
2014-12-13  2:08   ` Chen-Yu Tsai
2014-12-13 15:44   ` Guenter Roeck
2014-12-15  3:37   ` Eddie Huang
2014-12-12 14:50 ` [PATCH v2 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger
2014-12-13 15:45   ` Guenter Roeck
2014-12-16 16:14     ` Matthias Brugger
2014-12-16 16:34       ` Guenter Roeck

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).