]> git.baikalelectronics.ru Git - uboot.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)
commit47c99bfd7f67da90d4a7b2b1c3e5efd470467cb7
tree4f00b5fe4b8870f0b32c68e089b7fe762fb80310
parente05eb6c273d900d00b0fa50a3f4f5698a4a539b0
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