From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v6 6/8] arm/gic-v3: Refactor gicv3_init into generic and dt specific parts Date: Wed, 3 Feb 2016 12:14:52 +0000 Message-ID: <1454501692.25207.106.camel@citrix.com> References: <1453536020-16196-7-git-send-email-zhaoshenglong@huawei.com> <1453948392-9148-1-git-send-email-zhaoshenglong@huawei.com> <56AC7C7F.3050207@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56AC7C7F.3050207@huawei.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Shannon Zhao , Stefano Stabellini Cc: julien.grall@citrix.com, peter.huangpeng@huawei.com, stefano.stabellini@citrix.com, shannon.zhao@linaro.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Sat, 2016-01-30 at 17:03 +0800, Shannon Zhao wrote: > > On 2016/1/28 18:27, Stefano Stabellini wrote: > > On Thu, 28 Jan 2016, Shannon Zhao wrote: > > > > From: Shannon Zhao > > > > > > > > Refactor gic-v3 related functions into dt and generic parts. This > > > > will be > > > > helpful when adding acpi support for gic-v3. > > > > > > > > Signed-off-by: Shannon Zhao > > Reviewed-by: Stefano Stabellini > > > Thanks a lot! > > Hi Ian, Would you please pick the last five patches(4-8)? Done. I nearly missed the hidden v6 but Stefano pointed it out to me. 0f5f9d8 pl011: Refactor pl011 driver to dt and common initialization parts 57c5953 arm/uart: Rename dt-uart.c to arm-uart.c b3aeac4 arm/gic-v3: Refactor gicv3_init into generic and dt specific parts 57ab13c arm/gic-v2: Refactor gicv2_init into generic and dt specific parts eaf1de3 arm/smpboot: Move dt specific code in smp to seperate functions There was one minor conflict with a MAINTAINERS change, but I trivially resolved it.