Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-03-26 Thread Thomas Petazzoni
Hello Guenter, On Tue, 26 Mar 2019 13:03:02 -0700 Guenter Roeck wrote: > > I'll have a look. In the mean time, I'm fine with the patch being > > reverted. > > The problem is still seen in the latest kernel as of last night, and > I did not see any further activities. Should I send a revert requ

Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-03-26 Thread Guenter Roeck
On Sat, Mar 16, 2019 at 02:45:19PM +0100, Thomas Petazzoni wrote: > Hello, > > On Fri, 15 Mar 2019 18:43:52 -0700 > Guenter Roeck wrote: > > > > diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c > > > index cf8a4402fef1..9762a836fec9 100644 > > > --- a/drivers/gpio/gpiolib.c > > > +++

Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-03-16 Thread Guenter Roeck
On Sat, Mar 16, 2019 at 02:45:19PM +0100, Thomas Petazzoni wrote: > Hello, > > On Fri, 15 Mar 2019 18:43:52 -0700 > Guenter Roeck wrote: > > > > diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c > > > index cf8a4402fef1..9762a836fec9 100644 > > > --- a/drivers/gpio/gpiolib.c > > > +++

Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-03-16 Thread Thomas Petazzoni
Hello, On Fri, 15 Mar 2019 18:43:52 -0700 Guenter Roeck wrote: > > diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c > > index cf8a4402fef1..9762a836fec9 100644 > > --- a/drivers/gpio/gpiolib.c > > +++ b/drivers/gpio/gpiolib.c > > @@ -2762,7 +2762,7 @@ int gpiod_set_debounce(struct gp

Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-03-15 Thread Guenter Roeck
On Thu, Feb 07, 2019 at 05:28:57PM +0100, Thomas Petazzoni wrote: > As suggested by Linus Walleij, let's use the new gpio_set_config() > helper in gpiod_set_debounce() and gpiod_set_transitory(). > > Signed-off-by: Thomas Petazzoni > --- > drivers/gpio/gpiolib.c | 4 ++-- > 1 file changed, 2 ins

[PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places

2019-02-07 Thread Thomas Petazzoni
As suggested by Linus Walleij, let's use the new gpio_set_config() helper in gpiod_set_debounce() and gpiod_set_transitory(). Signed-off-by: Thomas Petazzoni --- drivers/gpio/gpiolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/g