From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Tue, 15 Dec 2015 15:52:34 +0000 Subject: [PATCH v2 2/4] arm64: dts: Foundation model: increase GICC region to allow EOImode=1 In-Reply-To: <1450186598-24504-3-git-send-email-andre.przywara@arm.com> References: <1450186598-24504-1-git-send-email-andre.przywara@arm.com> <1450186598-24504-3-git-send-email-andre.przywara@arm.com> Message-ID: <56703742.70601@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 15/12/15 13:36, Andre Przywara wrote: > The Foundation model GIC mapping is wrong, as the GICC region should > be 8kB instead of 4kB (the model implements the GICv2 architecture). > This defect prevents the driver from switching to EOImode==1. > > Signed-off-by: Andre Przywara Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v2 2/4] arm64: dts: Foundation model: increase GICC region to allow EOImode=1 Date: Tue, 15 Dec 2015 15:52:34 +0000 Message-ID: <56703742.70601@arm.com> References: <1450186598-24504-1-git-send-email-andre.przywara@arm.com> <1450186598-24504-3-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450186598-24504-3-git-send-email-andre.przywara-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andre Przywara , rob.herring-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, Pawel Moll , ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org Cc: catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala List-Id: devicetree@vger.kernel.org On 15/12/15 13:36, Andre Przywara wrote: > The Foundation model GIC mapping is wrong, as the GICC region should > be 8kB instead of 4kB (the model implements the GICv2 architecture). > This defect prevents the driver from switching to EOImode==1. > > Signed-off-by: Andre Przywara Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754040AbbLOPwj (ORCPT ); Tue, 15 Dec 2015 10:52:39 -0500 Received: from foss.arm.com ([217.140.101.70]:49887 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753821AbbLOPwi (ORCPT ); Tue, 15 Dec 2015 10:52:38 -0500 Message-ID: <56703742.70601@arm.com> Date: Tue, 15 Dec 2015 15:52:34 +0000 From: Marc Zyngier Organization: ARM Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Andre Przywara , rob.herring@linaro.org, Pawel Moll , ijc+devicetree@hellion.org.uk CC: catalin.marinas@arm.com, will.deacon@arm.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kumar Gala Subject: Re: [PATCH v2 2/4] arm64: dts: Foundation model: increase GICC region to allow EOImode=1 References: <1450186598-24504-1-git-send-email-andre.przywara@arm.com> <1450186598-24504-3-git-send-email-andre.przywara@arm.com> In-Reply-To: <1450186598-24504-3-git-send-email-andre.przywara@arm.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 On 15/12/15 13:36, Andre Przywara wrote: > The Foundation model GIC mapping is wrong, as the GICC region should > be 8kB instead of 4kB (the model implements the GICv2 architecture). > This defect prevents the driver from switching to EOImode==1. > > Signed-off-by: Andre Przywara Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny...