Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756308AbaGBSAQ (ORCPT ); Wed, 2 Jul 2014 14:00:16 -0400 Received: from exprod5og108.obsmtp.com ([64.18.0.186]:58907 "HELO exprod5og108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751540AbaGBSAO (ORCPT ); Wed, 2 Jul 2014 14:00:14 -0400 MIME-Version: 1.0 In-Reply-To: <805EF793-7CA2-4F4A-B7D2-0AF2582EFFAA@codeaurora.org> References: <1382529163-31968-1-git-send-email-tinamdar@apm.com> <1382531997.14960.8.camel@mbp> <805EF793-7CA2-4F4A-B7D2-0AF2582EFFAA@codeaurora.org> Date: Wed, 2 Jul 2014 10:54:26 -0700 Message-ID: Subject: Re: [RFC PATCH] arm64: Add arch support for PCI From: Tanmay Inamdar To: Kumar Gala Cc: Catalin Marinas , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 21, 2014 at 11:57 AM, Kumar Gala wrote: > > On Nov 21, 2013, at 7:38 AM, Tanmay Inamdar wrote: > >> This patch adds the PCI(e) arch support in arm64. The files are >> based on PCI(e) support in 32bit arm. >> >> >> Signed-off-by: Tanmay Inamdar >> --- >> arch/arm64/Kconfig | 19 ++ >> arch/arm64/include/asm/dma.h | 18 + >> arch/arm64/include/asm/pci.h | 74 ++++ >> arch/arm64/include/asm/pcibios.h | 98 ++++++ >> arch/arm64/kernel/Makefile | 1 + >> arch/arm64/kernel/pcibios.c | 689 ++++++++++++++++++++++++++++++++++++++ >> arch/arm64/mm/Makefile | 2 +- >> arch/arm64/mm/iomap.c | 31 ++ >> drivers/pci/Makefile | 1 + >> 9 files changed, 932 insertions(+), 1 deletion(-) >> >> create mode 100644 arch/arm64/include/asm/dma.h >> create mode 100644 arch/arm64/include/asm/pci.h >> create mode 100644 arch/arm64/include/asm/pcibios.h >> create mode 100644 arch/arm64/kernel/pcibios.c >> create mode 100644 arch/arm64/mm/iomap.c > > Do you mind reposting this, the version I can find on mailing list archives seems corrupt. This is at least useful until we get something merged upstream for arm64 pci work. Sure. I have a patch that applies to 3.13 Linux Kernel. I will post that out. > > thanks > > - k > > > -- > Employee of Qualcomm Innovation Center, Inc. > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > -- 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/