From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: getting rid of mx5/devices.c and mxc_register_device
Date: Mon, 1 Aug 2011 11:37:59 +0200 [thread overview]
Message-ID: <20110801093759.GD9250@pengutronix.de> (raw)
Hello,
this series is based on current Linus' master as there is no post-3.0
tag yet.
The first patch was already sent, but as this series either conflicts
with it or needs it, so I added it here, too.
Note that building the branch below currently fails for mx51_defconfig,
because Shawn's build fix for drivers/usb/host/ehci-mxc.c [1] is still
missing.
See below for diffstat and shortlog.
Best regards
Uwe
[1] http://mid.gmane.org/1311258250-22013-1-git-send-email-shawn.guo at linaro.org
The following changes since commit 3da3f872aa175f59e20766ed30aaea67fd4fa7d1:
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 (2011-07-31 14:31:44 -1000)
are available in the git repository at:
git://git.pengutronix.de/git/ukl/linux-2.6.git imx-cleanup
Uwe Kleine-K?nig (8):
ARM: mx5: fix remaining unconsistent names for irqs
ARM: mx5: remove unused #includes of devices.h
ARM: mx5: dynamically allocate mxc-ehci devices
ARM: mx5: dynamically allocate fsl-usb2-udc devices
ARM: mx5: dynamically allocate high speed i2c (imx-i2c actually)
ARM: imx/mx1ads: dynamically allocate physmap-flash device
ARM: imx/armadillo5x0: dynamically allocate physmap-flash device
ARM: mxc: drop now unused function mxc_register_device
arch/arm/mach-imx/mach-armadillo5x0.c | 18 +--
arch/arm/mach-imx/mach-mx1ads.c | 15 +--
arch/arm/mach-mx5/Kconfig | 9 +-
arch/arm/mach-mx5/Makefile | 2 +-
arch/arm/mach-mx5/board-cpuimx51.c | 17 +-
arch/arm/mach-mx5/board-cpuimx51sd.c | 17 +-
arch/arm/mach-mx5/board-mx51_3ds.c | 1 -
arch/arm/mach-mx5/board-mx51_babbage.c | 21 ++--
arch/arm/mach-mx5/board-mx51_efikamx.c | 1 -
arch/arm/mach-mx5/board-mx51_efikasb.c | 5 +-
arch/arm/mach-mx5/clock-mx51-mx53.c | 2 +-
arch/arm/mach-mx5/devices-imx51.h | 13 ++
arch/arm/mach-mx5/devices.c | 120 ---------------
arch/arm/mach-mx5/devices.h | 5 -
arch/arm/mach-mx5/ehci.c | 2 +-
arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c | 1 -
arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c | 1 -
arch/arm/mach-mx5/mm.c | 8 +-
arch/arm/mach-mx5/mx51_efika.c | 14 +-
arch/arm/plat-mxc/devices.c | 14 --
arch/arm/plat-mxc/devices/platform-fsl-usb2-udc.c | 5 +
arch/arm/plat-mxc/devices/platform-imx-i2c.c | 6 +
arch/arm/plat-mxc/devices/platform-mxc-ehci.c | 9 +
arch/arm/plat-mxc/include/mach/common.h | 1 -
arch/arm/plat-mxc/include/mach/mx51.h | 167 +++++++++++----------
25 files changed, 179 insertions(+), 295 deletions(-)
delete mode 100644 arch/arm/mach-mx5/devices.c
delete mode 100644 arch/arm/mach-mx5/devices.h
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next reply other threads:[~2011-08-01 9:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-01 9:37 Uwe Kleine-König [this message]
2011-08-01 9:38 ` [PATCH 1/8] ARM: mx5: fix remaining unconsistent names for irqs Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 2/8] ARM: mx5: remove unused #includes of devices.h Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 3/8] ARM: mx5: dynamically allocate mxc-ehci devices Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 4/8] ARM: mx5: dynamically allocate fsl-usb2-udc devices Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 5/8] ARM: mx5: dynamically allocate high speed i2c (imx-i2c actually) Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 6/8] ARM: imx/mx1ads: dynamically allocate physmap-flash device Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 7/8] ARM: imx/armadillo5x0: " Uwe Kleine-König
2011-08-01 9:38 ` [PATCH 8/8] ARM: mxc: drop now unused function mxc_register_device Uwe Kleine-König
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=20110801093759.GD9250@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--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).