Re: [PATCH v4 2/7] i2c: acpi: Use available IRQ helper functions

2019-06-11 Thread Andy Shevchenko
On Tue, Jun 11, 2019 at 01:30:56PM +0100, Charles Keepax wrote: > Use the available IRQ helper functions, most of the functions have > additional helpful side affects like configuring the trigger type of the > IRQ. > > Reviewed-by: Mika Westerberg > Signed-off-by: Charles Keepax > --- > > No ch

[PATCH v4 2/7] i2c: acpi: Use available IRQ helper functions

2019-06-11 Thread Charles Keepax
Use the available IRQ helper functions, most of the functions have additional helpful side affects like configuring the trigger type of the IRQ. Reviewed-by: Mika Westerberg Signed-off-by: Charles Keepax --- No changes since v3. Apologies Andy but I really can't see a sensible way to split thi