Re: [PATCH v2 01/16] video: amba-clcd: use devm_of_find_backlight

2020-05-25 Thread Sam Ravnborg
Hi Linus. > For this driver (drivers/video/fbdev/amba-clcd.c) there are zero > users after the merge window (all users moved over to DRM) so > I plan to retire it completely. Sounds like a brilliant plan. Sam ___ dri-devel mailing list dri-deve

Re: [PATCH v2 01/16] video: amba-clcd: use devm_of_find_backlight

2020-05-25 Thread Linus Walleij
On Mon, May 18, 2020 at 12:16 PM Sam Ravnborg wrote: > Hi Linus. > > On Mon, May 18, 2020 at 10:10:12AM +0200, Linus Walleij wrote: > > On Sun, May 17, 2020 at 9:01 PM Sam Ravnborg wrote: > > > > > Look up backlight device using devm_of_find_backlight(). > > > This simplifies the code and prevent

Re: [PATCH v2 01/16] video: amba-clcd: use devm_of_find_backlight

2020-05-18 Thread Sam Ravnborg
Hi Linus. On Mon, May 18, 2020 at 10:10:12AM +0200, Linus Walleij wrote: > On Sun, May 17, 2020 at 9:01 PM Sam Ravnborg wrote: > > > Look up backlight device using devm_of_find_backlight(). > > This simplifies the code and prevents us from hardcoding > > the node name in the driver. > > > > v2:

Re: [PATCH v2 01/16] video: amba-clcd: use devm_of_find_backlight

2020-05-18 Thread Linus Walleij
On Sun, May 17, 2020 at 9:01 PM Sam Ravnborg wrote: > Look up backlight device using devm_of_find_backlight(). > This simplifies the code and prevents us from hardcoding > the node name in the driver. > > v2: > - Added Cc: Peter Ujfalusi > > Signed-off-by: Sam Ravnborg > Cc: Russell King > Cc

[PATCH v2 01/16] video: amba-clcd: use devm_of_find_backlight

2020-05-17 Thread Sam Ravnborg
Look up backlight device using devm_of_find_backlight(). This simplifies the code and prevents us from hardcoding the node name in the driver. v2: - Added Cc: Peter Ujfalusi Signed-off-by: Sam Ravnborg Cc: Russell King Cc: Sam Ravnborg Cc: Bartlomiej Zolnierkiewicz Cc: Peter Ujfalusi Cc: D