On Tue, Jul 21, 2020 at 4:59 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > 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. It uses usual practice, i.e. merge of immutable branches. The pin control stuff is dependent on this immutable branch (first patch). I would like to avoid rebasing and doing it differently. P.S. It should be no-op from Git perspective. -- With Best Regards, Andy Shevchenko