Re: [U-Boot] [PATCH v1 05/18] usb: dwc3: switch to peripheral mode when exiting

2019-05-03 Thread Marek Vasut
On 5/3/19 11:26 AM, Jean-Jacques Hiblot wrote: > > On 29/04/2019 11:56, Marek Vasut wrote: >> On 4/5/19 2:55 PM, Jean-Jacques Hiblot wrote: >>> This allow the phy to enter idle and then suspend. >>> the K2 platforms require the PHY to be suspended before the USB domain >>> clock can be turned

Re: [U-Boot] [PATCH v1 05/18] usb: dwc3: switch to peripheral mode when exiting

2019-05-03 Thread Jean-Jacques Hiblot
On 29/04/2019 11:56, Marek Vasut wrote: On 4/5/19 2:55 PM, Jean-Jacques Hiblot wrote: This allow the phy to enter idle and then suspend. the K2 platforms require the PHY to be suspended before the USB domain clock can be turned off. Signed-off-by: Jean-Jacques Hiblot ---

Re: [U-Boot] [PATCH v1 05/18] usb: dwc3: switch to peripheral mode when exiting

2019-04-29 Thread Marek Vasut
On 4/5/19 2:55 PM, Jean-Jacques Hiblot wrote: > This allow the phy to enter idle and then suspend. > the K2 platforms require the PHY to be suspended before the USB domain > clock can be turned off. > > Signed-off-by: Jean-Jacques Hiblot > --- > > drivers/usb/dwc3/core.c | 13 + >

[U-Boot] [PATCH v1 05/18] usb: dwc3: switch to peripheral mode when exiting

2019-04-05 Thread Jean-Jacques Hiblot
This allow the phy to enter idle and then suspend. the K2 platforms require the PHY to be suspended before the USB domain clock can be turned off. Signed-off-by: Jean-Jacques Hiblot --- drivers/usb/dwc3/core.c | 13 + 1 file changed, 13 insertions(+) diff --git