On Wed, Nov 06, 2019 at 03:54:36PM +0200, Mika Westerberg wrote: > On Tue, Nov 05, 2019 at 10:35:54PM +0200, Andy Shevchenko wrote: > > When IRQ chip is instantiated via GPIO library flow, the few functions, > > in particular the ACPI event registration mechanism, on some of ACPI based > > platforms expect that the pin ranges are initialized to that point. > > > > Add GPIO <-> pin mapping ranges via callback in the GPIO library flow. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Thanks. > > + retval = gpiochip_add_pin_range(&priv->chip, > > + pinctrl_dev_name, > > + range->gpio_base, > > + range->pin_base, > > + range->npins); > > IMHO the below looks slightly better: > > ret = gpiochip_add_pin_range(&priv->chip, pinctrl_dev_name, I did this one... > range->gpio_base, range->pin_base, ...but this, since over going thru 80 limit. > range->npins); -- With Best Regards, Andy Shevchenko