[RFC/RFT usb-next v1 3/6] usb: host: ehci-platform: remove custom USB PHY handling
From: stern@rowland.harvard.edu (Alan Stern)
Date: 2018-01-25 15:55:47
Also in:
linux-mediatek, linux-usb
From: stern@rowland.harvard.edu (Alan Stern)
Date: 2018-01-25 15:55:47
Also in:
linux-mediatek, linux-usb
On Thu, 25 Jan 2018, Martin Blumenstingl wrote:
The new PHY wrapper is now wired up in the core HCD code. This means that PHYs are now controlled (initialized, enabled, disabled, exited) without requiring any host-driver specific code. Remove the custom USB PHY handling from the ehci-platform driver as the core HCD code now handles this. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> ---
For patches 3/6 and 4/6: Acked-by: Alan Stern <stern@rowland.harvard.edu>