Re: [PATCH V3 4/4] PCI: exynos: support the using PHY generic framework

2017-02-15 Thread Bjorn Helgaas
On Mon, Feb 13, 2017 at 05:26:13PM +0900, Jaehoon Chung wrote: > Switch the pci-exynos driver to generic PHY framework. At the same time > backward compatibility is preserved: Warning will be printed for old > DTB. > > Refer to the binding file: > - Documentation/devictree/bindings/pci/samsung,exy

[PATCH V3 4/4] PCI: exynos: support the using PHY generic framework

2017-02-13 Thread Jaehoon Chung
Switch the pci-exynos driver to generic PHY framework. At the same time backward compatibility is preserved: Warning will be printed for old DTB. Refer to the binding file: - Documentation/devictree/bindings/pci/samsung,exynos5440-pcie.txt Signed-off-by: Jaehoon Chung Acked-by: Krzysztof Kozlows