Message ID | 20201113170139.29956-1-m.szyprowski@samsung.com |
---|---|
Headers | show |
Series | Add DW PCIe support for Exynos5433 SoCs | expand |
Hi Vinod, On 20.11.2020 10:41, Vinod Koul wrote: > On 13-11-20, 18:01, Marek Szyprowski wrote: >> From: Jaehoon Chung <jh80.chung@samsung.com> >> >> Exynos5440 SoC support has been dropped since commit 8c83315da1cf ("ARM: >> dts: exynos: Remove Exynos5440"). Rework this driver to support PCIe PHY >> variant found in the Exynos5433 SoCs. > I am expecting this series to go thru PCI tree, so: > > Acked-By: Vinod Koul <vkoul@kernel.org> Frankly, the PHY driver can also go via PHY tree without causing any issue. The old driver is not used at all, so there is no runtime dependency. This will help avoiding the merge conflict: yesterday I've noticed that this patch conflicts with the commit 2f0c9fac3be6 ("phy: samsung: convert to devm_platform_ioremap_resource") in phy-next. The resolution is simple (use all the code from the new driver), but if needed I can resend the PHY driver after a rebase onto the current next tree. Best regards
On Fri, 13 Nov 2020 18:01:34 +0100, Marek Szyprowski wrote: > This patchset is a resurrection of the DW PCIe support for the Exynos5433 > SoCs posted long time ago here: https://lkml.org/lkml/2016/12/26/6 and > later here: https://lkml.org/lkml/2017/12/21/296 . > > In meantime the support for the Exynos5440 SoCs has been completely > dropped from mainline kernel, as those SoCs never reached the market. The > PCIe driver for Exynos5440 variant however has not been removed yet. This > patchset simply reworks it to support the Exynos5433 variant. The lack of > the need to support both variants significantly simplifies the driver > code. > > [...] Applied to pci/dwc, thanks! [1/5] dt-bindings: PCI: exynos: drop samsung,exynos5440-pcie binding https://git.kernel.org/lpieralisi/pci/c/83fbffcd13 [2/5] dt-bindings: PCI: exynos: add the samsung,exynos-pcie binding https://git.kernel.org/lpieralisi/pci/c/eea23e4a00 [3/5] dt-bindings: phy: exynos: add the samsung,exynos-pcie-phy binding https://git.kernel.org/lpieralisi/pci/c/a7b4dba9a7 [4/5] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY https://git.kernel.org/lpieralisi/pci/c/46bc965df0 [5/5] PCI: dwc: exynos: Rework the driver to support Exynos5433 variant https://git.kernel.org/lpieralisi/pci/c/f0a6743028 Thanks, Lorenzo