Re: [PATCH v2 0/5] gpio: add support for pull-up/pull-down configuration

2019-02-13 Thread Linus Walleij
On Thu, Feb 7, 2019 at 5:29 PM Thomas Petazzoni wrote: > As we started discussing in [1], it would be useful to have a way to > configure pull-up/pull-down resistors for simple GPIO controllers that > don't have any pinmuxing capability, and therefore no interaction with > the pinctrl subsystem.

[PATCH v2 0/5] gpio: add support for pull-up/pull-down configuration

2019-02-07 Thread Thomas Petazzoni
Hello, As we started discussing in [1], it would be useful to have a way to configure pull-up/pull-down resistors for simple GPIO controllers that don't have any pinmuxing capability, and therefore no interaction with the pinctrl subsystem. This is a second iteration of the patches (the v1 was po