On Wed, Jul 13, 2022 at 3:13 PM Nuno Sá <nuno.sa@xxxxxxxxxx> wrote: > On top of looking at PULL_UP and PULL_DOWN flags, also look at > PULL_DISABLE and set the appropriate GPIO flag. The GPIO core will then > pass down this to controllers that support it. > > Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> Do we have a semantic check that PULLDOWN and PULLUP is not used in combination with NOPULL here? (We should also be checking that PULLDOWN and PULLUP are not used simultaneously but that is an unrelated thing.) Yours, Linus Walleij