Message ID | 20201113170139.29956-1-m.szyprowski@samsung.com (mailing list archive) |
---|---|
Headers | show |
Series | Add DW PCIe support for Exynos5433 SoCs | expand |
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