]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' into...
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2014 23:55:50 +0000 (17:55 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2014 23:55:50 +0000 (17:55 -0600)
* pci/host-designware:
  PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardware
  PCI: designware: Add config access-related pcie_host_ops for v3.65 hardware
  PCI: dra7xx: Add TI DRA7xx PCIe driver
  PCI: designware: Program ATU with untranslated address
  PCI: designware: Look for configuration space in 'reg', not 'ranges'

* pci/host-mvebu:
  PCI: mvebu: Remove ARCH_KIRKWOOD dependency

* pci/host-tegra:
  PCI: tegra: Add debugfs support

1  2  3  4 
drivers/pci/host/Kconfig

index 21df477be0c8ad7468c3e985467173567488c902,f9492cc90ccdf0e61b84899592c08b28623cd9bf,88f4862fa4525f94f0c9452079d12d2ebf4984d0,21df477be0c8ad7468c3e985467173567488c902..4b3193f07336ceaabe1b589d13c1759c8dd88892
@@@@@ -1,9 -1,18 -1,9 -1,9 +1,18 @@@@@
    menu "PCI host controller drivers"
        depends on PCI
    
+ ++config PCI_DRA7XX
+ ++    bool "TI DRA7xx PCIe controller"
+ ++    select PCIE_DW
+ ++    depends on OF && HAS_IOMEM && TI_PIPE3
+ ++    help
+ ++     Enables support for the PCIe controller in the DRA7xx SoC.  There
+ ++     are two instances of PCIe controller in DRA7xx.  This controller can
+ ++     act both as EP and RC.  This reuses the Designware core.
+ ++
    config PCI_MVEBU
        bool "Marvell EBU PCIe controller"
-- -    depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
++ +    depends on ARCH_MVEBU || ARCH_DOVE
        depends on OF
    
    config PCIE_DW