Re: [PATCH] usb: cdns3: Add support for TI's AM64 SoC

2021-01-22 Thread Peter Chen
On 21-01-19 10:58:10, Aswath Govindraju wrote: > Add support for USB controller present on the AM64x SoC. > > Signed-off-by: Aswath Govindraju > --- > drivers/usb/cdns3/cdns3-ti.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/cdns3/cdns3-ti.c

[PATCH] usb: cdns3: Add support for TI's AM64 SoC

2021-01-18 Thread Aswath Govindraju
Add support for USB controller present on the AM64x SoC. Signed-off-by: Aswath Govindraju --- drivers/usb/cdns3/cdns3-ti.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index 90e246601537..eccb1c766bba 100644 ---