Re: [PATCH V2 2/5] phy: phy-exynos-pcie: Add support for Exynos PCIe phy
From: pankaj.dubey <hidden>
Date: 2017-01-05 06:16:10
Also in:
linux-pci, linux-samsung-soc, lkml
From: pankaj.dubey <hidden>
Date: 2017-01-05 06:16:10
Also in:
linux-pci, linux-samsung-soc, lkml
Hi Jaehoon, On Wednesday 04 January 2017 06:04 PM, Jaehoon Chung wrote:
This patch supports to use Generic Phy framework for Exynos PCIe phy. When Exynos that supported the pcie want to use the PCIe, it needs to control the phy resgister. But it should be more complex to control in their own PCIe device drivers. Currently, there is an exynos5440 case to support the pcie. So this driver is based on Exynos5440 PCIe. In future, will support the Other exynos SoCs likes exynos5433, exynos7. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> --- Changelog on V2: - Not include the codes relevant to pci-exynos. - Remove the getting child node.
Reviewed-by: Pankaj Dubey <redacted> Thanks, Pankaj Dubey