]> git.baikalelectronics.ru Git - kernel.git/commit
phy: Add new Exynos5 USB 3.0 PHY driver
authorVivek Gautam <gautam.vivek@samsung.com>
Tue, 13 May 2014 10:00:16 +0000 (15:30 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 13 May 2014 12:37:08 +0000 (18:07 +0530)
commitd8db0e3684f851617f84e8e848700fca66e5c6df
treeddba292e6808fbcd428986e22b97c73b4d42aa2a
parent8aa91c0d8561d30c80678b99835220765dc2d56e
phy: Add new Exynos5 USB 3.0 PHY driver

Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs.
The new driver uses the generic PHY framework and will interact
with DWC3 controller present on Exynos5 series of SoCs.

Also, created a new header file in linux/mfd/syscon/ for
Exynos5 SoCs and put the required PMU offset definitions
for the basic available PHYs.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-exynos5-usbdrd.c [new file with mode: 0644]
include/linux/mfd/syscon/exynos5-pmu.h [new file with mode: 0644]