[ARM] pxa: separate PXA25x and PXA27x UDC register definitions
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 20 Apr 2008 16:32:16 +0000 (17:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 19 May 2008 15:25:58 +0000 (16:25 +0100)
commit284d115ec9b70d7c38752d10ad393a198db07a4b
treef694494fdbe31bb6df3ff815075a277c5bd6dfc5
parent02a8e76979f9b439642e67955edb865c112926f6
[ARM] pxa: separate PXA25x and PXA27x UDC register definitions

The PXA25x and PXA27x USB device controller register definitions are
different.  Currently, they live side by side in pxa-regs.h, but only
one set is available depending on the setting of PXA25x or PXA27x.

This means that if we build to support both PXA25x and PXA27x, the
PXA27x definitions are unavailable, even to PXA27x specific code.

Remove these definitions from pxa-regs.h, and place them in separate
files.  Include these files where appropriate.

Note: according to the dependencies in drivers/usb/gadget/Kconfig,
we do not support the UDC on PXA27x nor PXA3xx CPUs, so remove the
platform devices from pxa27x.c and pxa3xx.c.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/em-x270.c
arch/arm/mach-pxa/pxa27x.c
arch/arm/mach-pxa/pxa3xx.c
drivers/usb/gadget/pxa2xx_udc.c
include/asm-arm/arch-pxa/pxa-regs.h
include/asm-arm/arch-pxa/pxa25x-udc.h [new file with mode: 0644]
include/asm-arm/arch-pxa/pxa27x-udc.h [new file with mode: 0644]