From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [Patch v6 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge Date: Wed, 7 Oct 2015 07:45:54 -0500 Message-ID: <20151007124554.GA22797@localhost> References: <1442218057-4355-1-git-send-email-jiang.liu@linux.intel.com> <1442218057-4355-7-git-send-email-jiang.liu@linux.intel.com> <20151006180144.GC29420@localhost> <5614DD67.4070801@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.136]:53047 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbbJGMp6 (ORCPT ); Wed, 7 Oct 2015 08:45:58 -0400 Content-Disposition: inline In-Reply-To: <5614DD67.4070801@linaro.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Hanjun Guo Cc: Jiang Liu , Bjorn Helgaas , "Rafael J . Wysocki" , Lorenzo Pieralisi , Marc Zyngier , Liviu Dudau , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org On Wed, Oct 07, 2015 at 04:52:55PM +0800, Hanjun Guo wrote: > On 10/07/2015 02:01 AM, Bjorn Helgaas wrote: > >On Mon, Sep 14, 2015 at 04:07:35PM +0800, Jiang Liu wrote: > >>Use common interface to simplify ACPI PCI host bridge implementation. > >> > >>Signed-off-by: Jiang Liu > >>Reviewed-by: Hanjun Guo > > > >Is there a corresponding ia64 patch? If we're really consolidating > >this code (which I completely support), we need to do the whole job. > > Yes, there is a patch for it: > > [Patch v6 7/7] ia64/PCI/ACPI: Use common interface to support PCI > host bridge > > which has lots of code simplification [1], > > arch/ia64/pci/pci.c | 232 > ++++++++++----------------------------------------- > 1 file changed, 46 insertions(+), 186 deletions(-) > > [1]: https://lkml.org/lkml/2015/9/14/84 Oh, sorry I missed that. I review things that appear on linux-pci, and several patches in this series weren't posted there, so I didn't see them. Bjorn