Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Marek Vasut
On 6/30/19 6:07 PM, Mark Kettenis wrote: >> From: Marek Vasut >> Date: Sun, 30 Jun 2019 16:31:41 +0200 >> >> On 6/30/19 4:25 PM, Mark Kettenis wrote: From: Marek Vasut Date: Sun, 30 Jun 2019 15:36:03 +0200 On 6/30/19 3:31 PM, Kever Yang wrote: > Hi Mark, > >     I

Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Mark Kettenis
> From: Marek Vasut > Date: Sun, 30 Jun 2019 16:31:41 +0200 > > On 6/30/19 4:25 PM, Mark Kettenis wrote: > >> From: Marek Vasut > >> Date: Sun, 30 Jun 2019 15:36:03 +0200 > >> > >> On 6/30/19 3:31 PM, Kever Yang wrote: > >>> Hi Mark, > >>> > >>>     I add Marek and Bin Meng for this patch, I'm n

Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Marek Vasut
On 6/30/19 4:25 PM, Mark Kettenis wrote: >> From: Marek Vasut >> Date: Sun, 30 Jun 2019 15:36:03 +0200 >> >> On 6/30/19 3:31 PM, Kever Yang wrote: >>> Hi Mark, >>> >>>     I add Marek and Bin Meng for this patch, I'm not sure where >>> >>> are these phy setting should go. >>> >>> Thanks, >>> - Kev

Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Mark Kettenis
> From: Marek Vasut > Date: Sun, 30 Jun 2019 15:36:03 +0200 > > On 6/30/19 3:31 PM, Kever Yang wrote: > > Hi Mark, > > > >     I add Marek and Bin Meng for this patch, I'm not sure where > > > > are these phy setting should go. > > > > Thanks, > > - Kever > > On 06/30/2019 12:29 AM, Mark Kette

Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Marek Vasut
On 6/30/19 3:31 PM, Kever Yang wrote: > Hi Mark, > >     I add Marek and Bin Meng for this patch, I'm not sure where > > are these phy setting should go. > > Thanks, > - Kever > On 06/30/2019 12:29 AM, Mark Kettenis wrote: >> Configure USB2 PHY register based on "phy_type" property and >> handle

Re: [U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-30 Thread Kever Yang
Hi Mark,     I add Marek and Bin Meng for this patch, I'm not sure where are these phy setting should go. Thanks, - Kever On 06/30/2019 12:29 AM, Mark Kettenis wrote: > Configure USB2 PHY register based on "phy_type" property and > handle all the quirks that are relevant for Rockchip RK3399 SoCs

[U-Boot] [PATCH 3/4] usb: xhci-dwc3: Add USB2 PHY configuration

2019-06-29 Thread Mark Kettenis
Configure USB2 PHY register based on "phy_type" property and handle all the quirks that are relevant for Rockchip RK3399 SoCs. Signed-off-by: Mark Kettenis --- drivers/usb/host/xhci-dwc3.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/usb/host/xhci-dwc3.c b/dr