From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 31 May 2017 21:10:50 -0600 Subject: [U-Boot] [PATCH v4 08/11] usb: host: ehci-generic: add generic PHY support In-Reply-To: <1495630917-25272-9-git-send-email-patrice.chotard@st.com> References: <1495630917-25272-1-git-send-email-patrice.chotard@st.com> <1495630917-25272-9-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 24 May 2017 at 07:01, wrote: > From: Patrice Chotard > > Extend ehci-generic driver with generic PHY framework > > Signed-off-by: Patrice Chotard > --- > > v4: _ use generic_phy_valid() before generic_phy_exit() call > > v3: _ test return value on generic_phy_get_by_index() and > generic_phy_init() > > > drivers/usb/host/ehci-generic.c | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > Reviewed-by: Simon Glass