Hi Andy! On Tue, Jul 21, 2020 at 3:18 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > ARM/orion/gpio: > - Make use of for_each_requested_gpio() > > at91: > - Make use of for_each_requested_gpio() (...) > gpio: > - xra1403: Make use of for_each_requested_gpio() > - mvebu: Make use of for_each_requested_gpio() Are these dependent on this: > gpiolib: > - Introduce for_each_requested_gpio_in_range() macro Because if they only need for_each_requested_gpio() I could just merge it to the gpio tree, since I have merged the immutable branch for that into both trees. Then I'd prefer to have one pinctrl and one gpio pull request. However if they explicitly need for_each_requested_gpio_in_range() I say I can compromise and merge it all into pinctrl. Yours, Linus Walleij