Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752811AbaKLJ6t (ORCPT ); Wed, 12 Nov 2014 04:58:49 -0500 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:56622 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbaKLJ6q (ORCPT ); Wed, 12 Nov 2014 04:58:46 -0500 Date: Wed, 12 Nov 2014 09:58:46 +0000 From: Lorenzo Pieralisi To: Ming Lei Cc: Bjorn Helgaas , Will Deacon , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , Rob Herring , alvise rigo Subject: Re: [PATCH] pci: generic host: make it more generic Message-ID: <20141112095846.GA6759@red-moon> References: <1415702040-2790-1-git-send-email-ming.lei@canonical.com> <20141111122901.GA4419@red-moon> <20141111182418.GA5507@red-moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 12, 2014 at 02:12:12AM +0000, Ming Lei wrote: > On Wed, Nov 12, 2014 at 2:24 AM, Lorenzo Pieralisi > wrote: > > On Tue, Nov 11, 2014 at 02:02:20PM +0000, Ming Lei wrote: > > > > [...] > > > >> > http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/296535.html > >> > > >> > Patch above is already queued and applies most of the changes you have posted > >> > above. > >> > >> I should have looked at list first before writing the patch, :-( > >> > >> Could you make it more generic so that other ARCHs(at least ARM64) > >> can benefit from it too? > > > > That's our current goal, we are carrying out clean-ups to remove arch > > dependency and move code to the generic layer PCI layer. > > OK, I am glad to test them after you post them out. > > At least, the 'struct gen_pci' pointer can be put in driver data > of the platform_device now, which may remove dependency on > pci_sysdata in this driver. But ARCH's pcibios code still may > access 'pci_sysdata', do you have patches or solution to handle > this issue? I will consider adding struct gen_pci pointer as platform device driver data, we are working on removing pci_sys_data dependency in the ARM pcibios backend, and I do not think we are far from achieving that. Thanks, Lorenzo -- 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/