Re: [U-Boot] [PATCH v4 0/5] Extend xhci-dwc3

2017-06-01 Thread Patrice CHOTARD
Hi All A v5 has been send and rebase on dm/master to use the last livetree update Patrice On 05/29/2017 09:57 AM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This series extend xhci-dwc3.c drivers by : > _ converting it to DM model, > _ adding dual role mode support

[U-Boot] [PATCH v4 0/5] Extend xhci-dwc3

2017-05-29 Thread patrice.chotard
From: Patrice Chotard This series extend xhci-dwc3.c drivers by : _ converting it to DM model, _ adding dual role mode support from DT _ adding new generic_phy_valid() method in PHY framework _ adding support of generic PHY framework v4: _ set phy->dev to NULL