]> 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)
commit5711353e66558c3f377fcde76983b6de3da65758
tree0b5d6f3862d9ba0bc6d28424b17255ac68152920
parent773bc1e3080a62de62d5c8d5c6c1c397940e2bd8
parent05f44497f38402c864439fc75a81210bfb9b03cd
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