Re: [PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API

2023-06-06 Thread Daniel Thompson
On Mon, Jun 05, 2023 at 07:07:24PM +0300, Andy Shevchenko wrote: > On Mon, Mar 20, 2023 at 01:54:26PM +0200, Andy Shevchenko wrote: > > On Fri, Mar 17, 2023 at 09:53:40PM +0100, Linus Walleij wrote: > > > On Fri, Mar 17, 2023 at 7:51 PM Andy Shevchenko > > > wrote: > > > > > > > The of_gpio.h is g

Re: [PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API

2023-06-05 Thread Andy Shevchenko
On Mon, Mar 20, 2023 at 01:54:26PM +0200, Andy Shevchenko wrote: > On Fri, Mar 17, 2023 at 09:53:40PM +0100, Linus Walleij wrote: > > On Fri, Mar 17, 2023 at 7:51 PM Andy Shevchenko > > wrote: > > > > > The of_gpio.h is going to be removed. In preparation of that convert > > > the driver to the a

Re: [PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API

2023-03-20 Thread Andy Shevchenko
On Fri, Mar 17, 2023 at 09:53:40PM +0100, Linus Walleij wrote: > On Fri, Mar 17, 2023 at 7:51 PM Andy Shevchenko > wrote: > > > The of_gpio.h is going to be removed. In preparation of that convert > > the driver to the agnostic API. > > > > Signed-off-by: Andy Shevchenko > > Thanks for fixing t

Re: [PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API

2023-03-17 Thread Linus Walleij
On Fri, Mar 17, 2023 at 7:51 PM Andy Shevchenko wrote: > The of_gpio.h is going to be removed. In preparation of that convert > the driver to the agnostic API. > > Signed-off-by: Andy Shevchenko Thanks for fixing this Andy! > -#if !IS_ENABLED(CONFIG_LCD_HX8357) > +#if IS_ENABLED(CONFIG_LCD_HX8

[PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API

2023-03-17 Thread Andy Shevchenko
The of_gpio.h is going to be removed. In preparation of that convert the driver to the agnostic API. Signed-off-by: Andy Shevchenko --- drivers/gpio/gpiolib-of.c| 4 +- drivers/video/backlight/hx8357.c | 74 ++-- 2 files changed, 24 insertions(+), 54 deletion