Re: [PATCH 2/2] usb: dwc3: core: stop the core when it's removed

2022-02-16 Thread Marek Vasut
On 2/16/22 08:37, Bin Meng wrote: On Thu, Feb 3, 2022 at 7:09 AM Angus Ainslie wrote: If u-boot doesn't stop the core when it's finished with it then linux can't find it. Signed-off-by: Angus Ainslie --- drivers/usb/dwc3/core.c | 9 + 1 file changed, 9 insertions(+)

Re: [PATCH 2/2] usb: dwc3: core: stop the core when it's removed

2022-02-15 Thread Bin Meng
On Thu, Feb 3, 2022 at 7:09 AM Angus Ainslie wrote: > > If u-boot doesn't stop the core when it's finished with it then > linux can't find it. > > Signed-off-by: Angus Ainslie > --- > drivers/usb/dwc3/core.c | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Bin Meng

[PATCH 2/2] usb: dwc3: core: stop the core when it's removed

2022-02-02 Thread Angus Ainslie
If u-boot doesn't stop the core when it's finished with it then linux can't find it. Signed-off-by: Angus Ainslie --- drivers/usb/dwc3/core.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index ce1c0e88c2..b592a487e0 100644 ---