Skip to content
Snippets Groups Projects
Commit eb81955b authored by Ilya Yanok's avatar Ilya Yanok Committed by Marek Vasut
Browse files

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: default avatarIlya Yanok <ilya.yanok@cogentembedded.com>
parent c60795f4
No related branches found
No related tags found
No related merge requests found
Showing
with 10853 additions and 2 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment