]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: ohci-exynos: Remove unnecessary usb-phy support
authorVivek Gautam <gautam.vivek@samsung.com>
Mon, 22 Sep 2014 05:46:19 +0000 (11:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:53:48 +0000 (21:53 -0700)
commit05d39ca1ef8a1402769f507d3e9e58cee83b0d1a
treec2d0a83d41f42ad5ca181b2662093561920057f0
parentce163743d66ff4e7619948d9503c6fa704b686c8
usb: host: ohci-exynos: Remove unnecessary usb-phy support

Now that we have completely moved from older USB-PHY drivers
to newer GENERIC-PHY drivers for PHYs available with USB controllers
on Exynos series of SoCs, we can remove the support for the same
in our host drivers too.

We also defer the probe for our host in case we end up getting
EPROBE_DEFER error when getting PHYs.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-exynos.c