From: stigge@antcom•de (Roland Stigge)
To: linux-arm-kernel@lists•infradead.org
Subject: [GIT PULL] ARM: mach-pnx4008: Remove architecture
Date: Fri, 24 Aug 2012 15:24:20 +0200 [thread overview]
Message-ID: <50378084.3080102@antcom.de> (raw)
In-Reply-To: <1345724548-18130-1-git-send-email-stigge@antcom.de>
Hi,
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.
Thanks in advance,
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 5b54d019ca93850099299527753d23a5ff57c2e6:
ARM: mach-pnx4008: Remove architecture (2012-08-24 15:12:21 +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/video/Kconfig | 15 -
drivers/video/Makefile | 2 -
drivers/video/pnx4008/Makefile | 7 -
drivers/video/pnx4008/dum.h | 211 ----
drivers/video/pnx4008/fbcommon.h | 43 -
drivers/video/pnx4008/pnxrgbfb.c | 198 ----
drivers/video/pnx4008/sdum.c | 861 ----------------
drivers/video/pnx4008/sdum.h | 136 ---
drivers/watchdog/Kconfig | 6 +-
45 files changed, 7 insertions(+), 6731 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
delete mode 100644 drivers/video/pnx4008/Makefile
delete mode 100644 drivers/video/pnx4008/dum.h
delete mode 100644 drivers/video/pnx4008/fbcommon.h
delete mode 100644 drivers/video/pnx4008/pnxrgbfb.c
delete mode 100644 drivers/video/pnx4008/sdum.c
delete mode 100644 drivers/video/pnx4008/sdum.h
next prev parent reply other threads:[~2012-08-24 13:24 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 ` Roland Stigge [this message]
2012-08-26 4:41 ` [GIT PULL] " Arnd Bergmann
2012-08-26 14:34 ` Roland Stigge
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=50378084.3080102@antcom.de \
--to=stigge@antcom$(echo .)de \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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