Re: [PATCH 1/2] backlight: sky81452: Convert to GPIO descriptors

2020-07-01 Thread Lee Jones
On Fri, 26 Jun 2020, Linus Walleij wrote: > The SKY81452 backlight driver just obtains a GPIO (named "gpios" > in the device tree) drives it high and leaves it high until the > driver is removed. > > Switch to use GPIO descriptors for this, simple and > straight-forward. > > Cc: Gyungoh Yoo > S

Re: [PATCH 1/2] backlight: sky81452: Convert to GPIO descriptors

2020-06-29 Thread Daniel Thompson
On Fri, Jun 26, 2020 at 10:37:41PM +0200, Linus Walleij wrote: > The SKY81452 backlight driver just obtains a GPIO (named "gpios" > in the device tree) drives it high and leaves it high until the > driver is removed. > > Switch to use GPIO descriptors for this, simple and > straight-forward. > >

[PATCH 1/2] backlight: sky81452: Convert to GPIO descriptors

2020-06-26 Thread Linus Walleij
The SKY81452 backlight driver just obtains a GPIO (named "gpios" in the device tree) drives it high and leaves it high until the driver is removed. Switch to use GPIO descriptors for this, simple and straight-forward. Cc: Gyungoh Yoo Signed-off-by: Linus Walleij --- drivers/video/backlight/sky