Re: [PATCH V2 4/5] PCI: exynos: support the using PHY generic framework
From: pankaj.dubey <hidden>
Date: 2017-01-05 09:01:02
Also in:
linux-pci, linux-samsung-soc, lkml
From: pankaj.dubey <hidden>
Date: 2017-01-05 09:01:02
Also in:
linux-pci, linux-samsung-soc, lkml
Hi Jaehoon, On Wednesday 04 January 2017 06:04 PM, Jaehoon Chung wrote:
This patch is for using PHY generic framework. To maintain backward compatibility, check whether phy is supported or not with 'using_phy'. And if someone use the old dt-file, display the "deprecated" message. But it's still working fine with it. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> --- Changelog on V2: - This patch is split from previous PATCH[1/4] - Maintain the backward compatibility - Adds 'using_phy' for cheching whether phy framework is used or not - Adds 'DEPRECATED' message for old dt-binding way
Reviewed-by: Pankaj Dubey <redacted> Thanks, Pankaj Dubey