linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/5] r8a7790: lager: add support for RCLK watchdog
@ 2015-02-01 14:47 Wolfram Sang
  2015-02-02  9:32 ` Geert Uytterhoeven
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Wolfram Sang @ 2015-02-01 14:47 UTC (permalink / raw)
  To: linux-sh

Hey guys,

I needed a watchdog for my lager board to deploy some long-term tests. Also, a
working reboot command is so convenient :) I saw the DA9063 work from Geert
which seems to suffer from an unsolved mystery still. So, I took the liberty to
hack a driver for the RCLK watchdog. It works fine for me on my Lager board. I
will add support for the other RCar SoC in the next round, they are all the
same (according to docs, at least). Then, I'll also add binding documentation.
This is a "release early" series, so you can already comment if you wish. For
that reason, the watchdog list is not yet on CC. So, test if you like and
comment.

Happy hacking,

   Wolfram


Wolfram Sang (5):
  ARM: shmobile: r8a7790: add mstp4 and rwdt clock
  ARM: shmobile: r8a7790: add node for rwdt
  ARM: shmobile: r8a7790: lager: enable rwdt
  ARM: shmobile: r8a7790: let rst module allow watchdog resets if
    desired
  watchdog: sh_mobile: add driver

 arch/arm/boot/dts/r8a7790-lager.dts       |   4 +
 arch/arm/boot/dts/r8a7790.dtsi            |  17 +++
 arch/arm/mach-shmobile/setup-rcar-gen2.c  |  16 ++-
 drivers/watchdog/Kconfig                  |   8 ++
 drivers/watchdog/Makefile                 |   1 +
 drivers/watchdog/sh_mobile_wdt.c          | 182 ++++++++++++++++++++++++++++++
 include/dt-bindings/clock/r8a7790-clock.h |   3 +
 7 files changed, 230 insertions(+), 1 deletion(-)
 create mode 100644 drivers/watchdog/sh_mobile_wdt.c

-- 
2.1.4


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

end of thread, other threads:[~2015-02-03 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 14:47 [RFC 0/5] r8a7790: lager: add support for RCLK watchdog Wolfram Sang
2015-02-02  9:32 ` Geert Uytterhoeven
2015-02-02 11:24 ` Wolfram Sang
2015-02-02 11:50 ` Geert Uytterhoeven
2015-02-03 19:04 ` Wolfram Sang
2015-02-03 19:49 ` Geert Uytterhoeven
2015-02-03 20:11 ` Wolfram Sang

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