From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751534AbbJ3Evs (ORCPT ); Fri, 30 Oct 2015 00:51:48 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:47674 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbbJ3Evp (ORCPT ); Fri, 30 Oct 2015 00:51:45 -0400 Message-ID: <5632F732.3030805@huawei.com> Date: Fri, 30 Oct 2015 12:50:58 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Jon Masters , Tomasz Nowicki , , , , , , , CC: , , , , , , , , , , , , , Subject: Re: [PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI References: <1445963922-22711-1-git-send-email-tn@semihalf.com> <5632ED1C.7050500@redhat.com> In-Reply-To: <5632ED1C.7050500@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.17.188] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jon, On 2015/10/30 12:07, Jon Masters wrote: > Hi Tomasz, > > Thanks for posting this series. > > On 10/27/2015 12:38 PM, Tomasz Nowicki wrote: > >> From the functionality point of view this series might be split into two logic parts: >> 1. Making MMCONFIG code arch-agnostic which allows all architectures to collect >> PCI config regions and used when necessary. >> 2. Using generic MMCONFIG code and introducing ACPI based PCI hostbridge >> initialization for ARM64 > Can I confirm that the intention here is that this replaces Hanjun's > previous patch series? Here's the previous one we were tracking: > > https://lkml.kernel.org/g/1432644564-24746-1-git-send-email-hanjun.guo@linaro.org Yes, that's the new version according to the discussion from my version. > > Assuming that is the case, then we will ping a number of folks to > conduct testing and provide acks (this has already been discussed in a > number of conversations with semiconductors over the past few days). Much appreciated. Thanks Hanjun