Re: [PATCH v2 17/21] phy: add USB PHY driver for MediaTek MT7620 SoC

2020-11-08 Thread Weijie Gao
On Mon, 2020-11-02 at 11:41 +0530, Jagan Teki wrote: > On Fri, Oct 30, 2020 at 3:05 PM Weijie Gao wrote: > > > > This patch adds USB PHY driver for MediaTek MT7620 SoC > > > > Signed-off-by: Weijie Gao > > --- > > v2 changes: none > > --- > > drivers/phy/Kconfig | 7 +++ > >

Re: [PATCH v2 17/21] phy: add USB PHY driver for MediaTek MT7620 SoC

2020-11-01 Thread Jagan Teki
On Fri, Oct 30, 2020 at 3:05 PM Weijie Gao wrote: > > This patch adds USB PHY driver for MediaTek MT7620 SoC > > Signed-off-by: Weijie Gao > --- > v2 changes: none > --- > drivers/phy/Kconfig | 7 +++ > drivers/phy/Makefile | 1 + > drivers/phy/mt7620-usb-phy.c | 113

[PATCH v2 17/21] phy: add USB PHY driver for MediaTek MT7620 SoC

2020-10-30 Thread Weijie Gao
This patch adds USB PHY driver for MediaTek MT7620 SoC Signed-off-by: Weijie Gao --- v2 changes: none --- drivers/phy/Kconfig | 7 +++ drivers/phy/Makefile | 1 + drivers/phy/mt7620-usb-phy.c | 113 +++ 3 files changed, 121 insertions(+)