On Tue, Nov 05, 2019 at 10:35:53PM +0200, Andy Shevchenko wrote: > When IRQ chip is being added by GPIO library, the ACPI based platform expects > GPIO <-> pin mapping ranges to be initialized in order to correctly initialize > ACPI event mechanism on affected platforms. Unfortunately this step is missed. > > Introduce ->add_pin_ranges() callback to fill the above mentioned gap. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>