From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: mxs: support multiplatform build
Date: Fri, 29 Mar 2013 17:00:56 +0800 [thread overview]
Message-ID: <1364547659-30574-1-git-send-email-shawn.guo@linaro.org> (raw)
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
next reply other threads:[~2013-03-29 9:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-29 9:00 Shawn Guo [this message]
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
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=1364547659-30574-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--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).