From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:34579 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752173AbbJGIxD (ORCPT ); Wed, 7 Oct 2015 04:53:03 -0400 Received: by padhy16 with SMTP id hy16so15406014pad.1 for ; Wed, 07 Oct 2015 01:53:02 -0700 (PDT) Message-ID: <5614DD67.4070801@linaro.org> Date: Wed, 07 Oct 2015 16:52:55 +0800 From: Hanjun Guo MIME-Version: 1.0 To: Bjorn Helgaas , Jiang Liu CC: 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 Subject: Re: [Patch v6 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge 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> In-Reply-To: <20151006180144.GC29420@localhost> Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: 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 Thanks Hanjun