Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-12 Thread Hanjun Guo
+cc linux-acpi, linux-arm-kernel (blocked, send again, sorry for the noise) On 2016/6/12 19:22, Hanjun Guo wrote: > Hi, > > On 2016/6/7 5:54, agust...@codeaurora.org wrote: >> On 2016-06-04 08:30, Marc Zyngier wrote: >>> On Fri, 13 May 2016 12:16:42 -0400 >>> Agustin Vega-Frias

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-12 Thread Hanjun Guo
+cc linux-acpi, linux-arm-kernel (blocked, send again, sorry for the noise) On 2016/6/12 19:22, Hanjun Guo wrote: > Hi, > > On 2016/6/7 5:54, agust...@codeaurora.org wrote: >> On 2016-06-04 08:30, Marc Zyngier wrote: >>> On Fri, 13 May 2016 12:16:42 -0400 >>> Agustin Vega-Frias wrote: > >>>

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-06 Thread agustinv
On 2016-06-04 08:30, Marc Zyngier wrote: On Fri, 13 May 2016 12:16:42 -0400 Agustin Vega-Frias wrote: This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-06 Thread agustinv
On 2016-06-04 08:30, Marc Zyngier wrote: On Fri, 13 May 2016 12:16:42 -0400 Agustin Vega-Frias wrote: This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the domain and map the IRQs

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-04 Thread Marc Zyngier
On Fri, 13 May 2016 12:16:42 -0400 Agustin Vega-Frias wrote: > This allows irqchip drivers to associate an ACPI DSDT device to > an IRQ domain and provides support for using the ResourceSource > in Extended IRQ Resources to find the domain and map the IRQs > specified on

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-06-04 Thread Marc Zyngier
On Fri, 13 May 2016 12:16:42 -0400 Agustin Vega-Frias wrote: > This allows irqchip drivers to associate an ACPI DSDT device to > an IRQ domain and provides support for using the ResourceSource > in Extended IRQ Resources to find the domain and map the IRQs > specified on that domain. > >

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-05-25 Thread agustinv
Adding linux-arm-kernel and linux-acpi On 2016-05-13 12:16, Agustin Vega-Frias wrote: This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the domain and map the IRQs specified on that

Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-05-25 Thread agustinv
Adding linux-arm-kernel and linux-acpi On 2016-05-13 12:16, Agustin Vega-Frias wrote: This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the domain and map the IRQs specified on that

[PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-05-13 Thread Agustin Vega-Frias
This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the domain and map the IRQs specified on that domain. Signed-off-by: Agustin Vega-Frias ---

[PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-05-13 Thread Agustin Vega-Frias
This allows irqchip drivers to associate an ACPI DSDT device to an IRQ domain and provides support for using the ResourceSource in Extended IRQ Resources to find the domain and map the IRQs specified on that domain. Signed-off-by: Agustin Vega-Frias --- drivers/acpi/Makefile| 1 +