linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 0/7] arm64: renesas: Add Renesas R8A7795 SoC support
@ 2015-11-13 10:10 Simon Horman
  2015-11-13 10:10 ` [PATCH v13 1/7] arm64: renesas: r8a7795: " Simon Horman
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Simon Horman @ 2015-11-13 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this patchset adds basic support for the Renesas R-Car H3 (R8A7795) SoC
and its Saovator-X board.

Based on a merge of:
* v4.3-rc1
* clk-shmobile-for-v4.4 branch of
  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers
  This provides the bindings and includes for the new CPG driver.
  These are queued up by the subsystem maintainer, Mike Turquette,
  for v4.4.

Run-time dependencies:
* The base
* The new GPG driver
  "[PATCH/RFC v4 0/5] clk: shmobile: Add new Renesas CPG/MSSR DT bindings"
  and its dependencies. This may be found in the
  topic/cpg-mssr-v4 branch of
  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers


For changes see per-patch changelogs.

Availability

To aid review and testing the following branches are available in
my renesas tree on kernel.org:
* topic/arm64-rcar-gen3-v13: This patchset
* topic/arm64-rcar-gen3-v13.runtime: This patchset and its runtime dependencies


Gaku Inami (1):
  arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support

Geert Uytterhoeven (2):
  arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes
  arm64: renesas: r8a7795 dtsi: Add all SCIF nodes

Kuninori Morimoto (3):
  arm64: renesas: r8a7795: enable PFC
  arm64: renesas: add Salvator-X board support on DTS
  arm64: defconfig: renesas: Enable Renesas r8a7795 SoC

Simon Horman (1):
  MAINTAINERS: Add entry Renesas arm64 architecture

 Documentation/devicetree/bindings/arm/shmobile.txt |   4 +
 MAINTAINERS                                        |   9 ++
 arch/arm64/Kconfig.platforms                       |  17 ++
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/renesas/Makefile               |   4 +
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |  62 ++++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 173 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   5 +
 8 files changed, 275 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/Makefile
 create mode 100644 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a7795.dtsi

-- 
2.1.4

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

end of thread, other threads:[~2015-11-16 18:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 10:10 [PATCH v13 0/7] arm64: renesas: Add Renesas R8A7795 SoC support Simon Horman
2015-11-13 10:10 ` [PATCH v13 1/7] arm64: renesas: r8a7795: " Simon Horman
2015-11-13 10:10 ` [PATCH v13 2/7] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes Simon Horman
2015-11-13 10:10 ` [PATCH v13 3/7] arm64: renesas: r8a7795 dtsi: Add all SCIF nodes Simon Horman
2015-11-13 10:10 ` [PATCH v13 4/7] arm64: renesas: r8a7795: enable PFC Simon Horman
2015-11-13 10:10 ` [PATCH v13 5/7] arm64: renesas: add Salvator-X board support on DTS Simon Horman
2015-11-13 10:10 ` [PATCH v13 6/7] arm64: defconfig: renesas: Enable Renesas r8a7795 SoC Simon Horman
2015-11-13 10:10 ` [PATCH v13 7/7] MAINTAINERS: Add entry Renesas arm64 architecture Simon Horman
2015-11-13 12:00   ` Sergei Shtylyov
2015-11-16 17:48     ` Simon Horman
2015-11-16 18:27 ` [PATCH v13 0/7] arm64: renesas: Add Renesas R8A7795 SoC support Simon Horman

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).