All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Support single zImage for imx3 and imx6
@ 2011-09-28  9:16 Shawn Guo
  2011-09-28  9:16 ` [PATCH 1/6] arm/imx: merge mm-imx35.c into mm-imx31.c Shawn Guo
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Shawn Guo @ 2011-09-28  9:16 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

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

end of thread, other threads:[~2011-09-29 14:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 0/6] Support single zImage for imx3 and imx6 Sascha Hauer
2011-09-29  5:19   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.