Re: [PATCH 0/6] backlight: Remove struct backlight_properties.fb_blank

2024-03-13 Thread Dan Carpenter
I was only going to comment on the staging bits but, heck, I reviewed the whole series. Reviewed-by: Dan Carpenter regards, dan carpenter

[PATCH 0/6] backlight: Remove struct backlight_properties.fb_blank

2024-03-13 Thread Thomas Zimmermann
The field fb_blank in struct backlight_properties has been marked for removal. Remove it in favor of the power and state fields. Patches 1 to 5 prepare several backlight drivers. They remove fb_blank or replace driver code with existing helpers. Patch 6 removes fb_blank from backlight core and dr