public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] platform/surface: surfacepro3_button: Use platform device for driver binding
@ 2026-03-04 18:53 Rafael J. Wysocki
  2026-03-04 18:54 ` [PATCH v1 1/3] platform/surface: surfacepro3_button: Drop wakeup source on remove Rafael J. Wysocki
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2026-03-04 18:53 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: LKML, Linux ACPI, Hans de Goede, Maximilian Luz,
	platform-driver-x86

Hi All,

This series is part of a larger effort to switch over all drivers using
the struct acpi_driver interface to the more common struct platform_driver
interface and eliminate the former.  The background is explained in
Documentation/driver-api/acpi/acpi-drivers.rst and in the changelog of
the patch that introduced the above document:

https://lore.kernel.org/all/2396510.ElGaqSPkdT@rafael.j.wysocki/

The bottom line is that the kernel would be better off without struct
acpi_driver and so it is better to get rid of it.

This series carries out driver conversion of the Surface Pro3 button
driver.

Patch [1/3] Fixes a wakeup source leak on driver removal.

Patch [2/3] updates the driver to install an ACPI notify handler by itself
instead of using the .notify() callback from struct acpi_driver, which is
requisite for the driver conversion.

Patch [3/3] converts the driver to using struct platform_driver for device
binding.

Thanks!




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

end of thread, other threads:[~2026-03-09 14:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 18:53 [PATCH v1 0/3] platform/surface: surfacepro3_button: Use platform device for driver binding Rafael J. Wysocki
2026-03-04 18:54 ` [PATCH v1 1/3] platform/surface: surfacepro3_button: Drop wakeup source on remove Rafael J. Wysocki
2026-03-04 18:54 ` [PATCH v1 2/3] platform/surface: surfacepro3_button: Register ACPI notify handler Rafael J. Wysocki
2026-03-09 14:07   ` Ilpo Järvinen
2026-03-09 14:08     ` Ilpo Järvinen
2026-03-04 18:55 ` [PATCH v1 3/3] platform/surface: surfacepro3_button: Convert to a platform driver Rafael J. Wysocki
2026-03-09 14:58 ` [PATCH v1 0/3] platform/surface: surfacepro3_button: Use platform device for driver binding Ilpo Järvinen

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