linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] ARM: mediatek: Add watchdog driver
@ 2015-01-13 12:28 Matthias Brugger
  2015-01-13 12:28 ` [PATCH v5 1/2] watchdog: Add driver for Mediatek watchdog Matthias Brugger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matthias Brugger @ 2015-01-13 12:28 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 v5:
- add newline in dev_info message
- add tested-by and reviewed-by

Changes for v4:
- fix indentation errors
- delete unused include
- reorganize while loop to eliminate code duplication
- eliminate indirection to watchdog_device structure
- delete unnecessary brackets

Changes for v3:
- fix based on file name
- fix style problems
- fix error return value and warning message
- delete unnecessary watchdog_set_drvdata
- delete unused variable

Changes for v2:
- we don't need to have the watchdog enabled to do a software 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                         | 252 +++++++++++++++++++++
 4 files changed, 276 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:[~2015-01-23 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 12:28 [PATCH v5 0/2] ARM: mediatek: Add watchdog driver Matthias Brugger
2015-01-13 12:28 ` [PATCH v5 1/2] watchdog: Add driver for Mediatek watchdog Matthias Brugger
2015-01-13 12:28 ` [PATCH v5 2/2] ARM: mediatek: dts: Add bindings for watchdog Matthias Brugger
2015-01-23 14:20 ` [PATCH v5 0/2] ARM: mediatek: Add watchdog driver Matthias Brugger
2015-01-23 17:01   ` 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).