Linux ACPI
 help / color / mirror / Atom feed
* [PATCH v1 00/10] platform/x86: Stop using acpi_device_name/class()
@ 2026-07-03 11:15 Rafael J. Wysocki
  2026-07-03 11:19 ` [PATCH v1 01/10] platform/x86: asus-laptop: Stop setting acpi_device_name/class() Rafael J.  Wysocki
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Rafael J. Wysocki @ 2026-07-03 11:15 UTC (permalink / raw)
  To: Ilpo Järvinen, platform-driver-x86
  Cc: LKML, Linux ACPI, Hans de Goede, Andy Shevchenko, Corentin Chary,
	Luke D. Jones, Denis Benato, Jonathan Woithe, Robert Gerlach,
	Henrique de Moraes Holschuh, Mark Pearson, Derek J. Clark,
	Kenneth Chan, Mattia Dongili, Azael Avalos

Hi All,

There are two fields in struct acpi_device_pnp, device_name and device_class,
that were supposed to be populated and used by device drivers, but they have
never been used consistently and some drivers just populate them and don't
access them later, and some drivers use them uninitialized.

All of that is confusing and messy, so the drivers for core ACPI devices
have been updated to stop using those fields which are now slated for
removal, but they are still accessed in some places.

This series updates platform x86 drivers accessing those fields to stop
doing that.

Thanks!




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

end of thread, other threads:[~2026-07-03 13:22 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 11:15 [PATCH v1 00/10] platform/x86: Stop using acpi_device_name/class() Rafael J. Wysocki
2026-07-03 11:19 ` [PATCH v1 01/10] platform/x86: asus-laptop: Stop setting acpi_device_name/class() Rafael J.  Wysocki
2026-07-03 11:21 ` [PATCH v1 02/10] platform/x86: eeepc-laptop: " Rafael J.  Wysocki
2026-07-03 11:23 ` [PATCH v1 03/10] platform/x86: fujitsu-laptop: " Rafael J.  Wysocki
2026-07-03 13:08   ` Jonathan Woithe
2026-07-03 11:28 ` [PATCH v1 04/10] platform/x86: fujitsu-tablet: " Rafael J.  Wysocki
2026-07-03 11:30 ` [PATCH v1 05/10] platform/x86: thinkpad_acpi: Stop setting acpi_device_class() Rafael J.  Wysocki
2026-07-03 12:18   ` Andy Shevchenko
2026-07-03 12:20     ` Rafael J. Wysocki (Intel)
2026-07-03 12:18   ` Mark Pearson
2026-07-03 11:30 ` [PATCH v1 06/10] platform/x86: panasonic-laptop: Stop setting acpi_device_name/class() Rafael J. Wysocki (Intel)
2026-07-03 11:32 ` [PATCH v1 07/10] platform/x86: sony-laptop: Stop setting acpi_device_class() Rafael J.  Wysocki
2026-07-03 11:36 ` [PATCH v1 08/10] platform/x86: toshiba_acpi: Do not use uninitialized device_class Rafael J.  Wysocki
2026-07-03 11:36 ` [PATCH v1 09/10] platform/x86: toshiba_haps: " Rafael J.  Wysocki
2026-07-03 11:37 ` [PATCH v1 10/10] platform/x86: xo15-ebook: Stop setting acpi_device_name/class() Rafael J.  Wysocki
2026-07-03 12:10 ` [PATCH v1 00/10] platform/x86: Stop using acpi_device_name/class() Andy Shevchenko
2026-07-03 12:15   ` Rafael J. Wysocki (Intel)
2026-07-03 12:41     ` Andy Shevchenko
2026-07-03 12:44       ` Rafael J. Wysocki (Intel)
2026-07-03 12:47         ` Andy Shevchenko
2026-07-03 12:19   ` Andy Shevchenko
2026-07-03 12:24     ` Rafael J. Wysocki (Intel)

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