All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v3][RFC] arm64: Renesas Gen3 initial patch
@ 2015-08-03  1:51 Kuninori Morimoto
  2015-08-03  1:53 ` [PATCH 3/4 v3][RFC] arm64: renesas: Add initial r8a7795 SoC support Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Kuninori Morimoto @ 2015-08-03  1:51 UTC (permalink / raw)
  To: linux-sh


Hi SH-ML

These are v3 patch set for Gen3 support. Almost all are same as v2.
v3 tidyuped defconfig patch which included unsupported SCIF.
It still has CGP patch which will be updated by Geert.

Gaku Inami (3):
      clk: shmobile: add Renesas R-Car Gen3 CPG support
      arm64: Add new Renesas R-Car Gen3 SoC Kconfig
      arm64: renesas: Add initial r8a7795 SoC support

Kuninori Morimoto (1):
      arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig

 Documentation/devicetree/bindings/arm/shmobile.txt                       |   2 +
 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt      |   1 +
 Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt |  31 ++++++++++++
 arch/arm64/Kconfig                                                       |   9 ++++
 arch/arm64/boot/dts/Makefile                                             |   1 +
 arch/arm64/boot/dts/renesas/Makefile                                     |   5 ++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi                                 |  93 +++++++++++++++++++++++++++++++++++
 arch/arm64/configs/defconfig                                             |   1 +
 drivers/clk/shmobile/Makefile                                            |   1 +
 drivers/clk/shmobile/clk-rcar-gen3.c                                     | 232 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dt-bindings/clock/r8a7795-clock.h                                |  31 ++++++++++++
 11 files changed, 407 insertions(+)


--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-08-28  8:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03  1:51 [PATCH 0/4 v3][RFC] arm64: Renesas Gen3 initial patch Kuninori Morimoto
2015-08-03  1:53 ` [PATCH 3/4 v3][RFC] arm64: renesas: Add initial r8a7795 SoC support Kuninori Morimoto
2015-08-04  8:15   ` Kuninori Morimoto
2015-08-04 12:22   ` Laurent Pinchart
2015-08-04 12:34     ` Geert Uytterhoeven
2015-08-04 12:34       ` Geert Uytterhoeven
2015-08-18  0:20       ` Michael Turquette
2015-08-18  0:20         ` Michael Turquette
2015-08-18  0:20         ` Michael Turquette
2015-08-19  7:49         ` Geert Uytterhoeven
2015-08-19  7:49           ` Geert Uytterhoeven
2015-08-19 21:29           ` Laurent Pinchart
2015-08-19 21:29             ` Laurent Pinchart
2015-08-20  7:43             ` Geert Uytterhoeven
2015-08-20  7:43               ` Geert Uytterhoeven
2015-08-20 19:48               ` Laurent Pinchart
2015-08-20 19:48                 ` Laurent Pinchart
2015-08-24  7:51                 ` Geert Uytterhoeven
2015-08-24  7:51                   ` Geert Uytterhoeven
2015-08-28  8:44           ` Geert Uytterhoeven
2015-08-28  8:44             ` Geert Uytterhoeven
2015-08-03  2:44 ` [PATCH 0/4 v3][RFC] arm64: Renesas Gen3 initial patch Simon Horman
2015-08-03  6:59 ` Simon Horman
2015-08-03  8:29 ` Kuninori Morimoto
2015-08-03 16:56 ` Geert Uytterhoeven
2015-08-04  0:52 ` Simon Horman

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.