Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pci: generic: Add supports for ARM64
@ 2015-02-09 15:22 Suravee Suthikulpanit
  2015-02-09 15:22 ` [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev Suravee Suthikulpanit
  2015-02-09 15:22 ` [PATCH 2/2] PCI: Do not call pci_enable_resource when specifying PCI_PROBE_ONLY Suravee Suthikulpanit
  0 siblings, 2 replies; 4+ messages in thread
From: Suravee Suthikulpanit @ 2015-02-09 15:22 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-16 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 15:22 [PATCH 0/2] pci: generic: Add supports for ARM64 Suravee Suthikulpanit
2015-02-09 15:22 ` [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev Suravee Suthikulpanit
2015-02-16 16:43   ` Lorenzo Pieralisi
2015-02-09 15:22 ` [PATCH 2/2] PCI: Do not call pci_enable_resource when specifying PCI_PROBE_ONLY Suravee Suthikulpanit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox