Re: [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-21 Thread Miquel Raynal
Hi Kishon, Chunfeng, Kishon Vijay Abraham I wrote on Wed, 16 Jan 2019 14:50:58 +0530: > Hi, > > On 15/01/19 8:10 AM, Chunfeng Yun wrote: > > Hi, > > On Fri, 2019-01-11 at 14:31 +0100, Miquel Raynal wrote: > >> Marvell Armada 3700 SoC has two USB controllers, each of them being > >> wired to a

Re: [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-21 Thread Miquel Raynal
Hi Gregory, Gregory CLEMENT wrote on Fri, 18 Jan 2019 17:36:36 +0100: > Hi Miquel, > > I have only a few smallish remarks: > > On ven., janv. 11 2019, Miquel Raynal wrote: > > > Marvell Armada 3700 SoC has two USB controllers, each of them being > > wired to an internal UTMI PHY. Add a driv

Re: [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-18 Thread Gregory CLEMENT
Hi Miquel, I have only a few smallish remarks: On ven., janv. 11 2019, Miquel Raynal wrote: > Marvell Armada 3700 SoC has two USB controllers, each of them being > wired to an internal UTMI PHY. Add a driver to control them. > > Igal Liberman worked on supporting the PHY, I took the while 'reg

Re: [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-16 Thread Kishon Vijay Abraham I
Hi, On 15/01/19 8:10 AM, Chunfeng Yun wrote: > Hi, > On Fri, 2019-01-11 at 14:31 +0100, Miquel Raynal wrote: >> Marvell Armada 3700 SoC has two USB controllers, each of them being >> wired to an internal UTMI PHY. Add a driver to control them. >> >> Igal Liberman worked on supporting the PHY, I to

Re: [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-14 Thread Chunfeng Yun
Hi, On Fri, 2019-01-11 at 14:31 +0100, Miquel Raynal wrote: > Marvell Armada 3700 SoC has two USB controllers, each of them being > wired to an internal UTMI PHY. Add a driver to control them. > > Igal Liberman worked on supporting the PHY, I took the while 'register > configuration' from his work

[PATCH v2 05/10] phy: add A3700 UTMI PHY driver

2019-01-11 Thread Miquel Raynal
Marvell Armada 3700 SoC has two USB controllers, each of them being wired to an internal UTMI PHY. Add a driver to control them. Igal Liberman worked on supporting the PHY, I took the while 'register configuration' from his work and rewrote almost entirely the driver/bindings around it. Co-develo