OSDN Git Service

Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/soc
authorOlof Johansson <olof@lixom.net>
Sat, 1 Jun 2013 06:13:24 +0000 (23:13 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 1 Jun 2013 06:13:24 +0000 (23:13 -0700)
PCI-e driver for mvebu.

* tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux:
  pci: mvebu: fix return value check in mvebu_pcie_probe()
  arm: mvebu: PCIe support is now available on mvebu
  pci: PCIe driver for Marvell Armada 370/XP systems
  clk: mvebu: add more PCIe clocks for Armada XP
  clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
  of/pci: Add of_pci_parse_bus_range() function
  of/pci: Add of_pci_get_devfn() function
  of/pci: Provide support for parsing PCI DT ranges property

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm/mach-mvebu/Kconfig

@@@ -15,7 -15,8 +15,9 @@@ config ARCH_MVEB
        select MVEBU_CLK_GATING
        select MVEBU_MBUS
        select ZONE_DMA if ARM_LPAE
 +      select ARCH_REQUIRE_GPIOLIB
+       select MIGHT_HAVE_PCI
+       select PCI_QUIRKS if PCI
  
  if ARCH_MVEBU