commit | cb9f1e4c88e39e0da698a20c95cbf047d1b9ace7 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Sep 06 08:15:27 2022 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 10 18:08:18 2022 +0200 |
tree | 4f00b5fe4b8870f0b32c68e089b7fe762fb80310 | |
parent | ea7c49efead3cb6805b3eb4b7e9582505ceed480 [diff] |
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>