mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add a new driver to support SAMA5D4 watchdog timer
@ 2015-08-05  2:35 Wenyou Yang
  2015-08-05  2:35 ` [PATCH v2 1/2] drivers: watchdog: add a " Wenyou Yang
  2015-08-05  2:35 ` [PATCH v2 2/2] Documentation: dt: binding: atmel-sama5d4-wdt: for SAMA5D4 watchdog driver Wenyou Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Wenyou Yang @ 2015-08-05  2:35 UTC (permalink / raw)
  To: wim, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak
  Cc: sylvain.rochet, nicolas.ferre, boris.brezillon, wenyou.yang,
	devicetree, linux-kernel, linux-watchdog, linux-arm-kernel

Hello,

Thank for Guenter's advice, add a new driver to support SAMA5D4 watchdog timer.

Because the watchdog WDT_MR register can be written more than once, its work
mechanism is different from the previous one. Open the device file to enable
the watchdog hardware, close to disable it, and ping it from the user space
directly to keep it alive.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  drivers: watchdog: add a driver to support SAMA5D4 watchdog timer
  Documentation: dt: binding: atmel-sama5d4-wdt: for SAMA5D4 watchdog
    driver

 .../bindings/watchdog/atmel-sama5d4-wdt.txt        |   35 +++
 drivers/watchdog/Kconfig                           |    9 +
 drivers/watchdog/Makefile                          |    1 +
 drivers/watchdog/at91sam9_wdt.h                    |    4 +
 drivers/watchdog/atmel_wdt.c                       |  290 ++++++++++++++++++++
 5 files changed, 339 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/atmel-sama5d4-wdt.txt
 create mode 100644 drivers/watchdog/atmel_wdt.c

-- 
1.7.9.5


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

end of thread, other threads:[~2015-08-05  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05  2:35 [PATCH v2 0/2] add a new driver to support SAMA5D4 watchdog timer Wenyou Yang
2015-08-05  2:35 ` [PATCH v2 1/2] drivers: watchdog: add a " Wenyou Yang
2015-08-05  6:14   ` Guenter Roeck
2015-08-05  8:45     ` Yang, Wenyou
2015-08-05  2:35 ` [PATCH v2 2/2] Documentation: dt: binding: atmel-sama5d4-wdt: for SAMA5D4 watchdog driver Wenyou Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®