Re: [U-Boot] [PATCH v2 3/4] usb: xhci-dwc3: Add USB2 PHY configuration【请注意,邮件由u-boot-boun...@lists.denx.de代发】 configuration

2019-07-15 Thread Kever Yang
On 2019/7/2 上午10:05, Kever Yang wrote: Hi Mark, On 07/01/2019 12:01 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. Signed-off-by: Mark Kettenis Reviewed-by: Kever Yang Applied to u-b

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

2019-07-01 Thread Kever Yang
Hi Mark, On 07/01/2019 12:01 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. > > Signed-off-by: Mark Kettenis Reviewed-by: Kever Yang Thanks, - Kever > --- > drivers/usb/host/xhci-dwc

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

2019-06-30 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