Re: [PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-28 Thread majun (Euler7)
This patch works fine on my D05 board. Tested-by: Majun 在 2016/11/14 5:59, Agustin Vega-Frias 写道: > This allows probe deferral to work properly when a dependent device > fails to get a valid IRQ because the IRQ domain was not registered > at the time the resources were added to the platform_devi

Re: [PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-16 Thread Agustin Vega-Frias
Hi Lorenzo, On 2016-11-16 12:18, Lorenzo Pieralisi wrote: On Tue, Nov 15, 2016 at 12:43:38PM -0500, Agustin Vega-Frias wrote: Hi Lorenzo, On 2016-11-15 10:48, Lorenzo Pieralisi wrote: >On Sun, Nov 13, 2016 at 04:59:33PM -0500, Agustin Vega-Frias wrote: >>This allows probe deferral to work prop

Re: [PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-16 Thread Lorenzo Pieralisi
On Tue, Nov 15, 2016 at 12:43:38PM -0500, Agustin Vega-Frias wrote: > Hi Lorenzo, > > On 2016-11-15 10:48, Lorenzo Pieralisi wrote: > >On Sun, Nov 13, 2016 at 04:59:33PM -0500, Agustin Vega-Frias wrote: > >>This allows probe deferral to work properly when a dependent device > >>fails to get a vali

Re: [PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-15 Thread Agustin Vega-Frias
Hi Lorenzo, On 2016-11-15 10:48, Lorenzo Pieralisi wrote: On Sun, Nov 13, 2016 at 04:59:33PM -0500, Agustin Vega-Frias wrote: This allows probe deferral to work properly when a dependent device fails to get a valid IRQ because the IRQ domain was not registered at the time the resources were add

Re: [PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-15 Thread Lorenzo Pieralisi
On Sun, Nov 13, 2016 at 04:59:33PM -0500, Agustin Vega-Frias wrote: > This allows probe deferral to work properly when a dependent device > fails to get a valid IRQ because the IRQ domain was not registered > at the time the resources were added to the platform_device. > > Signed-off-by: Agustin V

[PATCH V7 1/3] ACPI: Retry IRQ conversion if it failed previously

2016-11-13 Thread Agustin Vega-Frias
This allows probe deferral to work properly when a dependent device fails to get a valid IRQ because the IRQ domain was not registered at the time the resources were added to the platform_device. Signed-off-by: Agustin Vega-Frias --- drivers/acpi/resource.c | 59 +