Re: [PATCH 0/2] arch: powerpc: Use backlight power constants

2024-08-12 Thread Michael Ellerman
On Wed, 31 Jul 2024 15:06:13 +0200, Thomas Zimmermann wrote: > Commit a1cacb8a8e70 ("backlight: Add BACKLIGHT_POWER_ constants for > power states") introduced dedicated constants for backlight power states. > Convert PowerPC code to the new constants. > > The new constants replace the fbdev consta

[PATCH 0/2] arch: powerpc: Use backlight power constants

2024-07-31 Thread Thomas Zimmermann
Commit a1cacb8a8e70 ("backlight: Add BACKLIGHT_POWER_ constants for power states") introduced dedicated constants for backlight power states. Convert PowerPC code to the new constants. The new constants replace the fbdev constants. This is part of a larger effort to make kernel subsystems more ind