summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_am335x.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: MUSB: Add barebox specific changesSascha Hauer2014-09-261-31/+17
| | | | | | | | | | | This changes the MUSB support from the original Kernel state to be usable with barebox. Tested on a custom board and the Beaglebone Black. The host port on the Beaglebone works, the OTG port works in device mode, but not yet in host mode. Based on the initial MUSB port from Rolf Evers Fischer. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* USB: Add MUSB driver from LinuxSascha Hauer2014-09-261-0/+43
This adds the necessary files from the MUSB driver directly from Linux 3.17-rc5. No changes to the original files have been made so far. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>