On Fri, Aug 21, 2020 at 1:34 PM Stefan Roese <[email protected]> wrote: > > This patch adds the glue layer for the MIPS Octeon SoCs. It's ported > mainly from the Linux code. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Bin Meng <[email protected]> > Cc: Marek Vasut <[email protected]> > > --- > > Changes in v3: > - Minor corrections of the commit text as suggested by Bin > - Minor corrections in comments as suggested by Bin > - Removed empty driver remove() function > - Use macros for clock values instead of numbers > > drivers/usb/host/Kconfig | 9 + > drivers/usb/host/Makefile | 1 + > drivers/usb/host/dwc3-octeon-glue.c | 393 ++++++++++++++++++++++++++++ > 3 files changed, 403 insertions(+) > create mode 100644 drivers/usb/host/dwc3-octeon-glue.c >
Reviewed-by: Bin Meng <[email protected]>

