Re: [PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-22 Thread Marc Zyngier
On 21/07/15 19:16, Lorenzo Pieralisi wrote: > On Tue, Jul 21, 2015 at 11:07:59AM +0100, Marc Zyngier wrote: >> Now that the irqdomain layer is a bit more ACPI friendly, add the >> mapping code that allows irq_create_acpi_mapping to be called. >> >> As we only support the GIC so far, support is

Re: [PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-22 Thread Marc Zyngier
On 21/07/15 19:16, Lorenzo Pieralisi wrote: On Tue, Jul 21, 2015 at 11:07:59AM +0100, Marc Zyngier wrote: Now that the irqdomain layer is a bit more ACPI friendly, add the mapping code that allows irq_create_acpi_mapping to be called. As we only support the GIC so far, support is pretty

Re: [PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-21 Thread Lorenzo Pieralisi
On Tue, Jul 21, 2015 at 11:07:59AM +0100, Marc Zyngier wrote: > Now that the irqdomain layer is a bit more ACPI friendly, add the > mapping code that allows irq_create_acpi_mapping to be called. > > As we only support the GIC so far, support is pretty limited. > > Signed-off-by: Marc Zyngier >

[PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-21 Thread Marc Zyngier
Now that the irqdomain layer is a bit more ACPI friendly, add the mapping code that allows irq_create_acpi_mapping to be called. As we only support the GIC so far, support is pretty limited. Signed-off-by: Marc Zyngier --- drivers/acpi/gsi.c | 54

Re: [PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-21 Thread Lorenzo Pieralisi
On Tue, Jul 21, 2015 at 11:07:59AM +0100, Marc Zyngier wrote: Now that the irqdomain layer is a bit more ACPI friendly, add the mapping code that allows irq_create_acpi_mapping to be called. As we only support the GIC so far, support is pretty limited. Signed-off-by: Marc Zyngier

[PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts

2015-07-21 Thread Marc Zyngier
Now that the irqdomain layer is a bit more ACPI friendly, add the mapping code that allows irq_create_acpi_mapping to be called. As we only support the GIC so far, support is pretty limited. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- drivers/acpi/gsi.c | 54