[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220607184635.1127913-1-steve@sk2.org>
Date: Tue, 7 Jun 2022 20:46:31 +0200
From: Stephen Kitt <steve@....org>
To: "Lee, Chun-Yi" <jlee@...e.com>,
Hans de Goede <hdegoede@...hat.com>,
Mark Gross <markgross@...nel.org>,
Cezary Jackiewicz <cezary.jackiewicz@...il.com>,
Henrique de Moraes Holschuh <hmh@....eng.br>
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Stephen Kitt <steve@....org>
Subject: [PATCH 0/4] platform/x86: Use backlight helpers
backlight_properties.fb_blank is deprecated. The states it represents
are handled by other properties; but instead of accessing those
properties directly, drivers should use the helpers provided by
backlight.h.
This will ultimately allow fb_blank to be removed.
Stephen Kitt (4):
platform/x86: acer-wmi: Use backlight helper
platform/x86: apple-gmux: Use backlight helper
platform/x86: compal-laptop: Use backlight helper
platform/x86: thinkpad_acpi: Use backlight helper
drivers/platform/x86/acer-wmi.c | 7 +------
drivers/platform/x86/apple-gmux.c | 5 +----
drivers/platform/x86/compal-laptop.c | 4 +---
drivers/platform/x86/thinkpad_acpi.c | 5 +----
4 files changed, 4 insertions(+), 17 deletions(-)
base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
--
2.30.2
Powered by blists - more mailing lists