u-boot/include/linux/usb
Ilya Yanok eb81955bf0 musb-new: port of Linux musb driver
Existing U-Boot musb driver has no support for the new gadget framework
and also seems to have other limitations. As gadget framework is ported
from Linux it seems pretty natural to port musb gadget driver as well.

This driver supports both host and peripheral modes.

This is not a replacement for current musb driver (at least now) as
there are still some consumers of the old UDC interface.

No DMA operation support included, CONFIG_MUSB_PIO_ONLY should be
defined.

Virtual root hub device is not implemented.

Known problems: with no devices connected usb_lowlevel_start() fails.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
2012-11-20 00:16:06 +01:00
..
cdc.h USB: Add USB RNDIS gadget protocol 2011-02-19 20:32:37 +01:00
ch9.h linux/usb/ch9.h: update with the version from Linux tree 2012-11-20 00:16:06 +01:00
composite.h usb:gadget:composite USB composite gadget support 2012-05-20 08:32:33 +02:00
gadget.h usb:gadget:composite: Support for composite at gadget.h 2012-05-20 08:32:33 +02:00
musb.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00