[PATCH] USB: pxa27x OHCI - Separate platform code from main driver
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 12 Nov 2005 14:22:11 +0000 (14:22 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:48:28 +0000 (13:48 -0800)
commit81f280e22f14d6d976620acaa1b346a90f4e1adc
tree298db1ef614489451fecdd35439c630c8086a368
parent88026842b0a760145aa71d69e74fbc9ec118ca44
[PATCH] USB: pxa27x OHCI - Separate platform code from main driver

To allow multiple platforms to use the PXA27x OHCI driver, the platform
code needs to be moved into the board specific files in
arch/arm/mach-pxa. This patch does this for mainstone and adds
preliminary hooks to allow other boards to use the driver.

This has been compile tested for mainstone and successfully run on Spitz
(Sharp Zaurus SL-C3000) with the addition of an appropriate board
support file.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Nicolas Pitre <nico@cam.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/mach-pxa/mainstone.c
arch/arm/mach-pxa/pxa27x.c
drivers/usb/host/ohci-pxa27x.c
include/asm-arm/arch-pxa/ohci.h [new file with mode: 0644]