Re: [PATCH v3 1/4] usb: dwc3: Add dwc3 glue driver for am62

2023-12-14 Thread Roger Quadros
Hi Sjoerd, On 12/12/2023 23:02, Sjoerd Simons wrote: > Add glue code for TI AM62 to the dwc3 driver; Most code adopted from > TI vendor u-boot code. > > Signed-off-by: Sjoerd Simons > Reviewed-by: Mattijs Korpershoek > > --- > > (no changes since v2) > > Changes in v2: > - Switch dwc3 glue t

[PATCH v3 1/4] usb: dwc3: Add dwc3 glue driver for am62

2023-12-12 Thread Sjoerd Simons
Add glue code for TI AM62 to the dwc3 driver; Most code adopted from TI vendor u-boot code. Signed-off-by: Sjoerd Simons Reviewed-by: Mattijs Korpershoek --- (no changes since v2) Changes in v2: - Switch dwc3 glue to a seperate driver rather then in dwc-generic drivers/usb/dwc3/Kconfig