mbox

[GIT,PULL,2/4] ARM: mxs: multiplatform for 3.10

Message ID 1365411621-18422-2-git-send-email-shawn.guo@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-multiplatform-3.10

Message

Shawn Guo April 8, 2013, 9 a.m. UTC
Hi Arnd, Olof,

It's based on mxs-cleanup-3.10 to enable multiplatform build for
mach-mxs. Please pull, thanks.

Shawn

The following changes since commit e933a1a12a02f42e0013cda87bba37ccb59efc47:

  clocksource: mxs_timer: Add semicolon at end of line (2013-04-03 10:30:08 +0800)

are available in the git repository at:

  git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-multiplatform-3.10

for you to fetch changes up to d696e3f6585ddeb7bddbf0783b649fa669459a5c:

  ARM: mxs: enable multiplatform build (2013-04-04 21:15:58 +0800)

----------------------------------------------------------------
The mxs multiplatform support for 3.10:

* It enables the multiplatform build for mach-mxs platform.

----------------------------------------------------------------
Shawn Guo (3):
      ARM: mxs: call mxs_pm_init() as a machine_desc hook
      ARM: mxs: rename debug-macro.S for multiplatform build
      ARM: mxs: enable multiplatform build

 arch/arm/Kconfig                                   |   17 -----
 arch/arm/Kconfig.debug                             |    1 +
 arch/arm/configs/mxs_defconfig                     |    2 +-
 .../mach/debug-macro.S => include/debug/mxs.S}     |    0
 arch/arm/mach-mxs/Kconfig                          |   22 +++---
 arch/arm/mach-mxs/Makefile                         |    2 +-
 arch/arm/mach-mxs/Makefile.boot                    |    1 -
 arch/arm/mach-mxs/include/mach/timex.h             |   21 ------
 arch/arm/mach-mxs/include/mach/uncompress.h        |   76 --------------------
 arch/arm/mach-mxs/mach-mxs.c                       |    3 +
 arch/arm/mach-mxs/pm.c                             |    4 +-
 arch/arm/mach-mxs/pm.h                             |   14 ++++
 12 files changed, 33 insertions(+), 130 deletions(-)
 rename arch/arm/{mach-mxs/include/mach/debug-macro.S => include/debug/mxs.S} (100%)
 delete mode 100644 arch/arm/mach-mxs/Makefile.boot
 delete mode 100644 arch/arm/mach-mxs/include/mach/timex.h
 delete mode 100644 arch/arm/mach-mxs/include/mach/uncompress.h
 create mode 100644 arch/arm/mach-mxs/pm.h

Comments

Arnd Bergmann April 9, 2013, 2:06 p.m. UTC | #1
On Monday 08 April 2013, Shawn Guo wrote:
> Hi Arnd, Olof,
> 
> It's based on mxs-cleanup-3.10 to enable multiplatform build for
> mach-mxs. Please pull, thanks.

Great work, I did not see this one coming for 3.10.

Pulled into next/multiplatform, thanks!

	Arnd