summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/dwc2_udc_otg_regs.h
Commit message (Collapse)AuthorAgeLines
* usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan2016-07-25-3/+3
| | | | | | | | The total FIFO size of some SoCs may be different from the existen, this patch supports fifo size setting from platform data. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
* usb: s3c-otg: Rename remaining macrosMarek Vasut2015-12-17-10/+10
| | | | | | | | The driver is actually for the Designware DWC2 controller. This patch renames the remaining S3C_* macros to match the DWC2 naming. Signed-off-by: Marek Vasut <marex@denx.de>
* usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut2015-12-17-0/+273
The driver is actually for the Designware DWC2 controller. This patch renames the local header files to dwc2_*h and adjusts the sources to use the new names. Signed-off-by: Marek Vasut <marex@denx.de>