]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9fb0bd602145efa73a7ed27432db3027f76df47
tree0b5d6f3862d9ba0bc6d28424b17255ac68152920
parentf5b79e2117764dc2db0e3e60ad4ee00d1cb13633
parentaab12d4d154161086e22ce81afc2ab4ec0d506b2
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