linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: shmobile: Initial r7s72100 SoC and Genmai board support
Date: Wed, 18 Sep 2013 20:11:01 +0000	[thread overview]
Message-ID: <20130918201101.6319.97667.sendpatchset@w520> (raw)

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(+)


             reply	other threads:[~2013-09-18 20:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-18 20:11 Magnus Damm [this message]
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

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