linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/04] ARM: shmobile: Initial r8a7791 SoC and Koelsch board support
@ 2013-09-04  3:45 Magnus Damm
  2013-09-04  3:45 ` [PATCH 01/04] ARM: shmobile: Initial r8a7791 SoC support Magnus Damm
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Magnus Damm @ 2013-09-04  3:45 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: shmobile: Initial r8a7791 SoC and Koelsch board supp

[PATCH 01/04] ARM: shmobile: Initial r8a7791 SoC support
[PATCH 02/04] ARM: shmobile: r8a7791 SCIF support
[PATCH 03/04] ARM: shmobile: r8a7791 CMT support
[PATCH 04/04] ARM: shmobile: Koelsch support

This series adds initial support for r8a7791 and Koelsch. The SoC
is known as r8a7791 which is based on a single cluster Cortex-A15
and makes use of SCIF for serial and CMT for timer. 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 clock framework support will be added together
with arch timer and SMP support.

Implemented in same style as r8a7790 SoC V1.

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Yoshikazu Fujikawa <yoshikazu.fujikawa.ue@renesas.com>
Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
[damm at opensource.se: forward porting, cleanups, commit logs, CMT support]
Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas.git tag renesas-devel-20130822

 arch/arm/boot/dts/Makefile                    |    1 
 arch/arm/boot/dts/r8a7791-koelsch.dts         |   32 +++
 arch/arm/boot/dts/r8a7791.dtsi                |   41 ++++
 arch/arm/mach-shmobile/Kconfig                |   11 +
 arch/arm/mach-shmobile/Makefile               |    3 
 arch/arm/mach-shmobile/Makefile.boot          |    1 
 arch/arm/mach-shmobile/board-koelsch.c        |   44 ++++
 arch/arm/mach-shmobile/clock-r8a7791.c        |  241 ++++++++++++++++++++++++-
 arch/arm/mach-shmobile/include/mach/r8a7791.h |    8 
 arch/arm/mach-shmobile/setup-r8a7791.c        |  149 +++++++++++++++
 10 files changed, 529 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2013-09-18 17:20 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04  3:45 [PATCH 00/04] ARM: shmobile: Initial r8a7791 SoC and Koelsch board support Magnus Damm
2013-09-04  3:45 ` [PATCH 01/04] ARM: shmobile: Initial r8a7791 SoC support Magnus Damm
2013-09-06 16:21   ` Linus Walleij
2013-09-09  0:16     ` Simon Horman
2013-09-09  6:55       ` Linus Walleij
2013-09-09  7:37         ` Magnus Damm
2013-09-09  7:21     ` Magnus Damm
2013-09-09  7:45       ` Linus Walleij
2013-09-09  8:05         ` Magnus Damm
2013-09-09  9:15           ` Linus Walleij
2013-09-09 10:32             ` Magnus Damm
2013-09-18 17:20           ` Olof Johansson
2013-09-04  3:46 ` [PATCH 02/04] ARM: shmobile: r8a7791 SCIF support Magnus Damm
2013-09-06 16:27   ` Linus Walleij
2013-09-09  0:15     ` Simon Horman
2013-09-09  6:54       ` Linus Walleij
2013-09-09  7:09         ` Simon Horman
2013-09-09  7:28           ` Magnus Damm
2013-09-09  7:24     ` Magnus Damm
2013-09-04  3:46 ` [PATCH 03/04] ARM: shmobile: r8a7791 CMT support Magnus Damm
2013-09-04  3:46 ` [PATCH 04/04] ARM: shmobile: Koelsch support Magnus Damm
2013-09-04  8:38 ` [PATCH 00/04] ARM: shmobile: Initial r8a7791 SoC and Koelsch board support Simon Horman
2013-09-06  7:09   ` Simon Horman
2013-09-09  7:39     ` Magnus Damm

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