]> git.karo-electronics.de Git - linux-beck.git/commit
usb: ehci-exynos: Change to use phy provided by the generic phy framework
authorKamil Debski <k.debski@samsung.com>
Mon, 5 May 2014 05:02:28 +0000 (10:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 21:50:20 +0000 (14:50 -0700)
commit1c17675d6c733232f10afceec0bcd016ad3849f0
treecf222f131fbca4ca0128aea1ab65294acd5b781e
parent7d28e54b8d8dee31323433f5563534fc273bcda8
usb: ehci-exynos: Change to use phy provided by the generic phy framework

Add the phy provider, supplied by new Exynos-usb2phy using
Generic phy framework.
Keeping the support for older USB phy intact right now, in order
to prevent any functionality break in absence of relevant
device tree side change for ehci-exynos.
Once we move to new phy in the device nodes for ehci, we can
remove the support for older phys.

Signed-off-by: Kamil Debski <k.debski@samsung.com>
[gautam.vivek@samsung.com: Addressed review comments from mailing list]
[gautam.vivek@samsung.com: Kept the code for old usb-phy, and just
added support for new exynos5-usb2phy in generic phy framework]
[gautam.vivek@samsung.com: Edited the commit message]
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/exynos-usb.txt
drivers/usb/host/ehci-exynos.c