Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-06-01 Thread Heiko Stübner
Hi Chris, Doug, Am Dienstag, 31. Mai 2016, 14:35:39 schrieb Doug Anderson: > > diff --git a/drivers/phy/phy-rockchip-typec.c > > b/drivers/phy/phy-rockchip-typec.c new file mode 100644 > > index 000..6609cfb > > --- /dev/null > > +++ b/drivers/phy/phy-rockchip-typec.c > > @@ -0,0 +1,823 @@

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-06-01 Thread Heiko Stübner
Hi Chris, Doug, Am Dienstag, 31. Mai 2016, 14:35:39 schrieb Doug Anderson: > > diff --git a/drivers/phy/phy-rockchip-typec.c > > b/drivers/phy/phy-rockchip-typec.c new file mode 100644 > > index 000..6609cfb > > --- /dev/null > > +++ b/drivers/phy/phy-rockchip-typec.c > > @@ -0,0 +1,823 @@

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-31 Thread Chris Zhong
Hi Doug Thanks for your review, I will modified them in next version(v1) and with Guenter Roeck's comments in: https://chromium-review.googlesource.com/#/c/348154/ On 06/01/2016 05:35 AM, Doug Anderson wrote: Chris, On Thu, May 26, 2016 at 11:02 PM, Chris Zhong wrote:

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-31 Thread Chris Zhong
Hi Doug Thanks for your review, I will modified them in next version(v1) and with Guenter Roeck's comments in: https://chromium-review.googlesource.com/#/c/348154/ On 06/01/2016 05:35 AM, Doug Anderson wrote: Chris, On Thu, May 26, 2016 at 11:02 PM, Chris Zhong wrote: Add a PHY provider

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-31 Thread Doug Anderson
Chris, On Thu, May 26, 2016 at 11:02 PM, Chris Zhong wrote: > Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB > Type-C PHY is designed to support the USB3 and DP applications. The > PHY basically has two main components: USB3 and DisplyPort. USB3 > operates

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-31 Thread Doug Anderson
Chris, On Thu, May 26, 2016 at 11:02 PM, Chris Zhong wrote: > Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB > Type-C PHY is designed to support the USB3 and DP applications. The > PHY basically has two main components: USB3 and DisplyPort. USB3 > operates in SuperSpeed mode

[RESEND PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Chris Zhong
Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can operate at RBR, HBR and HBR2 data rates. Signed-off-by:

[RESEND PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Chris Zhong
Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can operate at RBR, HBR and HBR2 data rates. Signed-off-by:

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Kever Yang
Hi Chris, On 05/27/2016 02:02 PM, Chris Zhong wrote: Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can

Re: [PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Kever Yang
Hi Chris, On 05/27/2016 02:02 PM, Chris Zhong wrote: Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can

[PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Chris Zhong
Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can operate at RBR, HBR and HBR2 data rates. Signed-off-by:

[PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399

2016-05-27 Thread Chris Zhong
Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can operate at RBR, HBR and HBR2 data rates. Signed-off-by: