]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 6 Sep 2022 06:15:27 +0000 (08:15 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 10 Oct 2022 16:08:18 +0000 (18:08 +0200)
commit10005004db73f83a736e6dbc3f8440c9db3a9fd6
tree4f00b5fe4b8870f0b32c68e089b7fe762fb80310
parent84e561407a5f62a8746dcf8f920e4682690435a0
usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers

Replace ohci_setup_phy() and ohci_shutdown_phy () by respectively
generic_setup_phy() and generic_shutdown_phy().

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
drivers/usb/host/ohci-generic.c