]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: exynos: Remove deprecated PHY initialization code
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Dec 2017 09:43:27 +0000 (18:43 +0900)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 2 Jan 2018 16:27:52 +0000 (16:27 +0000)
commit93ef2e8f0d4fd18d466bbaa6bfc472510a7e3b20
treeca7aafd6c6c6fcbaca16e858b1d491bc0fb76a89
parent5f8c7401499cfcde36485abc513f69a63e2c2b0d
PCI: exynos: Remove deprecated PHY initialization code

Exynos platforms have a PCI PHY driver in the PHY framework that can be
used by the PCI host bridge drivers to initialize and manage the PHY.

Remove the deprecated PHY initialization code in the Exynos PCI host
bridge driver by updating the driver to use the PHY framework API;
modify the DT binding documentation accordingly.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
[lorenzo.pieralisi@arm.com: updated commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/samsung,exynos5440-pcie.txt
drivers/pci/dwc/pci-exynos.c