Re: [PATCH v2 13/13] gpio: Use linux/gpio/driver.h

2021-03-29 Thread Brad Larson
On Mon, Mar 29, 2021 at 6:44 AM Linus Walleij wrote: > > On Mon, Mar 29, 2021 at 4:00 AM Brad Larson wrote: > > > New drivers should include instead > > of legacy . > > > > Signed-off-by: Brad Larson > > Fold into patch 1 as indicated by Greg. > > Yours, > Linus Walleij Yes, thanks for the

Re: [PATCH v2 13/13] gpio: Use linux/gpio/driver.h

2021-03-29 Thread Brad Larson
On Sun, Mar 28, 2021 at 11:48 PM Greg KH wrote: > > On Sun, Mar 28, 2021 at 06:59:38PM -0700, Brad Larson wrote: > > New drivers should include instead > > of legacy . > > > > Signed-off-by: Brad Larson > > --- > > drivers/gpio/gpio-elba-spics.c | 3 +-- > > 1 file changed, 1 insertion(+), 2

Re: [PATCH v2 13/13] gpio: Use linux/gpio/driver.h

2021-03-29 Thread Linus Walleij
On Mon, Mar 29, 2021 at 4:00 AM Brad Larson wrote: > New drivers should include instead > of legacy . > > Signed-off-by: Brad Larson Fold into patch 1 as indicated by Greg. Yours, Linus Walleij

Re: [PATCH v2 13/13] gpio: Use linux/gpio/driver.h

2021-03-29 Thread Greg KH
On Sun, Mar 28, 2021 at 06:59:38PM -0700, Brad Larson wrote: > New drivers should include instead > of legacy . > > Signed-off-by: Brad Larson > --- > drivers/gpio/gpio-elba-spics.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/gpio/gpio-elba-spics.c

[PATCH v2 13/13] gpio: Use linux/gpio/driver.h

2021-03-28 Thread Brad Larson
New drivers should include instead of legacy . Signed-off-by: Brad Larson --- drivers/gpio/gpio-elba-spics.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-elba-spics.c b/drivers/gpio/gpio-elba-spics.c index 351bbaeea033..c0dce5333f35 100644 ---