usb: ohci-generic: handle phy power on/off
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 14 Mar 2018 16:48:56 +0000 (17:48 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 17 Mar 2018 02:20:53 +0000 (03:20 +0100)
commit633e1ec6bf7131d3c8fecbb4adcc96e17925a015
treec4416c5ab7c62b8f0172286c73ed72455d50b870
parentdf7777ab4386a5982d978a558e9b973085654c5e
usb: ohci-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: Patrice Chotard <patrice.chotard@st.com>
drivers/usb/host/ohci-generic.c