aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/fsl_usb2_udc.h
Commit message (Collapse)AuthorAge
* usb: gadget: udc: fsl_mxc_udc: fix sparse errorFelipe Balbi2014-07-16
| | | | | | | | | | No functional changes, just fixing one easy to spot sparse error. While fixing that sparse error, I had to add two includes to a header to avoid a build error. Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz2014-07-16
The drivers/usb/gadget directory contains many files. Files which are related can be distributed into separate directories. This patch moves the UDC drivers into a separate directory. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>