Re: [PATCH v2 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY.

2014-12-07 Thread Yunzhi Li
Hi Romain : On 2014/12/5 21:38, Romain Perier wrote: Hi, Some quick comments 2014-12-05 13:52 GMT+01:00 Yunzhi Li : [...] diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index ccad880..e3a5857 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -239,6 +239,13 @@ config PHY_Q

Re: [PATCH v2 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY.

2014-12-05 Thread Romain Perier
Hi, Some quick comments 2014-12-05 13:52 GMT+01:00 Yunzhi Li : > This patche to add a generic PHY driver for ROCKCHIP usb PHYs, > currently this driver can support RK3288. The RK3288 SoC have > three independent USB PHY IPs which are all configured through a > set of registers located in the GRF

[PATCH v2 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY.

2014-12-05 Thread Yunzhi Li
This patche to add a generic PHY driver for ROCKCHIP usb PHYs, currently this driver can support RK3288. The RK3288 SoC have three independent USB PHY IPs which are all configured through a set of registers located in the GRF (general register files) module. Signed-off-by: Yunzhi Li --- drivers