linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] ARM: shmobile: Initial r7s72100 SoC and Genmai board support
@ 2013-09-18 20:11 Magnus Damm
  2013-09-18 20:11 ` [PATCH 01/03] ARM: shmobile: Initial r7s72100 SoC support Magnus Damm
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Magnus Damm @ 2013-09-18 20:11 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: shmobile: Initial r7s72100 SoC and Genmai board support

[PATCH 01/03] ARM: shmobile: Initial r7s72100 SoC support
[PATCH 02/03] ARM: shmobile: r7s72100 SCIF support
[PATCH 03/03] ARM: shmobile: Genmai support

This series adds initial support for r7s72100 and Genmai. The SoC
is known as r7s72100 which is based on a single core Cortex-A9
and makes use of SCIF for serial. Many other on-chip I/O devices
are available, and support for those will be added by incremental
feature patches.

This initial SoC and board support is providing limited DT-only
support and a very basic C-version of board support. In the future
improved PINCTRL and common clock framework support will be added.

Implemented in same style as r8a7790 and r8a7791.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas.git tag renesas-devel-20130906

 arch/arm/boot/dts/Makefile                     |    1 
 arch/arm/boot/dts/r7s72100-genmai.dts          |   31 +++
 arch/arm/boot/dts/r7s72100.dtsi                |   36 ++++
 arch/arm/mach-shmobile/Kconfig                 |   11 +
 arch/arm/mach-shmobile/Makefile                |    3 
 arch/arm/mach-shmobile/Makefile.boot           |    1 
 arch/arm/mach-shmobile/board-genmai.c          |   43 +++++
 arch/arm/mach-shmobile/clock-r7s72100.c        |  202 ++++++++++++++++++++++++
 arch/arm/mach-shmobile/include/mach/r7s72100.h |    8 
 arch/arm/mach-shmobile/setup-r7s72100.c        |   88 ++++++++++
 10 files changed, 424 insertions(+)


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

end of thread, other threads:[~2013-10-03  4:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 20:11 [PATCH 00/03] ARM: shmobile: Initial r7s72100 SoC and Genmai board support Magnus Damm
2013-09-18 20:11 ` [PATCH 01/03] ARM: shmobile: Initial r7s72100 SoC support Magnus Damm
2013-10-03  4:10   ` Simon Horman
2013-09-18 20:11 ` [PATCH 02/03] ARM: shmobile: r7s72100 SCIF support Magnus Damm
2013-10-03  4:11   ` Simon Horman
2013-09-18 20:11 ` [PATCH 03/03] ARM: shmobile: Genmai support Magnus Damm
2013-10-03  4:19   ` Simon Horman
2013-09-25  4:39 ` [PATCH 00/03] ARM: shmobile: Initial r7s72100 SoC and Genmai board support Simon Horman
2013-10-02  6:07   ` Magnus Damm
2013-10-02  8:02     ` 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).