
21 Aug
2020
21 Aug
'20
8:28 a.m.
On Fri, Aug 21, 2020 at 1:34 PM Stefan Roese sr@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@denx.de Cc: Bin Meng bmeng.cn@gmail.com Cc: Marek Vasut marex@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@gmail.com