Re: [PATCH] backlight: led_bl: Add support for an "enable" GPIO

2021-11-02 Thread LABBE Corentin
Le Tue, Nov 02, 2021 at 11:25:14AM +, Daniel Thompson a écrit : > On Tue, Nov 02, 2021 at 11:19:42AM +, Daniel Thompson wrote: > > On Tue, Nov 02, 2021 at 10:04:55AM +, Corentin LABBE wrote: > > > From: Jean-Jacques Hiblot > > > > > > This patch adds support for an "enable GPIO". > >

Re: [PATCH] backlight: led_bl: Add support for an "enable" GPIO

2021-11-02 Thread Daniel Thompson
On Tue, Nov 02, 2021 at 11:19:42AM +, Daniel Thompson wrote: > On Tue, Nov 02, 2021 at 10:04:55AM +, Corentin LABBE wrote: > > From: Jean-Jacques Hiblot > > > > This patch adds support for an "enable GPIO". > > Before taking this kind of change is there a good reason why backlight >

Re: [PATCH] backlight: led_bl: Add support for an "enable" GPIO

2021-11-02 Thread Daniel Thompson
On Tue, Nov 02, 2021 at 10:04:55AM +, Corentin LABBE wrote: > From: Jean-Jacques Hiblot > > This patch adds support for an "enable GPIO". Before taking this kind of change is there a good reason why backlight should manage the GPIO? I thought that the LED subsystem was a sub system for LEDs

[PATCH] backlight: led_bl: Add support for an "enable" GPIO

2021-11-02 Thread Corentin LABBE
From: Jean-Jacques Hiblot This patch adds support for an "enable GPIO". Signed-off-by: Jean-Jacques Hiblot Signed-off-by: Corentin LABBE --- drivers/video/backlight/led_bl.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/video/backlight/led_bl.c