Re: [PATCH 4/5] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq

2019-05-22 Thread Charles Keepax
On Tue, May 21, 2019 at 08:27:26PM +0300, Andy Shevchenko wrote: > On Tue, May 21, 2019 at 04:05:01PM +0100, Charles Keepax wrote: > > It makes sense to contain all the ACPI IRQ handling in a single helper > > function. > > > Note that this one is somewhat interesting, it seems the search > > thro

Re: [PATCH 4/5] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq

2019-05-21 Thread Andy Shevchenko
On Tue, May 21, 2019 at 04:05:01PM +0100, Charles Keepax wrote: > It makes sense to contain all the ACPI IRQ handling in a single helper > function. > Note that this one is somewhat interesting, it seems the search > through the resource list is done against the companion device > of the adapter b

Re: [PATCH 4/5] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq

2019-05-21 Thread Mika Westerberg
On Mon, May 20, 2019 at 09:49:35AM +0100, Charles Keepax wrote: > It makes sense to contain all the ACPI IRQ handling in a single helper > function. > > Signed-off-by: Charles Keepax > --- > > Note that this one is somewhat interesting, it seems the search > through the resource list is done aga