mbox series

[0/2] staging: Use backlight power constants

Message ID 20240731130130.1148153-1-tzimmermann@suse.de
Headers show
Series staging: Use backlight power constants | expand

Message

Thomas Zimmermann July 31, 2024, 12:58 p.m. UTC
Commit a1cacb8a8e70 ("backlight: Add BACKLIGHT_POWER_ constants for
power states") introduced dedicated constants for backlight power states.
Convert staging drivers to the new constants.

The new constants replace the fbdev constants. This is part of a larger
effort to make kernel subsystems more independent from fbdev code and
headers.

Thomas Zimmermann (2):
  staging: fbtft: Use backlight power constants
  staging: olpc_dcon: Use backlight power constants

 drivers/staging/fbtft/fb_ssd1351.c    | 2 +-
 drivers/staging/fbtft/fbtft-core.c    | 6 +++---
 drivers/staging/olpc_dcon/olpc_dcon.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)