Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-05-04 Thread Lee Jones
On Thu, 30 Apr 2020, Daniel Vetter wrote: > On Thu, Apr 30, 2020 at 11:15:29AM +0100, Lee Jones wrote: > > On Thu, 30 Apr 2020, Noralf Trønnes wrote: > > > > > > > > > > > Den 30.04.2020 10.32, skrev Lee Jones: > > > > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > > > > > > > >> Add a way to lo

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-05-03 Thread Sam Ravnborg
Hi Noralf. On Wed, Apr 29, 2020 at 02:48:21PM +0200, Noralf Trønnes wrote: > Add a way to lookup a backlight device based on its name. > Will be used by a USB display gadget getting the name from configfs. > > Cc: Lee Jones > Cc: Daniel Thompson > Cc: Jingoo Han > Signed-off-by: Noralf Trønnes

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 11:15:29AM +0100, Lee Jones wrote: > On Thu, 30 Apr 2020, Noralf Trønnes wrote: > > > > > > > Den 30.04.2020 10.32, skrev Lee Jones: > > > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > > > > > >> Add a way to lookup a backlight device based on its name. > > >> Will be use

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Noralf Trønnes
Den 30.04.2020 12.15, skrev Lee Jones: > On Thu, 30 Apr 2020, Noralf Trønnes wrote: > >> >> >> Den 30.04.2020 10.32, skrev Lee Jones: >>> On Wed, 29 Apr 2020, Noralf Trønnes wrote: >>> Add a way to lookup a backlight device based on its name. Will be used by a USB display gadget gettin

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Lee Jones
On Thu, 30 Apr 2020, Noralf Trønnes wrote: > > > Den 30.04.2020 10.32, skrev Lee Jones: > > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > > > >> Add a way to lookup a backlight device based on its name. > >> Will be used by a USB display gadget getting the name from configfs. > >> > >> Cc: Lee J

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Noralf Trønnes
Den 30.04.2020 10.32, skrev Lee Jones: > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > >> Add a way to lookup a backlight device based on its name. >> Will be used by a USB display gadget getting the name from configfs. >> >> Cc: Lee Jones >> Cc: Daniel Thompson >> Cc: Jingoo Han >> Signed-off

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Lee Jones
On Wed, 29 Apr 2020, Noralf Trønnes wrote: > Add a way to lookup a backlight device based on its name. > Will be used by a USB display gadget getting the name from configfs. > > Cc: Lee Jones > Cc: Daniel Thompson > Cc: Jingoo Han > Signed-off-by: Noralf Trønnes > --- > drivers/video/backlig

[PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-29 Thread Noralf Trønnes
Add a way to lookup a backlight device based on its name. Will be used by a USB display gadget getting the name from configfs. Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Signed-off-by: Noralf Trønnes --- drivers/video/backlight/backlight.c | 21 + include/linux/backl