On Mon, Aug 12, 2019 at 1:18 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Sat, Aug 10, 2019 at 10:27 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Thu, Aug 8, 2019 at 3:25 PM Stefan Roese <sr@xxxxxxx> wrote: > > > Add a helper macro to enable the interation over all supported GPIO > > > suffixes (currently "gpios" & "gpio"). This will be used by the serial > > > mctrl code to check, if a GPIO property exists before requesting it. > > > > > > Signed-off-by: Stefan Roese <sr@xxxxxxx> > > > Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > > Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > > Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > > > Cc: Pavel Machek <pavel@xxxxxxx> > > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > > > I really like this patch, it makes things so much more readable. > > Do we really need to spread this *-gpio" legacy support all over the kernel? Not really :/ Isn't it possible to use something like gpiod_count(dev, "foo") to check for any GPIOs instead? Yours, Linus Walleij