From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/04] ARM: shmobile: Initial r8a7791 SoC and Koelsch board support
Date: Wed, 04 Sep 2013 12:45:25 +0900 [thread overview]
Message-ID: <20130904034525.12546.24775.sendpatchset@w520> (raw)
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(-)
next reply other threads:[~2013-09-04 3:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-04 3:45 Magnus Damm [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130904034525.12546.24775.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).