[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1423495350-12295-1-git-send-email-Suravee.Suthikulpanit@amd.com>
Date: Mon, 9 Feb 2015 23:22:28 +0800
From: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
To: Bjorn Helgaas <bhelgaas@...gle.com>, Arnd Bergmann <arnd@...db.de>,
"Will Deacon" <will.deacon@....com>,
Catalin Marinas <Catalin.Marinas@....com>
CC: Marc Zyngier <marc.zyngier@....com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Liviu Dudau <Liviu.Dudau@....com>, <linux-pci@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
Subject: [PATCH 0/2] pci: generic: Add supports for ARM64
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists