All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] v3u: add support for RWDT
@ 2020-12-18 17:37 Wolfram Sang
  2020-12-18 17:37 ` [PATCH 1/5] dt-bindings: watchdog: renesas,wdt: add r8a779a0 (V3U) support Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Wolfram Sang @ 2020-12-18 17:37 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, devicetree, Geert Uytterhoeven, linux-clk,
	linux-kernel, linux-watchdog

Here is the series to enable the RWDT on V3U. I took the DTS patches
from the BSP, the rest was developed on mainline tree. Note that
currently, the bootloader does not unmask the RWDT reset for us. This is
why patch #5 is needed if you want a reboot. We need to see if this is
going to be added to the bootloader later. Also, while the normal
watchdog trigger works flawlessly, the 'reboot' command will triger a
OOPS. This is a known issue also present on other Gen3 SoCs and will
be addressed seperately soon.

Other than that, patch #1 should go in via watchdog, the rest via
Geert's various trees :)

Looking forward to comments.

Happy hacking and have a nice weekend!


Hoang Vo (2):
  arm64: dts: renesas: r8a779a0: Add RWDT node
  arm64: dts: renesas: falcon: Enable watchdog timer

Wolfram Sang (3):
  dt-bindings: watchdog: renesas,wdt: add r8a779a0 (V3U) support
  clk: renesas: r8a779a0: Add RWDT clocks
  WIP soc: v3u: allow WDT reset

 .../devicetree/bindings/watchdog/renesas,wdt.yaml      |  1 +
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts        |  5 +++++
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi              | 10 ++++++++++
 drivers/clk/renesas/r8a779a0-cpg-mssr.c                |  9 +++++++++
 drivers/soc/renesas/rcar-rst.c                         |  8 ++++++++
 5 files changed, 33 insertions(+)

-- 
2.29.2


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

end of thread, other threads:[~2021-01-23 17:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 17:37 [PATCH 0/5] v3u: add support for RWDT Wolfram Sang
2020-12-18 17:37 ` [PATCH 1/5] dt-bindings: watchdog: renesas,wdt: add r8a779a0 (V3U) support Wolfram Sang
2020-12-22  9:01   ` Geert Uytterhoeven
2020-12-31 20:36   ` Rob Herring
2021-01-18  8:57   ` Wolfram Sang
2021-01-23 17:20   ` Guenter Roeck
2020-12-18 17:37 ` [PATCH 2/5] clk: renesas: r8a779a0: Add RWDT clocks Wolfram Sang
2020-12-22  9:03   ` Geert Uytterhoeven
2020-12-18 17:37 ` [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node Wolfram Sang
2020-12-21 14:51   ` Wolfram Sang
2020-12-22  9:13   ` Geert Uytterhoeven
2020-12-22  9:16     ` Wolfram Sang
2020-12-18 17:37 ` [PATCH 4/5] arm64: dts: renesas: falcon: Enable watchdog timer Wolfram Sang
2020-12-22  9:14   ` Geert Uytterhoeven
2020-12-18 17:37 ` [PATCH 5/5] WIP soc: v3u: allow WDT reset Wolfram Sang
2020-12-22  9:19   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.