ARM: pxa: add U2D controller and ULPI driver for pxa3xx
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 27 Jul 2010 12:06:58 +0000 (15:06 +0300)
committerEric Miao <eric.y.miao@gmail.com>
Fri, 8 Oct 2010 08:21:17 +0000 (16:21 +0800)
commit69f22be7b10684ade3808de22db87c536ed135f3
tree4b32340fcd5f616d905008917574a195345a8848
parentcb655d0f3d57c23db51b981648e452988c0223f9
ARM: pxa: add U2D controller and ULPI driver for pxa3xx

USB2.0 Device Controller (U2DC) which is found in Marvell PXA3xx.
U2DC supports both High and Full speed modes.
PXA320 and PXA300 U2DC supports only UTMI interface.
PXA310 U2DC supports only ULPI interface and has the OTG capability.

U2D Controller ULPI driver introduced in this patch supports only the
PXA310 USB Host via the ULPI.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/devices.c
arch/arm/mach-pxa/devices.h
arch/arm/mach-pxa/include/mach/pxa3xx-u2d.h [new file with mode: 0644]
arch/arm/mach-pxa/pxa3xx-ulpi.c [new file with mode: 0644]
arch/arm/mach-pxa/pxa3xx.c