All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Renesas R8A774C0 import DTSI and clocks
@ 2020-10-16  7:37 Lad Prabhakar
  2020-10-16  7:37 ` [PATCH 1/3] arm: renesas: Add config option for R8A774C0 SoC Lad Prabhakar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lad Prabhakar @ 2020-10-16  7:37 UTC (permalink / raw)
  To: u-boot

Hi All,

This patch series imports DTSI and clocks from Linux 5.9
for R8A774C0 (RZ/G2E) SoC.

This series applies on top of [1].

[1] https://github.com/marex/u-boot-sh/tree/next

Cheers,
Prabhakar

Lad Prabhakar (3):
  arm: renesas: Add config option for R8A774C0 SoC
  arm: dts: r8a774c0: Import DTS from Linux 5.9
  clk: renesas: Import R8A774C0 clock tables from Linux 5.9

 arch/arm/dts/r8a774c0.dtsi                    | 1960 +++++++++++++++++
 arch/arm/mach-rmobile/Kconfig.64              |    4 +
 drivers/clk/renesas/Kconfig                   |    6 +
 drivers/clk/renesas/Makefile                  |    1 +
 drivers/clk/renesas/r8a774c0-cpg-mssr.c       |  308 +++
 include/dt-bindings/clock/r8a774c0-cpg-mssr.h |   61 +
 include/dt-bindings/power/r8a774c0-sysc.h     |   25 +
 7 files changed, 2365 insertions(+)
 create mode 100644 arch/arm/dts/r8a774c0.dtsi
 create mode 100644 drivers/clk/renesas/r8a774c0-cpg-mssr.c
 create mode 100644 include/dt-bindings/clock/r8a774c0-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a774c0-sysc.h

-- 
2.17.1

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

end of thread, other threads:[~2020-10-16 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16  7:37 [PATCH 0/3] Renesas R8A774C0 import DTSI and clocks Lad Prabhakar
2020-10-16  7:37 ` [PATCH 1/3] arm: renesas: Add config option for R8A774C0 SoC Lad Prabhakar
2020-10-16 12:37   ` Marek Vasut
2020-10-16  7:37 ` [PATCH 2/3] arm: dts: r8a774c0: Import DTS from Linux 5.9 Lad Prabhakar
2020-10-16 12:37   ` Marek Vasut
2020-10-16  7:37 ` [PATCH 3/3] clk: renesas: Import R8A774C0 clock tables " Lad Prabhakar
2020-10-16 12:37   ` Marek Vasut

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.