USB: EHCI: ehci-mv: make the PHY optional
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 21 Dec 2019 06:50:07 +0000 (07:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Dec 2019 19:11:28 +0000 (20:11 +0100)
commitcf94ca4993e59a52be5639d37517fa26ca8d7322
tree94ab89b5432d6ee8a3af0064325eef7acbc59f6b
parenteb1488360c7d66955ff6e0b07049a22f553efaf3
USB: EHCI: ehci-mv: make the PHY optional

We may be using a NOP transceiver and those are treated specially by the
USB core and return -ENODEV with devm_phy_get().

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20191221065008.266445-3-lkundrak@v3.sk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-mv.c