Re: [PATCH v2 3/7] genirq: irqdomain: Add irq_create_acpi_mapping

2015-07-24 Thread Marc Zyngier
On 24/07/15 10:14, Hanjun Guo wrote: > On 07/23/2015 09:05 PM, Marc Zyngier wrote: >> In order to help ACPI on arm64 to make use of most of the irqdomain >> goodies, add a new entry point (irq_create_acpi_mapping) which >> mimics irq_create_of_mapping, except that it takes a new >> struct acpi_gsi_

Re: [PATCH v2 3/7] genirq: irqdomain: Add irq_create_acpi_mapping

2015-07-24 Thread Hanjun Guo
On 07/23/2015 09:05 PM, Marc Zyngier wrote: In order to help ACPI on arm64 to make use of most of the irqdomain goodies, add a new entry point (irq_create_acpi_mapping) which mimics irq_create_of_mapping, except that it takes a new struct acpi_gsi_descriptor, which is the pendent of of_phandle_ar

[PATCH v2 3/7] genirq: irqdomain: Add irq_create_acpi_mapping

2015-07-23 Thread Marc Zyngier
In order to help ACPI on arm64 to make use of most of the irqdomain goodies, add a new entry point (irq_create_acpi_mapping) which mimics irq_create_of_mapping, except that it takes a new struct acpi_gsi_descriptor, which is the pendent of of_phandle_args in the OF world. We assume that the way th