ARM: pxa: move pcmcia board data into mach-pxa
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2020 20:57:40 +0000 (22:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Apr 2022 19:34:05 +0000 (21:34 +0200)
commitb83deaa741558babf4b8d51d34f6637ccfff1b26
tree6d938863f8314383f9363461256530cb25879737
parent2548e6c76ebfae09f25f941ae172535cc918c906
ARM: pxa: move pcmcia board data into mach-pxa

The drivers/pcmcia/pxa2xx_*.c are essentially part of the
board files, but for historic reasons located in drivers/pcmcia.

Move them into the same place as the actual board file to avoid
lots of machine header inclusions.

Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
28 files changed:
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/balloon3-pcmcia.c [moved from drivers/pcmcia/pxa2xx_balloon3.c with 98% similarity]
arch/arm/mach-pxa/balloon3.c
arch/arm/mach-pxa/balloon3.h [moved from arch/arm/mach-pxa/include/mach/balloon3.h with 99% similarity]
arch/arm/mach-pxa/colibri-pcmcia.c [moved from drivers/pcmcia/pxa2xx_colibri.c with 99% similarity]
arch/arm/mach-pxa/e740-pcmcia.c [moved from drivers/pcmcia/pxa2xx_e740.c with 98% similarity]
arch/arm/mach-pxa/hx4700-pcmcia.c [moved from drivers/pcmcia/pxa2xx_hx4700.c with 98% similarity]
arch/arm/mach-pxa/palmld-pcmcia.c [moved from drivers/pcmcia/pxa2xx_palmld.c with 98% similarity]
arch/arm/mach-pxa/palmtc-pcmcia.c [moved from drivers/pcmcia/pxa2xx_palmtc.c with 98% similarity]
arch/arm/mach-pxa/palmtc.c
arch/arm/mach-pxa/palmtc.h [moved from arch/arm/mach-pxa/include/mach/palmtc.h with 98% similarity]
arch/arm/mach-pxa/palmtx-pcmcia.c [moved from drivers/pcmcia/pxa2xx_palmtx.c with 98% similarity]
arch/arm/mach-pxa/palmtx.c
arch/arm/mach-pxa/palmtx.h [moved from arch/arm/mach-pxa/include/mach/palmtx.h with 98% similarity]
arch/arm/mach-pxa/trizeps4-pcmcia.c [moved from drivers/pcmcia/pxa2xx_trizeps4.c with 98% similarity]
arch/arm/mach-pxa/trizeps4.c
arch/arm/mach-pxa/trizeps4.h [moved from arch/arm/mach-pxa/include/mach/trizeps4.h with 99% similarity]
arch/arm/mach-pxa/viper-pcmcia.c [moved from drivers/pcmcia/pxa2xx_viper.c with 97% similarity]
arch/arm/mach-pxa/viper-pcmcia.h [moved from include/linux/platform_data/pcmcia-pxa2xx_viper.h with 100% similarity]
arch/arm/mach-pxa/viper.c
arch/arm/mach-pxa/vpac270-pcmcia.c [moved from drivers/pcmcia/pxa2xx_vpac270.c with 98% similarity]
arch/arm/mach-pxa/vpac270.c
arch/arm/mach-pxa/vpac270.h [moved from arch/arm/mach-pxa/include/mach/vpac270.h with 100% similarity]
arch/arm/mach-pxa/zeus.c
drivers/pcmcia/Makefile
drivers/pcmcia/pxa2xx_sharpsl.c
drivers/pcmcia/soc_common.h
include/pcmcia/soc_common.h [new file with mode: 0644]