Re: [PATCH v2 00/17] backlight: Introduce power-state constants

2024-07-04 Thread Lee Jones
On Mon, 24 Jun 2024 17:19:55 +0200, Thomas Zimmermann wrote: > The backlight code currently uses fbdev's FB_BLANK_ constants to > represent power states UNBLANK and POWERDOWN. Introduce dedicated > backlight constants to remove this dependency on fbdev. > > Patch 1 introduces BACKLIGHT_POWER_ON

Re: [PATCH v2 00/17] backlight: Introduce power-state constants

2024-07-01 Thread Daniel Thompson
On Mon, Jun 24, 2024 at 05:19:55PM +0200, Thomas Zimmermann wrote: > The backlight code currently uses fbdev's FB_BLANK_ constants to > represent power states UNBLANK and POWERDOWN. Introduce dedicated > backlight constants to remove this dependency on fbdev. > > Patch 1 introduces

[PATCH v2 00/17] backlight: Introduce power-state constants

2024-06-24 Thread Thomas Zimmermann
The backlight code currently uses fbdev's FB_BLANK_ constants to represent power states UNBLANK and POWERDOWN. Introduce dedicated backlight constants to remove this dependency on fbdev. Patch 1 introduces BACKLIGHT_POWER_ON and BACKLIGHT_POWER_OFF, which replace constants from fbdev. There's