usb: host: ehci-exynos: Remove unnecessary usb-phy support
authorVivek Gautam <gautam.vivek@samsung.com>
Mon, 29 Sep 2014 06:24:14 +0000 (11:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 15:50:39 +0000 (11:50 -0400)
commit46c1cda88c6e669965e00d6557cc5231fcef91d5
tree8c302aebbd3d07227727267baf273dba461e3b50
parente5a9d62199af2ae6c4e7aa13614199b6dbaf5eb2
usb: host: ehci-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/ehci-exynos.c