From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH V3 00/10] Introduce ACPI world to GICv3 & ITS irqchip Date: Wed, 10 Feb 2016 10:19:06 +0000 Message-ID: <56BB0E9A.6010809@arm.com> References: <1453209083-3358-1-git-send-email-tn@semihalf.com> <56BAFAE8.4070308@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56BAFAE8.4070308@semihalf.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tomasz Nowicki , tglx@linutronix.de, jason@lakedaemon.net, rjw@rjwysocki.net, lorenzo.pieralisi@arm.com, robert.richter@caviumnetworks.com, shijie.huang@arm.com, guohanjun@huawei.com, Suravee.Suthikulpanit@amd.com Cc: graeme.gregory@linaro.org, Catalin.Marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, hanjun.guo@linaro.org, ddaney.cavm@gmail.com, mw@semihalf.com, linux-arm-kernel@lists.infradead.org List-Id: linux-acpi@vger.kernel.org Thomasz, On 10/02/16 08:55, Tomasz Nowicki wrote: > On 19.01.2016 14:11, Tomasz Nowicki wrote: >> Patches base on Suravee's ACPI GICv2m support: >> https://lkml.org/lkml/2015/12/10/475 >> >> The following git branch contains submitted patches along with >> the useful patches from the test point of view (mainly ACPI ARM64 PCI support). >> https://github.com/semihalf-nowicki-tomasz/linux.git (gicv3-its-acpi-v3) >> > > Hi Marc, > > Can you please have a look at this series. I think your previous > concerns have been addressed. I've just acked the first 3 patches, which I believe are good to go. The ITS support is a separate thing, mostly because it introduces a completely new infrastructure (IORT). I'll review that separately (no need to resend the patches though). Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757872AbcBJKYx (ORCPT ); Wed, 10 Feb 2016 05:24:53 -0500 Received: from foss.arm.com ([217.140.101.70]:45914 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757740AbcBJKTK (ORCPT ); Wed, 10 Feb 2016 05:19:10 -0500 Subject: Re: [PATCH V3 00/10] Introduce ACPI world to GICv3 & ITS irqchip To: Tomasz Nowicki , tglx@linutronix.de, jason@lakedaemon.net, rjw@rjwysocki.net, lorenzo.pieralisi@arm.com, robert.richter@caviumnetworks.com, shijie.huang@arm.com, guohanjun@huawei.com, Suravee.Suthikulpanit@amd.com References: <1453209083-3358-1-git-send-email-tn@semihalf.com> <56BAFAE8.4070308@semihalf.com> Cc: mw@semihalf.com, graeme.gregory@linaro.org, Catalin.Marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, hanjun.guo@linaro.org, linux-arm-kernel@lists.infradead.org, ddaney.cavm@gmail.com From: Marc Zyngier Organization: ARM Ltd Message-ID: <56BB0E9A.6010809@arm.com> Date: Wed, 10 Feb 2016 10:19:06 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <56BAFAE8.4070308@semihalf.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomasz, On 10/02/16 08:55, Tomasz Nowicki wrote: > On 19.01.2016 14:11, Tomasz Nowicki wrote: >> Patches base on Suravee's ACPI GICv2m support: >> https://lkml.org/lkml/2015/12/10/475 >> >> The following git branch contains submitted patches along with >> the useful patches from the test point of view (mainly ACPI ARM64 PCI support). >> https://github.com/semihalf-nowicki-tomasz/linux.git (gicv3-its-acpi-v3) >> > > Hi Marc, > > Can you please have a look at this series. I think your previous > concerns have been addressed. I've just acked the first 3 patches, which I believe are good to go. The ITS support is a separate thing, mostly because it introduces a completely new infrastructure (IORT). I'll review that separately (no need to resend the patches though). Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Wed, 10 Feb 2016 10:19:06 +0000 Subject: [PATCH V3 00/10] Introduce ACPI world to GICv3 & ITS irqchip In-Reply-To: <56BAFAE8.4070308@semihalf.com> References: <1453209083-3358-1-git-send-email-tn@semihalf.com> <56BAFAE8.4070308@semihalf.com> Message-ID: <56BB0E9A.6010809@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Thomasz, On 10/02/16 08:55, Tomasz Nowicki wrote: > On 19.01.2016 14:11, Tomasz Nowicki wrote: >> Patches base on Suravee's ACPI GICv2m support: >> https://lkml.org/lkml/2015/12/10/475 >> >> The following git branch contains submitted patches along with >> the useful patches from the test point of view (mainly ACPI ARM64 PCI support). >> https://github.com/semihalf-nowicki-tomasz/linux.git (gicv3-its-acpi-v3) >> > > Hi Marc, > > Can you please have a look at this series. I think your previous > concerns have been addressed. I've just acked the first 3 patches, which I believe are good to go. The ITS support is a separate thing, mostly because it introduces a completely new infrastructure (IORT). I'll review that separately (no need to resend the patches though). Thanks, M. -- Jazz is not dead. It just smells funny...