From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 31 May 2017 21:11:42 -0600 Subject: [U-Boot] [PATCH v4 5/5] usb: host: xhci-dwc3: Add generic PHY support In-Reply-To: <1496044664-13297-6-git-send-email-patrice.chotard@st.com> References: <1496044664-13297-1-git-send-email-patrice.chotard@st.com> <1496044664-13297-6-git-send-email-patrice.chotard@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29 May 2017 at 01:57, wrote: > From: Patrice Chotard > > Add support of generic PHY framework support > > Signed-off-by: Patrice Chotard > --- > v4: _ none > v3: _ use generic_phy_valid() method > v2: _ none > > drivers/usb/host/xhci-dwc3.c | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > Reviewed-by: Simon Glass