* [RFC v2 0/5] RCLK watchdog driver
@ 2015-10-12 6:54 Wolfram Sang
0 siblings, 0 replies; only message in thread
From: Wolfram Sang @ 2015-10-12 6:54 UTC (permalink / raw)
To: linux-sh
Okay, here is my recent version of the RCLK watchdog driver. It still works for
me only in UP on a r8a7790 ES1 Lager Board. So, this is why it is RFC only. The
complete branch with DTS updates can be found in this branch:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/wdt-on-4.3
I'll do another version with proper timeout handling. And then I'll investigate
what it needs to reuse this driver on r7s72100 Genmai. Maybe we can get this
driver upstream via this way.
Changes since last version:
* rebase to renesas-devel-20151008-v4.3-rc4
* populate timeout value for read
* use 0xffff to trigger reset
* properly populate parent device
Cheers,
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 | 16 ++-
arch/arm/mach-shmobile/setup-rcar-gen2.c | 17 ++-
drivers/watchdog/Kconfig | 8 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/sh_mobile_wdt.c | 187 ++++++++++++++++++++++++++++++
include/dt-bindings/clock/r8a7790-clock.h | 1 +
7 files changed, 230 insertions(+), 4 deletions(-)
create mode 100644 drivers/watchdog/sh_mobile_wdt.c
--
2.1.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-12 6:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 6:54 [RFC v2 0/5] RCLK watchdog driver 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).