Merge branch 'pci/ctrl/exynos'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:55 +0000 (11:41 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:55 +0000 (11:41 -0500)
commitfea77e9f29782f73b72ac1bd6e669ccd82841204
tree0b5d6f3862d9ba0bc6d28424b17255ac68152920
parent94d13317bef31a2ec149c8f245302ffdda3c54da
parent22f3571cbc84b9150238a43d271ffbf7fad3d81d
Merge branch 'pci/ctrl/exynos'

- Move samsung phy-exynos-pcie init all to exynos5433_pcie_phy_init()
  instead of splitting across phy_init() and phy_power_on() (Marek
  Szyprowski)

- Call phy_init() before phy_power_on() for samsung phy-exynos-pcie, as
  required by the PHY programming model (Marek Szyprowski)

* pci/ctrl/exynos:
  PCI: exynos: Correct generic PHY usage
  phy: samsung: phy-exynos-pcie: sanitize init/power_on callbacks