Re: [PATCH RFT 0/4] backlight: gpio: simplify the driver

2019-07-02 Thread Daniel Thompson
On Fri, Jun 28, 2019 at 11:15:10AM +0100, Linus Walleij wrote: > On Fri, Jun 28, 2019 at 11:03 AM Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > While working on my other series related to gpio-backlight[1] I noticed > > that we could simplify the driver if we made the only u

Re: [PATCH RFT 0/4] backlight: gpio: simplify the driver

2019-06-28 Thread Linus Walleij
On Fri, Jun 28, 2019 at 11:03 AM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > While working on my other series related to gpio-backlight[1] I noticed > that we could simplify the driver if we made the only user of platform > data use GPIO lookups and device properties. This series

[PATCH RFT 0/4] backlight: gpio: simplify the driver

2019-06-28 Thread Bartosz Golaszewski
From: Bartosz Golaszewski While working on my other series related to gpio-backlight[1] I noticed that we could simplify the driver if we made the only user of platform data use GPIO lookups and device properties. This series tries to do that. The first patch sets up all the required structures