Re: [PATCH] backlight: bd6107: Convert to use GPIO descriptor

2019-12-16 Thread Lee Jones
On Mon, 02 Dec 2019, Linus Walleij wrote: > The Rohm BD6107 driver can pass a fixed GPIO line using the old > GPIO API using platform data. As there are no in-tree users of this > platform data since 2013, we can convert this to use a GPIO descriptor > and require any out-of-tree consumers to pass

Re: [PATCH] backlight: bd6107: Convert to use GPIO descriptor

2019-12-02 Thread Daniel Thompson
On Mon, Dec 02, 2019 at 11:30:28AM +0100, Linus Walleij wrote: > The Rohm BD6107 driver can pass a fixed GPIO line using the old > GPIO API using platform data. As there are no in-tree users of this > platform data since 2013, we can convert this to use a GPIO descriptor > and require any out-of-tr

Re: [PATCH] backlight: bd6107: Convert to use GPIO descriptor

2019-12-02 Thread Linus Walleij
On Mon, Dec 2, 2019 at 11:42 AM Laurent Pinchart wrote: > On Mon, Dec 02, 2019 at 11:30:28AM +0100, Linus Walleij wrote: > > The Rohm BD6107 driver can pass a fixed GPIO line using the old > > GPIO API using platform data. As there are no in-tree users of this > > platform data since 2013, we can

Re: [PATCH] backlight: bd6107: Convert to use GPIO descriptor

2019-12-02 Thread Laurent Pinchart
Hi Linus, Thank you for the patch. On Mon, Dec 02, 2019 at 11:30:28AM +0100, Linus Walleij wrote: > The Rohm BD6107 driver can pass a fixed GPIO line using the old > GPIO API using platform data. As there are no in-tree users of this > platform data since 2013, we can convert this to use a GPIO d

[PATCH] backlight: bd6107: Convert to use GPIO descriptor

2019-12-02 Thread Linus Walleij
The Rohm BD6107 driver can pass a fixed GPIO line using the old GPIO API using platform data. As there are no in-tree users of this platform data since 2013, we can convert this to use a GPIO descriptor and require any out-of-tree consumers to pass the GPIO using a machine descriptor table instead.