X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 00/10] platform: x86: Use backlight power constants
@ 2024-07-31 12:50 Thomas Zimmermann
  2024-07-31 12:50 ` [PATCH 01/10] platform/x86: acer-wmi: " Thomas Zimmermann
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Thomas Zimmermann @ 2024-07-31 12:50 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: platform-driver-x86, linux-kernel, Thomas Zimmermann

Commit a1cacb8a8e70 ("backlight: Add BACKLIGHT_POWER_ constants for
power states") introduced dedicated constants for backlight power states.
Convert X86 platform 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 (10):
  platform/x86: acer-wmi:  Use backlight power constants
  platform/x86: asus-laptop: Use backlight power constants
  platform/x86: asus-nb-wmi: Use backlight power constants
  platform/x86: asus-wmi: Use backlight power constants
  platform/x86: eeepc-laptop: Use backlight power constants
  platform/x86: eeepc-wmi: Use backlight power constants
  platform/x86: fujitsu-laptop: Use backlight power constants
  platform/x86: ideapad-laptop: Use backlight power constants
  platform/x86: oaktrail: Use backlight power constants
  platform/x86: samsung-laptop: Use backlight power constants

 drivers/platform/x86/acer-wmi.c       |  3 +--
 drivers/platform/x86/asus-laptop.c    |  3 +--
 drivers/platform/x86/asus-nb-wmi.c    |  4 ++--
 drivers/platform/x86/asus-wmi.c       | 17 ++++++++---------
 drivers/platform/x86/eeepc-laptop.c   |  3 +--
 drivers/platform/x86/eeepc-wmi.c      |  4 ++--
 drivers/platform/x86/fujitsu-laptop.c |  9 ++++-----
 drivers/platform/x86/ideapad-laptop.c |  7 +++----
 drivers/platform/x86/intel/oaktrail.c |  3 +--
 drivers/platform/x86/samsung-laptop.c |  5 ++---
 10 files changed, 25 insertions(+), 33 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-08-12 14:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 12:50 [PATCH 00/10] platform: x86: Use backlight power constants Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 01/10] platform/x86: acer-wmi: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 02/10] platform/x86: asus-laptop: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 03/10] platform/x86: asus-nb-wmi: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 04/10] platform/x86: asus-wmi: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 05/10] platform/x86: eeepc-laptop: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 06/10] platform/x86: eeepc-wmi: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 07/10] platform/x86: fujitsu-laptop: " Thomas Zimmermann
2024-07-31 13:21   ` Jonathan Woithe
2024-07-31 12:50 ` [PATCH 08/10] platform/x86: ideapad-laptop: " Thomas Zimmermann
2024-07-31 12:50 ` [PATCH 09/10] platform/x86: oaktrail: " Thomas Zimmermann
2024-07-31 12:51 ` [PATCH 10/10] platform/x86: samsung-laptop: " Thomas Zimmermann
2024-08-12 14:29 ` [PATCH 00/10] platform: x86: " Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox