summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc3-octeon-glue.c
Commit message (Collapse)AuthorAgeFilesLines
* usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
| | | | | | Necessary for dev_xxx. Signed-off-by: Tom Rini <trini@konsulko.com>
* usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese2020-10-071-0/+393
This patch adds the glue layer for the MIPS Octeon SoCs. It's ported mainly from the Linux code. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de>