Re: [U-Boot] [PATCH 05/21] phy: Add STi phy usb support

2017-03-23 Thread Patrice CHOTARD
Hi Simon On 03/22/2017 02:06 PM, Simon Glass wrote: > Hi, > > On 17 March 2017 at 10:25, wrote: >> From: Patrice Chotard >> >> This is the generic phy driver for the picoPHY ports >> used by USB2 and USB3 Host controllers available on >> STiH407 SoC families. >> >> Signed-off-by: Patrice Chotar

Re: [U-Boot] [PATCH 05/21] phy: Add STi phy usb support

2017-03-22 Thread Simon Glass
Hi, On 17 March 2017 at 10:25, wrote: > From: Patrice Chotard > > This is the generic phy driver for the picoPHY ports > used by USB2 and USB3 Host controllers available on > STiH407 SoC families. > > Signed-off-by: Patrice Chotard > --- > configs/stih410-b2260_defconfig | 1 + > drivers/us

Re: [U-Boot] [PATCH 05/21] phy: Add STi phy usb support

2017-03-20 Thread Patrice CHOTARD
Hi Marek On 03/17/2017 05:38 PM, Marek Vasut wrote: > On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> This is the generic phy driver for the picoPHY ports >> used by USB2 and USB3 Host controllers available on >> STiH407 SoC families. >> >> Signed-off-by: Patr

Re: [U-Boot] [PATCH 05/21] phy: Add STi phy usb support

2017-03-17 Thread Marek Vasut
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This is the generic phy driver for the picoPHY ports > used by USB2 and USB3 Host controllers available on > STiH407 SoC families. > > Signed-off-by: Patrice Chotard > --- > configs/stih410-b2260_defconfig | 1

[U-Boot] [PATCH 05/21] phy: Add STi phy usb support

2017-03-17 Thread patrice.chotard
From: Patrice Chotard This is the generic phy driver for the picoPHY ports used by USB2 and USB3 Host controllers available on STiH407 SoC families. Signed-off-by: Patrice Chotard --- configs/stih410-b2260_defconfig | 1 + drivers/usb/Kconfig | 4 + drivers/usb/phy/Kconfig