linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] fbdev: Use backlight power constants
@ 2024-07-31 12:33 Thomas Zimmermann
  2024-07-31 12:33 ` [PATCH 1/9] fbdev: atmel_lcdfb: " Thomas Zimmermann
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Thomas Zimmermann @ 2024-07-31 12:33 UTC (permalink / raw)
  To: deller
  Cc: linux-fbdev, dri-devel, linux-arm-kernel, linux-omap,
	Thomas Zimmermann

Commit a1cacb8a8e70 ("backlight: Add BACKLIGHT_POWER_ constants for
power states") introduced dedicated constants for backlight power states.
Convert fbdev 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 (9):
  fbdev: atmel_lcdfb: Use backlight power constants
  fbdev: aty128fb: Use backlight power constants
  fbdev: atyfb: Use backlight power constants
  fbdev: chipsfb: Use backlight power constants
  fbdev: nvidiafb: Use backlight power constants
  fbdev: omapfb: Use backlight power constants
  fbdev: radeonfb: Use backlight power constants
  fbdev: rivafb: Use backlight power constants
  fbdev: sh_mobile_lcdc_fb: Use backlight power constants

 drivers/video/fbdev/atmel_lcdfb.c                           | 4 ++--
 drivers/video/fbdev/aty/aty128fb.c                          | 6 +++---
 drivers/video/fbdev/aty/atyfb_base.c                        | 2 +-
 drivers/video/fbdev/aty/radeon_backlight.c                  | 2 +-
 drivers/video/fbdev/chipsfb.c                               | 2 +-
 drivers/video/fbdev/nvidia/nv_backlight.c                   | 2 +-
 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c    | 4 ++--
 .../fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c      | 2 +-
 drivers/video/fbdev/riva/fbdev.c                            | 2 +-
 drivers/video/fbdev/sh_mobile_lcdcfb.c                      | 6 +++---
 10 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-08-16  8:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 12:33 [PATCH 0/9] fbdev: Use backlight power constants Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 1/9] fbdev: atmel_lcdfb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 2/9] fbdev: aty128fb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 3/9] fbdev: atyfb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 4/9] fbdev: chipsfb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 5/9] fbdev: nvidiafb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 6/9] fbdev: omapfb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 7/9] fbdev: radeonfb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 8/9] fbdev: rivafb: " Thomas Zimmermann
2024-07-31 12:33 ` [PATCH 9/9] fbdev: sh_mobile_lcdc_fb: " Thomas Zimmermann
2024-08-16  7:43 ` [PATCH 0/9] fbdev: " Thomas Zimmermann
2024-08-16  8:11   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).