[PATCH v3 3/8] usb: xhci: octeon: Add DWC3 glue layer for Octeon
Bin Meng
bmeng.cn at gmail.com
Fri Aug 21 08:28:33 CEST 2020
On Fri, Aug 21, 2020 at 1:34 PM Stefan Roese <sr at denx.de> 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 <sr at denx.de>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Marek Vasut <marex at denx.de>
>
> ---
>
> 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 <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list