linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@the-dreams.de>
To: linux-sh@vger.kernel.org
Subject: [RFC 0/5] r8a7790: lager: add support for RCLK watchdog
Date: Sun, 01 Feb 2015 14:47:49 +0000	[thread overview]
Message-ID: <1422802074-1921-1-git-send-email-wsa@the-dreams.de> (raw)

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


             reply	other threads:[~2015-02-01 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-01 14:47 Wolfram Sang [this message]
2015-02-02  9:32 ` [RFC 0/5] r8a7790: lager: add support for RCLK watchdog 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422802074-1921-1-git-send-email-wsa@the-dreams.de \
    --to=wsa@the-dreams.de \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).