Re: [Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-27 Thread Julien Grall
Hello Shanker, On 27/05/16 15:31, Shanker Donthineni wrote: diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c index 1365b4a..56a47f5 100644 --- a/xen/arch/arm/domain.c +++ b/xen/arch/arm/domain.c @@ -571,6 +571,11 @@ int arch_domain_create(struct domain *d, unsigned int domcr_flags,

Re: [Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-27 Thread Shanker Donthineni
On 05/27/2016 09:07 AM, Julien Grall wrote: > > > On 27/05/16 14:48, Shanker Donthineni wrote: >> Hi Julien, > > Hello Shanker, > >> On 05/27/2016 07:35 AM, Julien Grall wrote: >>> On 27/05/16 00:59, Shanker Donthineni wrote: The current driver probe fails on hardware which has GICv4 version

Re: [Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-27 Thread Julien Grall
On 27/05/16 14:48, Shanker Donthineni wrote: Hi Julien, Hello Shanker, On 05/27/2016 07:35 AM, Julien Grall wrote: On 27/05/16 00:59, Shanker Donthineni wrote: The current driver probe fails on hardware which has GICv4 version, even though it is fully compatible to GICv3. This patch fixes

Re: [Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-27 Thread Shanker Donthineni
Hi Julien, On 05/27/2016 07:35 AM, Julien Grall wrote: > Hello Shanker, > > Please mention in the title and the commit message that is patch is ACPI only. > I'll change commit text. > On 27/05/16 00:59, Shanker Donthineni wrote: >> The current driver probe fails on hardware which has GICv4 versio

Re: [Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-27 Thread Julien Grall
Hello Shanker, Please mention in the title and the commit message that is patch is ACPI only. On 27/05/16 00:59, Shanker Donthineni wrote: The current driver probe fails on hardware which has GICv4 version, even though it is fully compatible to GICv3. This patch fixes the issue by registering

[Xen-devel] [PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware

2016-05-26 Thread Shanker Donthineni
The current driver probe fails on hardware which has GICv4 version, even though it is fully compatible to GICv3. This patch fixes the issue by registering the same probe function for GICv4 hardware. Signed-off-by: Shanker Donthineni --- xen/arch/arm/gic-v3.c | 13 + xen/include/a