From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] ARM: imx: cleanup for 3.10
Date: Tue, 9 Apr 2013 23:19:33 +0800 [thread overview]
Message-ID: <1365520775-28478-2-git-send-email-shawn.guo@linaro.org> (raw)
In-Reply-To: <1365520775-28478-1-git-send-email-shawn.guo@linaro.org>
The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
are available in the git repository at:
git://git.linaro.org/people/shawnguo/linux-2.6.git tags/imx-cleanup-3.10
for you to fetch changes up to 3442a7b51d1cfae144f3289ab0be44e27c236f53:
ARM: i.MX: remove unused ARCH_* configs (2013-04-09 21:07:36 +0800)
----------------------------------------------------------------
The imx cleanup for 3.10:
* Clean up a couple of unneeded function declarations
* Remove imx specific cpufreq driver as generic cpufreq-cpu0 works well
as the replacement
* Remove platform ahci support
* Clean up unused ARCH/MACH Kconfig symbols
* Remove a couple of unused files
----------------------------------------------------------------
Fabio Estevam (2):
ARM: imx: avic: Move avic_saved_mask_reg under CONFIG_PM
ARM: imx: clk-imx27: Do not register peripheral clock for SSI
Markus Pargmann (1):
ARM: imx: Remove cpufreq driver
Paul Bolle (1):
ARM: i.MX: remove unused ARCH_* configs
Sascha Hauer (1):
ARM i.MX53: remove platform ahci support
Shawn Guo (4):
ARM: imx: remove duplicated function declaration
ARM: imx: remove pl310_get_save_ptr() declaration
ARM: imx: remove Makefile.boot
ARM: imx: remove mx6q.h
arch/arm/Kconfig | 7 -
arch/arm/mach-imx/Kconfig | 18 ---
arch/arm/mach-imx/Makefile | 3 +-
arch/arm/mach-imx/Makefile.boot | 35 -----
arch/arm/mach-imx/avic.c | 4 +-
arch/arm/mach-imx/clk-imx27.c | 2 -
arch/arm/mach-imx/common.h | 3 -
arch/arm/mach-imx/cpu_op-mx51.c | 31 ----
arch/arm/mach-imx/cpu_op-mx51.h | 14 --
arch/arm/mach-imx/cpufreq.c | 206 -------------------------
arch/arm/mach-imx/devices/Kconfig | 4 -
arch/arm/mach-imx/devices/Makefile | 1 -
arch/arm/mach-imx/devices/devices-common.h | 10 --
arch/arm/mach-imx/devices/platform-ahci-imx.c | 157 -------------------
arch/arm/mach-imx/hardware.h | 1 -
arch/arm/mach-imx/mach-cpuimx51sd.c | 5 -
arch/arm/mach-imx/mach-mx51_babbage.c | 4 -
arch/arm/mach-imx/mx6q.h | 31 ----
18 files changed, 3 insertions(+), 533 deletions(-)
delete mode 100644 arch/arm/mach-imx/Makefile.boot
delete mode 100644 arch/arm/mach-imx/cpu_op-mx51.c
delete mode 100644 arch/arm/mach-imx/cpu_op-mx51.h
delete mode 100644 arch/arm/mach-imx/cpufreq.c
delete mode 100644 arch/arm/mach-imx/devices/platform-ahci-imx.c
delete mode 100644 arch/arm/mach-imx/mx6q.h
next prev parent reply other threads:[~2013-04-09 15:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 15:19 [GIT PULL 1/4] ARM: imx: noncritical fixes for 3.10 Shawn Guo
2013-04-09 15:19 ` Shawn Guo [this message]
2013-04-11 10:08 ` [GIT PULL 2/4] ARM: imx: cleanup " Olof Johansson
2013-04-09 15:19 ` [GIT PULL 3/4] ARM: imx: soc changes " Shawn Guo
2013-04-09 15:19 ` [GIT PULL 4/4] ARM: imx: device tree " Shawn Guo
2013-04-10 2:54 ` Shawn Guo
2013-04-16 3:08 ` Shawn Guo
2013-04-18 16:25 ` Olof Johansson
2013-04-18 23:30 ` Shawn Guo
2013-04-11 10:05 ` [GIT PULL 1/4] ARM: imx: noncritical fixes " Olof Johansson
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=1365520775-28478-2-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).