]> asedeno.scripts.mit.edu Git - linux.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)
commit2db941623d5cf9e421455879393dd1d2e55c65b7
treec2d0a83d41f42ad5ca181b2662093561920057f0
parent113ad911ad4a1ccbd0eaf6926b75b0ec77510c14
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