On Thu, Aug 25, 2022 at 5:11 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 25/08/2022 15:08, Linus Walleij wrote: > > On Thu, Jul 28, 2022 at 10:32 AM Krzysztof Kozlowski > > <krzysztof.kozlowski@xxxxxxxxxx> wrote: > >> On 27/07/2022 03:33, Saravana Kannan wrote: > > > >>> As soon as a gpio is registered, it should be usable by a consumer. So, > >>> do all the initialization before registering the gpios. Without this > >>> change, a consumer can request a GPIO IRQ and have the gpio to IRQ > >>> mapping fail. > >>> > >>> Signed-off-by: Saravana Kannan <saravanak@xxxxxxxxxx> > >> > >> Looks good. > >> > >> Linus, > >> It's too late for me to pick it up, so make you could grab it directly? > >> > >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > >> > >> Otherwise it will wait for merge window to finish. > > > > I sadly missed this during the merge window, as the commit message didn't > > make it look like a fix or something urgent. (I don't know if it is?) > > Just send me the patch as fix or for -next, I let you decide. It wasn't anything urgent. I found this issue when I was refactoring fw_devlink, but that series hasn't landed yet. So it's okay if it's landing only in 6.0. -Saravana > > I understood, so I already picked it up after merge window. I'll send > you this in a pull. > > Best regards, > Krzysztof