From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/03] mach-shmobile device tree support for sh7372 and sh73a0
Date: Wed, 07 Mar 2012 05:53:40 +0000 [thread overview]
Message-ID: <20120307055340.20126.41096.sendpatchset@w520> (raw)
mach-shmobile device tree support for sh7372 and sh73a0
[PATCH 01/03] ARM: mach-shmobile: introduce shmobile_setup_delay()
[PATCH 02/03] ARM: mach-shmobile: sh7372 generic board support via DT
[PATCH 03/03] ARM: mach-shmobile: sh73a0 generic board support via DT
This series adds generic DT board support for the sh7372 and sh73a0
SoCs. SCIF serial ports and timers are still setup via regular
platform devices, but other devices should in the future be added
via the device tree.
The DT kernel for sh7372 and sh73a0 is known to be booting on target
hardware via kexec and zImage with appended dtb.
At this point the hardware support is very limited. Mainly because of
lacking IRQ domain support in the INTC support code. This results in
difficulties to tie in interrupt driven board specific devices.
In the future drivers will be adjusted to support the device tree
and IRQ domain support will be added as well. All those things can
be added independently of this mach-shmobile patch set.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
This series depends on recently posted patches and series including:
[PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
[PATCH 00/17] sh and mach-shmobile struct sh_clk_ops rename
[PATCH] ARM: mach-shmobile: rename clk_init() to shmobile_clk_init()
[PATCH] ARM: mach-shmobile: Move sh7372 Mackerel external clk setup
[PATCH] ARM: mach-shmobile: Move sh7372 AP4EVB external clk setup
[PATCH 00/08] mach-shmobile timer consolidation
arch/arm/mach-shmobile/include/mach/common.h | 2 +
arch/arm/mach-shmobile/setup-sh7372.c | 39 ++++++++++++++++++++++++
arch/arm/mach-shmobile/setup-sh73a0.c | 41 ++++++++++++++++++++++++++
arch/arm/mach-shmobile/timer.c | 17 ++++++++++
4 files changed, 99 insertions(+)
reply other threads:[~2012-03-07 5:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120307055340.20126.41096.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.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).