Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbaGGS0q (ORCPT ); Mon, 7 Jul 2014 14:26:46 -0400 Received: from exprod5og107.obsmtp.com ([64.18.0.184]:38214 "HELO exprod5og107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751224AbaGGS0o (ORCPT ); Mon, 7 Jul 2014 14:26:44 -0400 MIME-Version: 1.0 In-Reply-To: <53B5F81B.8010801@freescale.com> References: <1404422876-1160-1-git-send-email-tinamdar@apm.com> <53B5F81B.8010801@freescale.com> Date: Mon, 7 Jul 2014 11:26:43 -0700 Message-ID: Subject: Re: [PATCH] arm64: PCI(e) arch support From: Tanmay Inamdar To: Prabhakar Kushwaha Cc: linux-arm-kernel@lists.infradead.org, "linux-pci@vger.kernel.org" , linux-kernel@vger.kernel.org, Liviu Dudau , Kumar Gala 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 Thu, Jul 3, 2014 at 5:40 PM, Prabhakar Kushwaha wrote: > Hi Tanmay, Liviu, > > On 7/4/2014 2:57 AM, Tanmay Inamdar wrote: >> >> Reposting on request of several people since previously posted one was >> corrupted. >> >> This patch adds the arch support for PCI(e) for arm64. The files >> added or modified in this patch are based on PCI(e) support in >> 32bit arm. >> >> Please note that this patch is just for the reference. Liviu Dudau from >> ARM >> has posted his v8 series of patch to support PCIe in arm64. >> >> The patch will apply against 3.13 Linux Kernel >> >> Signed-off-by: Tanmay Inamdar >> > > do we foresee similar type of changes in u-boot to support PCI(e) for > ARM64. > Well.. Actually PCI(e) has no dependency on ARM64 architecture. This patch is required only because of current Linux structure. Hence Liviu's effort to take PCI(e) out of 'arch' makes sense. In my experience, I don't think any arch specific changes are required in u-boot. At least I don't recall making any specific changes in u-boot pci layer. However we don't really have a big use case for PCIe in u-boot. It just links up and lists the devices discovered during enumeration. > Regards, > Prabhakar > > -- 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/