The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 0/2] x86/platform/olpc: xo15: Bind to a platform device instead of an ACPI one
@ 2026-05-08 17:59 Rafael J. Wysocki
  2026-05-08 18:00 ` [PATCH v1 1/2] x86/platform/olpc: xo15: Drop wakeup source on driver removal Rafael J. Wysocki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2026-05-08 17:59 UTC (permalink / raw)
  To: x86 Maintainers
  Cc: Ilpo Järvinen, Hans de Goede, LKML, Linux ACPI,
	platform-driver-x86, Borislav Petkov, Thomas Gleixner,
	Dave Hansen

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 x86 platform OLPC XO 1.5
driver.

Patch [1/2] fixes a possible wakeup source object leak on driver removal.

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

Off topic: I'm not really sure why the driver is there in arch/x86 because
there really is nothing specific to x86 in it other than relying on some
ACPI hardware to be present, but that's more about the platform than about
the arch.  I guess it my as well be moved to platform/x86/ (there is one
xo15-related driver in there already).

Thanks!




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

end of thread, other threads:[~2026-05-11 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 17:59 [PATCH v1 0/2] x86/platform/olpc: xo15: Bind to a platform device instead of an ACPI one Rafael J. Wysocki
2026-05-08 18:00 ` [PATCH v1 1/2] x86/platform/olpc: xo15: Drop wakeup source on driver removal Rafael J. Wysocki
2026-05-08 18:01 ` [PATCH v1 2/2] x86/platform/olpc: xo15: Convert ACPI driver to a platform one Rafael J. Wysocki
2026-05-11 14:15 ` [PATCH v1 0/2] x86/platform/olpc: xo15: Bind to a platform device instead of an ACPI one 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