Re: [PATCH v8 2/6] i2c: acpi: Use available IRQ helper functions

2019-06-27 Thread Mika Westerberg
On Thu, Jun 27, 2019 at 10:24:07AM +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: Andy Shevchenko > Signed-off-by: Charles Keepax Reviewed-by: Mi

[PATCH v8 2/6] i2c: acpi: Use available IRQ helper functions

2019-06-27 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: Andy Shevchenko Signed-off-by: Charles Keepax --- Changes since v7: - Leave call to acpi_dev_free_resource_list Thanks, Charles drive