Re: [PATCH 3/3 v3] backlight: Add Kinetic KTD253 backlight driver

2020-10-01 Thread Lee Jones
On Wed, 30 Sep 2020, Linus Walleij wrote: > On Fri, Aug 28, 2020 at 12:47 PM Lee Jones wrote: > > > > create mode 100644 drivers/video/backlight/ktd253-backlight.c > > > > Applied, thanks. > > Not to unnecessarily nag but I can't see this in linux-next and since we > are at -rc7 it makes me a

Re: [PATCH 3/3 v3] backlight: Add Kinetic KTD253 backlight driver

2020-09-30 Thread Linus Walleij
On Fri, Aug 28, 2020 at 12:47 PM Lee Jones wrote: > > create mode 100644 drivers/video/backlight/ktd253-backlight.c > > Applied, thanks. Not to unnecessarily nag but I can't see this in linux-next and since we are at -rc7 it makes me a bit nervous, is it still gonna be in v5.10? Yours, Linus W

Re: [PATCH 3/3 v3] backlight: Add Kinetic KTD253 backlight driver

2020-08-28 Thread Lee Jones
On Wed, 19 Aug 2020, Linus Walleij wrote: > The Kinetic KTD253 backlight driver is controlled with a > single GPIO line, but still supports a range of brightness > settings by sending fast pulses on the line. > > This is based off the source code release for the Samsung > GT-S7710 mobile phone. >

[PATCH 3/3 v3] backlight: Add Kinetic KTD253 backlight driver

2020-08-19 Thread Linus Walleij
The Kinetic KTD253 backlight driver is controlled with a single GPIO line, but still supports a range of brightness settings by sending fast pulses on the line. This is based off the source code release for the Samsung GT-S7710 mobile phone. Cc: Sam Ravnborg Reviewed-by: Daniel Thompson Signed-