Re: [PATCH v2 5/8] usb: dwc3: Add dwc3 glue driver for am62

2023-04-23 Thread Kunihiko Hayashi
Hi Sjoerd, On 2023/04/07 3:55, 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 --- Changes in v2: - Switch dwc3 glue to a seperate driver rather then in dwc-generic Thanks for helping separate the

Re: [PATCH v2 5/8] usb: dwc3: Add dwc3 glue driver for am62

2023-04-07 Thread Mattijs Korpershoek
On jeu., avril 06, 2023 at 20:55, 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 nitpick (comment typo) below > > --- > > Changes in v2: > - Switch dwc3 glu

[PATCH v2 5/8] usb: dwc3: Add dwc3 glue driver for am62

2023-04-06 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 --- Changes in v2: - Switch dwc3 glue to a seperate driver rather then in dwc-generic drivers/usb/dwc3/Kconfig | 14 drivers/usb/dwc3/Makefile| 1 + drivers