Hi Timur,
On 07/18/2015 07:09 AM, Timur Tabi wrote:
On Fri, Jul 10, 2015 at 5:45 AM, Hanjun Guo hanjun.guo@linaro.org wrote:
This patch set introduce self-probe infrastructure to init IRQ controllers and stacked irqdomain support for ACPI based GICv2/3 init.
This patch set add its support for GIC verion which is introduced in ACPI 6.0, based on that, we introduce the self-probe infrastructure, the self-probe infrastructure for ACPI GIC init is similar as IRQCHIP_DECLARE() and based on the GIC version support in ACPI MADT table. we match the GIC version and GIC driver and load it.
After the self-probe infrastructure is ready, I cleanuped the GICv2 code to use the framework.
Patch 4 implement the stacked irqdomain support for GICv2 based on the model of mapping interrupt and device in ACPI.
Patch 5~8 are ACPI based GICv3 init.
All eight patches:
Tested-by: Timur Tabi timur@codeaurora.org
Wonderful, Thanks a lot!
I got a question, do you test GICv3 in this patch set too? if yes, that will be really great!
Just let you know, I'm still working on this patch set to try to address Marc's comments (unify DT and ACPI to match the domain), I'm not sure if any obstacles ahead, I will let you know the progress.
Regards Hanjun