This patch series modifies the current PCI generic host controller
to support both ARM32 and ARM64. It has been tested on AMD Seattle
platform with the following patch series:

1. Marc Zyngier's patch series (for MSI supports):
[PATCH v2 0/8] Introducing per-device MSI domain
(http://lwn.net/Articles/628872/)

2. Murali Karicheri's patch series: 
[PATCH v6 0/7] PCI: get DMA configuration from parent device
(http://www.spinics.net/lists/linux-pci/msg38699.html)

Change from RFC:

  * In [PATCH 1/2] (https://lkml.org/lkml/2014/9/28/150),
    avoid the ugly #ifdef now that dependencies of pci_sys_data
    and pci_hw are removed.

  * In [PATCH 2/2] (https://lkml.org/lkml/2014/9/28/151),
    move tarch-specific check for PCI_PROBE_ONLY into driver/pci/pci.c


Suravee Suthikulpanit (2):
  pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev
  PCI: Do not call pci_enable_resource when specifying PCI_PROBE_ONLY

 arch/arm/kernel/bios32.c            | 12 ------------
 drivers/pci/host/Kconfig            |  2 +-
 drivers/pci/host/pci-host-generic.c | 33 ++++++++++-----------------------
 drivers/pci/pci.c                   |  3 +++
 4 files changed, 14 insertions(+), 36 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to