linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: mxs: support multiplatform build
@ 2013-03-29  9:00 Shawn Guo
  2013-03-29  9:00 ` [PATCH 1/3] ARM: mxs: call mxs_pm_init() as a machine_desc hook Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2013-03-29  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The series is based on mxs cleanup series and enables multiplatform
build for mach-mxs.

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

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-29  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29  9:00 [PATCH 0/3] ARM: mxs: support multiplatform build Shawn Guo
2013-03-29  9:00 ` [PATCH 1/3] ARM: mxs: call mxs_pm_init() as a machine_desc hook Shawn Guo
2013-03-29  9:00 ` [PATCH 2/3] ARM: mxs: rename debug-macro.S for multiplatform build Shawn Guo
2013-03-29  9:00 ` [PATCH 3/3] ARM: mxs: enable " Shawn Guo

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