From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: mach-pnx4008: Remove architecture
Date: Sun, 26 Aug 2012 16:34:42 +0200 [thread overview]
Message-ID: <503A3402.7090508@antcom.de> (raw)
In-Reply-To: <201208260441.25905.arnd@arndb.de>
On 26/08/12 06:41, Arnd Bergmann wrote:
> On Friday 24 August 2012, Roland Stigge wrote:
>> On 23/08/12 14:22, Roland Stigge wrote:
>>> This patch removes the ARM architecture mach-pnx4008. No direct support or user
>>> feedback since 2006. Acknowledgements from NXP/Philips and Linux arm-soc
>>> maintainers.
>>>
>>> Signed-off-by: Roland Stigge <stigge@antcom.de>
>>
>> The patch was a bit too big for the mailing list - sorry.
>>
>> Now re-proposing via pull request, below.
>
> I think the removal of the frame buffer driver should go separately via the
> framebuffer maintainer (Florian Schandinat), I can take the rest through the
> arm-soc tree.
Fine - consider the new pull request for arch-pnx4008, below.
(Patch for video is separate, now.)
Thanks,
Roland
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.antcom.de/linux-2.6.git pnx4008-removal
for you to fetch changes up to d684f05f2d55655eee93d86974e9271010aaed09:
ARM: mach-pnx4008: Remove architecture (2012-08-26 16:30:37 +0200)
----------------------------------------------------------------
Roland Stigge (1):
ARM: mach-pnx4008: Remove architecture
arch/arm/Kconfig | 8 -
arch/arm/Makefile | 1 -
arch/arm/configs/pnx4008_defconfig | 472 -----------------------------
arch/arm/mach-pnx4008/Makefile | 12 -
arch/arm/mach-pnx4008/Makefile.boot | 4 -
arch/arm/mach-pnx4008/clock.c | 1001 ------------------------------------------------------------
arch/arm/mach-pnx4008/clock.h | 43 ---
arch/arm/mach-pnx4008/core.c | 290 ------------------
arch/arm/mach-pnx4008/dma.c | 1105 -------------------------------------------------------------------
arch/arm/mach-pnx4008/gpio.c | 328 --------------------
arch/arm/mach-pnx4008/i2c.c | 86 ------
arch/arm/mach-pnx4008/include/mach/clock.h | 62 ----
arch/arm/mach-pnx4008/include/mach/debug-macro.S | 21 --
arch/arm/mach-pnx4008/include/mach/dma.h | 160 ----------
arch/arm/mach-pnx4008/include/mach/entry-macro.S | 116 -------
arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h | 241 ---------------
arch/arm/mach-pnx4008/include/mach/hardware.h | 32 --
arch/arm/mach-pnx4008/include/mach/irq.h | 42 ---
arch/arm/mach-pnx4008/include/mach/irqs.h | 215 -------------
arch/arm/mach-pnx4008/include/mach/param.h | 21 --
arch/arm/mach-pnx4008/include/mach/platform.h | 69 -----
arch/arm/mach-pnx4008/include/mach/pm.h | 33 --
arch/arm/mach-pnx4008/include/mach/timex.h | 19 --
arch/arm/mach-pnx4008/include/mach/uncompress.h | 46 ---
arch/arm/mach-pnx4008/irq.c | 121 --------
arch/arm/mach-pnx4008/pm.c | 153 ----------
arch/arm/mach-pnx4008/serial.c | 67 -----
arch/arm/mach-pnx4008/sleep.S | 195 ------------
arch/arm/mach-pnx4008/time.c | 134 ---------
arch/arm/mach-pnx4008/time.h | 70 -----
arch/arm/tools/mach-types | 1 -
drivers/i2c/busses/Kconfig | 2 +-
drivers/usb/Kconfig | 1 -
drivers/usb/host/Kconfig | 2 +-
drivers/usb/host/ohci-hcd.c | 2 +-
drivers/usb/host/ohci-nxp.c | 84 +-----
drivers/watchdog/Kconfig | 6 +-
37 files changed, 7 insertions(+), 5258 deletions(-)
delete mode 100644 arch/arm/configs/pnx4008_defconfig
delete mode 100644 arch/arm/mach-pnx4008/Makefile
delete mode 100644 arch/arm/mach-pnx4008/Makefile.boot
delete mode 100644 arch/arm/mach-pnx4008/clock.c
delete mode 100644 arch/arm/mach-pnx4008/clock.h
delete mode 100644 arch/arm/mach-pnx4008/core.c
delete mode 100644 arch/arm/mach-pnx4008/dma.c
delete mode 100644 arch/arm/mach-pnx4008/gpio.c
delete mode 100644 arch/arm/mach-pnx4008/i2c.c
delete mode 100644 arch/arm/mach-pnx4008/include/mach/clock.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/debug-macro.S
delete mode 100644 arch/arm/mach-pnx4008/include/mach/dma.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/entry-macro.S
delete mode 100644 arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/hardware.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/irq.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/irqs.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/param.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/platform.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/pm.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/timex.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/uncompress.h
delete mode 100644 arch/arm/mach-pnx4008/irq.c
delete mode 100644 arch/arm/mach-pnx4008/pm.c
delete mode 100644 arch/arm/mach-pnx4008/serial.c
delete mode 100644 arch/arm/mach-pnx4008/sleep.S
delete mode 100644 arch/arm/mach-pnx4008/time.c
delete mode 100644 arch/arm/mach-pnx4008/time.h
next prev parent reply other threads:[~2012-08-26 14:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-23 12:22 [PATCH] ARM: mach-pnx4008: Remove architecture Roland Stigge
2012-08-24 13:24 ` [GIT PULL] " Roland Stigge
2012-08-26 4:41 ` Arnd Bergmann
2012-08-26 14:34 ` Roland Stigge [this message]
2012-09-05 23:18 ` 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=503A3402.7090508@antcom.de \
--to=stigge@antcom.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).