Re: [PATCH 26/28] backlight: lcd: Replace check_fb with controls_device

2024-09-03 Thread Daniel Thompson
On Tue, Aug 20, 2024 at 11:23:04AM +0200, Thomas Zimmermann wrote: > Rename check_fb in struct lcd_ops with controls_device. The callback > is not independent from fbdev's struct fb_info and tests is an lcd > device controls a hardware display device. The new naming and semantics > follow similar f

[PATCH 26/28] backlight: lcd: Replace check_fb with controls_device

2024-08-20 Thread Thomas Zimmermann
Rename check_fb in struct lcd_ops with controls_device. The callback is not independent from fbdev's struct fb_info and tests is an lcd device controls a hardware display device. The new naming and semantics follow similar funcionality for backlight devices. Signed-off-by: Thomas Zimmermann ---