OSDN Git Service

Merge branch 'remotes/lorenzo/pci/mediatek'
authorBjorn Helgaas <bhelgaas@google.com>
Sat, 20 Oct 2018 16:45:53 +0000 (11:45 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 20 Oct 2018 16:45:53 +0000 (11:45 -0500)
commit4dd4d99636778ab610ad7ccb96a20b015991bdcf
treeb8242b9f4806b2903946a20cc3d4fe406afc8782
parentfc23af0cb1efa4c5b0c7ecd226d827e4824a4dcf
parent031337ace2d1c22a447da6390716fe92592cdd6e
Merge branch 'remotes/lorenzo/pci/mediatek'

  - Fix Mediatek unchecked return value from devm_pci_remap_iospace()
    (Gustavo A. R. Silva)

  - Fix Mediatek endpoint/port matching logic (Honghui Zhang)

  - Change Mediatek Root Port Class Code to PCI_CLASS_BRIDGE_PCI (Honghui
    Zhang)

  - Remove redundant Mediatek PM domain check (Honghui Zhang)

  - Convert Mediatek to pci_host_probe() (Honghui Zhang)

  - Fix Mediatek MSI enablement (Honghui Zhang)

  - Add Mediatek system PM support for MT2712 and MT7622 (Honghui Zhang)

  - Add Mediatek loadable module support (Honghui Zhang)

* remotes/lorenzo/pci/mediatek:
  PCI: mediatek: Add loadable kernel module support
  PCI: mediatek: Add system PM support for MT2712 and MT7622
  PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocks
  PCI: mediatek: Convert to use pci_host_probe()
  PCI: mediatek: Remove the redundant dev->pm_domain check
  PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCI
  PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
  PCI: mediatek: Fix unchecked return value
drivers/pci/controller/Kconfig