From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 6 Oct 2015 13:01:44 -0500 From: Bjorn Helgaas To: Jiang Liu Cc: Bjorn Helgaas , "Rafael J . Wysocki" , Lorenzo Pieralisi , Marc Zyngier , Hanjun Guo , 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 Message-ID: <20151006180144.GC29420@localhost> References: <1442218057-4355-1-git-send-email-jiang.liu@linux.intel.com> <1442218057-4355-7-git-send-email-jiang.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1442218057-4355-7-git-send-email-jiang.liu@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-ID: 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. > --- > arch/x86/pci/acpi.c | 293 +++++++++++++++------------------------------------ > 1 file changed, 86 insertions(+), 207 deletions(-)