MXC: Add support for ULPI Viewports
authorDaniel Mack <daniel@caiaq.de>
Thu, 5 Nov 2009 08:44:09 +0000 (09:44 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Sat, 14 Nov 2009 09:29:15 +0000 (10:29 +0100)
commitf4f8bda2321d5ecbfeef878a50c996e3a32a75e6
tree83f19821dd1996fda0bcb36795b362c667833cb2
parent04ea3c801905a4562cc89af78eba40dec0f960a9
MXC: Add support for ULPI Viewports

The ARC USB OTG Core has support for accessing ULPI tranceivers
through so called ULPI viewports. Export a set of function for use with
the USB OTG framework.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/Kconfig
arch/arm/plat-mxc/Makefile
arch/arm/plat-mxc/include/mach/ulpi.h [new file with mode: 0644]
arch/arm/plat-mxc/ulpi.c [new file with mode: 0644]