Merge branch 'pci/host-designware' into next
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Mar 2016 13:55:52 +0000 (08:55 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Mar 2016 13:55:52 +0000 (08:55 -0500)
* pci/host-designware:
  PCI: designware: Add driver for prototyping kits based on ARC SDP
  PCI: designware: Add default link up check if sub-driver doesn't override
  PCI: designware: Add generic dw_pcie_wait_for_link()
  ARC: Add PCI support

1  2 
MAINTAINERS
drivers/pci/host/Kconfig
drivers/pci/host/Makefile
drivers/pci/host/pci-imx6.c
drivers/pci/host/pci-keystone.c

diff --cc MAINTAINERS
Simple merge
index 4f8e951d7252fa238e47bcae9b2851716348166f,7c47d69a2664d10021dde332c58bab533358ae96..391623e516f067cd753dad54e35705ad050afb57
@@@ -16,16 -16,17 +16,28 @@@ config PCI_MVEB
        depends on ARCH_MVEBU || ARCH_DOVE
        depends on OF
  
++
 +config PCIE_XILINX_NWL
 +      bool "NWL PCIe Core"
 +      depends on ARCH_ZYNQMP
 +      select PCI_MSI_IRQ_DOMAIN if PCI_MSI
 +      help
 +       Say 'Y' here if you want kernel support for Xilinx
 +       NWL PCIe controller. The controller can act as Root Port
 +       or End Point. The current option selection will only
 +       support root port enabling.
 +
+ config PCIE_DW_PLAT
+       bool "Platform bus based DesignWare PCIe Controller"
+       select PCIE_DW
+       ---help---
+        This selects the DesignWare PCIe controller support. Select this if
+        you have a PCIe controller on Platform bus.
+        If you have a controller with this interface, say Y or M here.
+        If unsure, say N.
  config PCIE_DW
        bool
  
Simple merge
Simple merge
Simple merge
This page took 0.036113 seconds and 5 git commands to generate.