Re: [PATCH v7 4/4] gicv2m: acpi: Introducing GICv2m ACPI support

2015-12-20 Thread Rafael J. Wysocki
On Thursday, December 10, 2015 08:55:30 AM Suravee Suthikulpanit wrote: > This patch introduces gicv2m_acpi_init(), which uses information > in MADT GIC MSI frames structure to initialize GICv2m driver. > It also exposes gicv2m_init() function, which simplifies callers > to a single GICv2m init fun

[PATCH v7 4/4] gicv2m: acpi: Introducing GICv2m ACPI support

2015-12-10 Thread Suravee Suthikulpanit
This patch introduces gicv2m_acpi_init(), which uses information in MADT GIC MSI frames structure to initialize GICv2m driver. It also exposes gicv2m_init() function, which simplifies callers to a single GICv2m init function. Reviewed-by: Marc Zyngier Tested-by: Duc Dang Signed-off-by: Suravee S