USB: add Freescale high-speed USB SOC device controller driver
authorLi Yang <leoli@freescale.com>
Mon, 23 Apr 2007 17:54:25 +0000 (10:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 20:28:43 +0000 (13:28 -0700)
commitb504882da539c17ce6fee9da2a97f2fafabd495d
treef4eb4bcc2ea778947a78bba22b8ec99ecfb508db
parent33f73e56198457c38789e08c47d2af47174c1d8f
USB: add Freescale high-speed USB SOC device controller driver

Freescale high-speed USB SOC can be found on some Freescale processors
among different architectures.  It supports both host and device functions.
This driver adds its device support for Linux USB Gadget layer.
It is tested on MPC8349 and MPC8313, but should work on other platforms
with minor tweaks.  The driver passed USBCV 1.3 compliance tests.  Note
that this driver doesn't yet include OTG support.

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Jiang Bo <tanya.jiang@freescale.com>
Signed-off-by: Bruce Schmid <duck@freescale.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/fsl_usb2_udc.c [new file with mode: 0644]
drivers/usb/gadget/fsl_usb2_udc.h [new file with mode: 0644]