Re: [U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-06 Thread Patrice CHOTARD
Hi Marek On 06/05/2017 01:21 PM, Marek Vasut wrote: > On 06/05/2017 08:58 AM, Patrice CHOTARD wrote: >> Hi Marek >> >> On 06/03/2017 08:08 AM, Marek Vasut wrote: >>> On 06/01/2017 02:05 PM, patrice.chot...@st.com wrote: From: Patrice Chotard This is the generic phy driver for the p

Re: [U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-05 Thread Marek Vasut
On 06/05/2017 08:58 AM, Patrice CHOTARD wrote: > Hi Marek > > On 06/03/2017 08:08 AM, Marek Vasut wrote: >> On 06/01/2017 02:05 PM, patrice.chot...@st.com wrote: >>> From: Patrice Chotard >>> >>> This is the generic phy driver for the picoPHY ports >>> used by USB2/1.1 controllers. It is found on

Re: [U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-04 Thread Patrice CHOTARD
Hi Marek On 06/03/2017 08:08 AM, Marek Vasut wrote: > On 06/01/2017 02:05 PM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> This is the generic phy driver for the picoPHY ports >> used by USB2/1.1 controllers. It is found on STiH407 SoC >> family from STMicroelectronics. >> >> Sign

Re: [U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-03 Thread Marek Vasut
On 06/01/2017 02:05 PM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This is the generic phy driver for the picoPHY ports > used by USB2/1.1 controllers. It is found on STiH407 SoC > family from STMicroelectronics. > > Signed-off-by: Patrice Chotard > Reviewed-by: Marek Vasut > --

Re: [U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-01 Thread Simon Glass
On 1 June 2017 at 06:05, wrote: > From: Patrice Chotard > > This is the generic phy driver for the picoPHY ports > used by USB2/1.1 controllers. It is found on STiH407 SoC > family from STMicroelectronics. > > Signed-off-by: Patrice Chotard > Reviewed-by: Marek Vasut > --- > v7: _ replace

[U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

2017-06-01 Thread patrice.chotard
From: Patrice Chotard This is the generic phy driver for the picoPHY ports used by USB2/1.1 controllers. It is found on STiH407 SoC family from STMicroelectronics. Signed-off-by: Patrice Chotard Reviewed-by: Marek Vasut --- v7: _ replace fdtdec_parse_phandle_with_args() by dev_read_phandl