phy: phy-exynos-pcie: Add support for Exynos PCIe PHY
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 13 Feb 2017 08:26:11 +0000 (17:26 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 21 Feb 2017 13:48:42 +0000 (07:48 -0600)
commitcf0adb8e281b69801fb8faef18c14443d9d41d3c
treee0c0bd08f443455122a3931693d9bc9cbac51a32
parentad8ec41afa98615a4154eee0121bcf8276695327
phy: phy-exynos-pcie: Add support for Exynos PCIe PHY

Add support for Generic PHY framework about Exynos SoCs.  Current Exynos
PCIe driver doesn't use the PHY framework, which makes it difficult to
upstream the other Exynos variants because of different PHY registers.

Move the codes relevant to PHY from Exnyos PCIe driver to PHY Exynos PCIe
driver.

[bhelgaas: depend on "OF && (ARCH_EXYNOS || COMPILE_TEST)", update
copyright year, both per Vivek]
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Jingoo Han <jingoohan1@gmail.com>
Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-exynos-pcie.c [new file with mode: 0644]