On Wed, Sep 11, 2019 at 8:52 AM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > This introduces fwnode_gpiod_get_index() that iterates through common gpio > suffixes when trying to locate a GPIO within a given firmware node. > > We also switch devm_fwnode_gpiod_get_index() to call > fwnode_gpiod_get_index() instead of iterating through GPIO suffixes on > its own. > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> So I'd like to merge this as well for v5.4 because I see where you're going with this and it's nice to have these APIs in place for that. Please rebase this and the other one and resend! Yours, Linus Walleij