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 v4 0/4] watchdog: add driver for RWDT watchdog
Date: Fri, 08 Jan 2016 21:12:29 +0000	[thread overview]
Message-ID: <1452287553-18895-1-git-send-email-wsa@the-dreams.de> (raw)

So, here is my newest version of the RWDT watchdog driver. Changes since last RFC:

* added binding docs
* removed 'timeout' module parameter in favor of dt setting 'timeout-sec'
  (The Gen3 BSP did this using an incremental patch)
* added comment about this driver and Gen2 HW issues
* rebased to renesas-drivers-2016-01-05-v4.4-rc8
* use min_t() instead of min()

I tested this on Lager with my hacky patches enabling RWDT in UP mode. For this
series, I picked and updated the integration patches for Gen3 from the BSP.
Note that this driver also needs a RESET module driver to work on Gen3. Since
we don't have that yet (couldn't even find it in the BSP), it is untested on
Gen3. Since it works on Gen2 and the datasheet doesn't specify any difference,
my proposal would be that I mark this task as done and leave the integration
with the reset module to the core group. If any problems with this driver show
up, I'll be there, of course. Would that be okay with the core group?

Regards,

   Wolfram

Takeshi Kihara (1):
  arm64: dts: salvator-x: Enable watchdog timer

Wolfram Sang (3):
  watchdog: renesas-rwdt: add driver
  arm64: dts: r8a7795: Add RWDT node
  clk: r8a7795: add RWDT clock

 .../devicetree/bindings/watchdog/renesas-rwdt.txt  |  18 ++
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |   4 +
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |   7 +
 drivers/clk/shmobile/r8a7795-cpg-mssr.c            |   1 +
 drivers/watchdog/Kconfig                           |   8 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/renesas_rwdt.c                    | 224 +++++++++++++++++++++
 7 files changed, 263 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas-rwdt.txt
 create mode 100644 drivers/watchdog/renesas_rwdt.c

-- 
2.1.4


             reply	other threads:[~2016-01-08 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-08 21:12 Wolfram Sang [this message]
2016-01-14 17:32 ` [RFC v4 0/4] watchdog: add driver for RWDT watchdog Geert Uytterhoeven
2016-03-01 11:31 ` Geert Uytterhoeven
2016-03-01 13:49 ` 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=1452287553-18895-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).