From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Support single zImage for imx3 and imx6
Date: Wed, 28 Sep 2011 14:20:49 +0200 [thread overview]
Message-ID: <20110928122049.GZ31404@pengutronix.de> (raw)
In-Reply-To: <1317201368-6403-1-git-send-email-shawn.guo@linaro.org>
Hi Shawn,
On Wed, Sep 28, 2011 at 05:16:02PM +0800, Shawn Guo wrote:
> This series supports the single zImage build for imx3 and imx6. It's
> based on linux-next with imx6 series applied, and tested on imx35 and
> imx6q.
I'm fine with this series (and the i.MX6 series). I can merge this
series without the last patch now. For the i.MX6 series I think we have
to wait until the prerequisites are merged. Maybe we should merge this
in a second pull request during the merge window.
Sascha
>
> Sascha Hauer (1):
> arm/imx: merge i.MX3 and i.MX6
>
> Shawn Guo (5):
> arm/imx: merge mm-imx35.c into mm-imx31.c
> arm/imx: rename mm-imx31.c to mm-imx3.c
> arm/imx: change mxc_init_l2x0() to an imx31/35 specific call
> arm/imx: remove cpu_is_xxx() from arch_idle()
> arm/imx: remove cpu_is_xxx() check from __imx_ioremap()
>
> arch/arm/Makefile | 3 +-
> arch/arm/mach-imx/Kconfig | 7 +-
> arch/arm/mach-imx/Makefile | 5 +-
> arch/arm/mach-imx/Makefile.boot | 10 +-
> arch/arm/mach-imx/cache-l2x0.c | 56 -------
> arch/arm/mach-imx/mm-imx3.c | 256 +++++++++++++++++++++++++++++++
> arch/arm/mach-imx/mm-imx31.c | 91 -----------
> arch/arm/mach-imx/mm-imx35.c | 109 -------------
> arch/arm/mach-mx5/mm.c | 6 +
> arch/arm/mach-mx5/pm-imx5.c | 3 +-
> arch/arm/mm/Kconfig | 4 +-
> arch/arm/plat-mxc/Kconfig | 18 +--
> arch/arm/plat-mxc/include/mach/common.h | 2 +
> arch/arm/plat-mxc/include/mach/io.h | 22 +--
> arch/arm/plat-mxc/include/mach/system.h | 35 +----
> arch/arm/plat-mxc/system.c | 3 +
> 16 files changed, 300 insertions(+), 330 deletions(-)
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2011-09-28 12:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-28 9:16 [PATCH 0/6] Support single zImage for imx3 and imx6 Shawn Guo
2011-09-28 9:16 ` [PATCH 1/6] arm/imx: merge mm-imx35.c into mm-imx31.c Shawn Guo
2011-09-28 9:16 ` [PATCH 2/6] arm/imx: rename mm-imx31.c to mm-imx3.c Shawn Guo
2011-09-28 9:16 ` [PATCH 3/6] arm/imx: change mxc_init_l2x0() to an imx31/35 specific call Shawn Guo
2011-09-28 9:16 ` [PATCH 4/6] arm/imx: remove cpu_is_xxx() from arch_idle() Shawn Guo
2011-09-29 8:59 ` Sascha Hauer
2011-09-29 14:22 ` Shawn Guo
2011-09-28 9:16 ` [PATCH 5/6] arm/imx: remove cpu_is_xxx() check from __imx_ioremap() Shawn Guo
2011-09-28 9:16 ` [PATCH 6/6] arm/imx: merge i.MX3 and i.MX6 Shawn Guo
2011-09-28 12:18 ` Sascha Hauer
2011-09-29 5:17 ` Shawn Guo
2011-09-29 8:35 ` Sascha Hauer
2011-09-28 12:20 ` Sascha Hauer [this message]
2011-09-29 5:19 ` [PATCH 0/6] Support single zImage for imx3 and imx6 Shawn Guo
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=20110928122049.GZ31404@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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).