commit | 343ff752835978e507563b94653d1d2b67732f7e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Sep 06 08:15:28 2022 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 10 18:08:18 2022 +0200 |
tree | 8bfce7a554de8d497d9f56ce4773e6b77a150bcc | |
parent | cb9f1e4c88e39e0da698a20c95cbf047d1b9ace7 [diff] |
usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers Replace ehci_setup_phy() and ehci_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>