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

2024-03-27 Thread Lee Jones
On Wed, 27 Mar 2024, Lee Jones wrote: > On Tue, 19 Mar 2024 10:37:19 +0100, Thomas Zimmermann wrote: > > 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. T

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

2024-03-27 Thread Lee Jones
On Tue, 19 Mar 2024 10:37:19 +0100, Thomas Zimmermann wrote: > 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

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

2024-03-21 Thread Lee Jones
On Tue, 19 Mar 2024, Thomas Zimmermann wrote: > 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 help