]> git.sur5r.net Git - u-boot/commit
usb: ehci-generic: handle phy power on/off
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 14 Mar 2018 16:48:53 +0000 (17:48 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 17 Mar 2018 02:20:53 +0000 (03:20 +0100)
commita800a6793f095746173834ead6b3663bc3c0542c
tree3e4f9fa8b8bc2a084634bea96a1604eaf64709de
parent2715e32ce117f596053d3a133d465cbb3d16531c
usb: ehci-generic: handle phy power on/off

Add generic_phy_power_on() and generic_phy_power_off()
calls to switch ON/OFF phy during probe and remove functions.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/usb/host/ehci-generic.c