Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-07 Thread Grant Likely
On Wed, 25 Feb 2015 16:39:56 +0800 , Hanjun Guo wrote: > From: Tomasz Nowicki > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > parse GIC related subtables, collect CPU interface and distributor > addresses and call driver initialization function (which is hardware >

Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-05 Thread Rafael J. Wysocki
On Thursday, March 05, 2015 11:53:22 AM Catalin Marinas wrote: > On Wed, Mar 04, 2015 at 11:50:36PM +0100, Rafael J. Wysocki wrote: > > On Wednesday, February 25, 2015 04:39:56 PM Hanjun Guo wrote: [cut] > > > diff --git a/include/linux/acpi.h b/include/linux/acpi.h > > > index c03d8d1..e27117a 1

Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-05 Thread Catalin Marinas
On Wed, Mar 04, 2015 at 11:50:36PM +0100, Rafael J. Wysocki wrote: > On Wednesday, February 25, 2015 04:39:56 PM Hanjun Guo wrote: > > From: Tomasz Nowicki > > > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > > parse GIC related subtables, collect CPU interface and dis

Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-05 Thread Hanjun Guo
On 2015/3/5 6:50, Rafael J. Wysocki wrote: > On Wednesday, February 25, 2015 04:39:56 PM Hanjun Guo wrote: >> From: Tomasz Nowicki >> >> ACPI kernel uses MADT table for proper GIC initialization. It needs to >> parse GIC related subtables, collect CPU interface and distributor >> addresses and cal

Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-05 Thread Hanjun Guo
On 2015/2/25 16:39, Hanjun Guo wrote: > From: Tomasz Nowicki > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > parse GIC related subtables, collect CPU interface and distributor > addresses and call driver initialization function (which is hardware > abstraction agnostic

Re: [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, February 25, 2015 04:39:56 PM Hanjun Guo wrote: > From: Tomasz Nowicki > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > parse GIC related subtables, collect CPU interface and distributor > addresses and call driver initialization function (which is hardwa