Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-18 Thread Bartosz Golaszewski
pt., 18 paź 2019 o 17:02 Jacopo Mondi napisał(a): > > Hi, > > On Thu, Oct 17, 2019 at 08:25:50AM +0100, Lee Jones wrote: > > On Wed, 16 Oct 2019, Jacopo Mondi wrote: > > > > > Hi, sorry for not having replied earlier > > > > > > On Wed, Oct 16, 2019 at 02:56:57PM +0200, Linus Walleij wrote: > > >

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-18 Thread Jacopo Mondi
Hi, On Thu, Oct 17, 2019 at 08:25:50AM +0100, Lee Jones wrote: > On Wed, 16 Oct 2019, Jacopo Mondi wrote: > > > Hi, sorry for not having replied earlier > > > > On Wed, Oct 16, 2019 at 02:56:57PM +0200, Linus Walleij wrote: > > > On Mon, Oct 14, 2019 at 10:12 AM Lee Jones wrote: > > > > > > > >

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-17 Thread Lee Jones
On Wed, 16 Oct 2019, Jacopo Mondi wrote: > Hi, sorry for not having replied earlier > > On Wed, Oct 16, 2019 at 02:56:57PM +0200, Linus Walleij wrote: > > On Mon, Oct 14, 2019 at 10:12 AM Lee Jones wrote: > > > > > > arch/sh/boards/mach-ecovec24/setup.c | 33 -- > > > > > > I guess

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-16 Thread Jacopo Mondi
Hi, sorry for not having replied earlier On Wed, Oct 16, 2019 at 02:56:57PM +0200, Linus Walleij wrote: > On Mon, Oct 14, 2019 at 10:12 AM Lee Jones wrote: > > > > arch/sh/boards/mach-ecovec24/setup.c | 33 -- > > > > I guess we're just waiting for the SH Acks now? > > The one mainta

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-16 Thread Linus Walleij
On Mon, Oct 14, 2019 at 10:12 AM Lee Jones wrote: > > arch/sh/boards/mach-ecovec24/setup.c | 33 -- > > I guess we're just waiting for the SH Acks now? The one maintainer with this board is probably overloaded. I would say just apply it, it can't hold back the entire series. Yours

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-14 Thread Bartosz Golaszewski
pon., 14 paź 2019 o 10:12 Lee Jones napisał(a): > > On Mon, 07 Oct 2019, 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 u

Re: [PATCH v5 0/7] backlight: gpio: simplify the driver

2019-10-14 Thread Lee Jones
On Mon, 07 Oct 2019, 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 tries to do