OSDN Git Service

Merge branch 'lorenzo/pci/mediatek'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 6 Jun 2018 21:10:37 +0000 (16:10 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 6 Jun 2018 21:10:37 +0000 (16:10 -0500)
  - implement Mediatek chained IRQ handling (Honghui Zhang)

  - fix vendor ID & class type for Mediatek MT7622 (Honghui Zhang)

* lorenzo/pci/mediatek:
  PCI: mediatek: Implement chained IRQ handling setup
  PCI: mediatek: Set up vendor ID and class type for MT7622

# Conflicts:
# drivers/pci/host/Kconfig

1  2 
drivers/pci/host/Kconfig
drivers/pci/host/pcie-mediatek.c
include/linux/pci_ids.h

@@@ -191,8 -191,10 +191,9 @@@ config PCIE_ROCKCHI
  
  config PCIE_MEDIATEK
        bool "MediaTek PCIe controller"
 -      depends on (ARM || ARM64) && (ARCH_MEDIATEK || COMPILE_TEST)
 +      depends on ARCH_MEDIATEK || COMPILE_TEST
        depends on OF
 -      depends on PCI
+       depends on PCI_MSI_IRQ_DOMAIN
        select PCIEPORTBUS
        help
          Say Y here if you want to enable PCIe controller support on
Simple merge
Simple merge