Re: [PATCH v9 3/5] phy: add usb3.0 phy driver for mt65xx SoCs

2015-10-08 Thread chunfeng yun
Hi, On Tue, 2015-10-06 at 19:50 +0530, Kishon Vijay Abraham I wrote: > Hi Chunfeng, > > On Tuesday 29 September 2015 08:31 AM, Chunfeng Yun wrote: > > support usb3.0 phy of mt65xx SoCs > > I have merged this driver. Can you also send a patch adding yourself as > the maintainer of this driver? >

Re: [PATCH v9 3/5] phy: add usb3.0 phy driver for mt65xx SoCs

2015-10-06 Thread Kishon Vijay Abraham I
Hi Chunfeng, On Tuesday 29 September 2015 08:31 AM, Chunfeng Yun wrote: > support usb3.0 phy of mt65xx SoCs I have merged this driver. Can you also send a patch adding yourself as the maintainer of this driver? Thanks Kishon > > Signed-off-by: Chunfeng Yun > --- > drivers/phy/Kconfig

[PATCH v9 3/5] phy: add usb3.0 phy driver for mt65xx SoCs

2015-09-28 Thread Chunfeng Yun
support usb3.0 phy of mt65xx SoCs Signed-off-by: Chunfeng Yun --- drivers/phy/Kconfig | 9 + drivers/phy/Makefile | 1 + drivers/phy/phy-mt65xx-usb3.c | 506 ++ 3 files changed, 516 insertions(+) create mode 100644 drivers/phy/phy-m