Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760950AbbBIPXF (ORCPT ); Mon, 9 Feb 2015 10:23:05 -0500 Received: from mail-by2on0147.outbound.protection.outlook.com ([207.46.100.147]:64480 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760689AbbBIPXE (ORCPT ); Mon, 9 Feb 2015 10:23:04 -0500 X-WSS-ID: 0NJIG2A-08-400-02 X-M-MSG: From: Suravee Suthikulpanit To: Bjorn Helgaas , Arnd Bergmann , "Will Deacon" , Catalin Marinas CC: Marc Zyngier , Lorenzo Pieralisi , Liviu Dudau , , , , Suravee Suthikulpanit Subject: [PATCH 0/2] pci: generic: Add supports for ARM64 Date: Mon, 9 Feb 2015 23:22:28 +0800 Message-ID: <1423495350-12295-1-git-send-email-Suravee.Suthikulpanit@amd.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(11905935001)(77096005)(77156002)(15975445007)(106466001)(87936001)(229853001)(48376002)(62966003)(50226001)(15395725005)(53416004)(19580395003)(50466002)(36756003)(86362001)(47776003)(92566002)(46102003)(50986999)(41533002);DIR:OUT;SFP:1102;SCL:1;SRVR:CO1PR02MB208;H:atltwp02.amd.com;FPR:;SPF:None;MLV:sfv;LANG:en; Authentication-Results: arm.com; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CO1PR02MB208; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004);SRVR:CO1PR02MB208; X-Forefront-PRVS: 04825EA361 X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:CO1PR02MB208; X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 09 Feb 2015 15:23:00.3818 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.222] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO1PR02MB208 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1468 Lines: 40 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/