X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/x86: Convert to platform remove callback returning void (part II)
@ 2023-12-04 21:52 Uwe Kleine-König
  2023-12-04 21:52 ` [PATCH 1/2] platform/x86: asus-wmi: Convert to platform remove callback returning void Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2023-12-04 21:52 UTC (permalink / raw)
  To: Corentin Chary, Hans de Goede, Ilpo Järvinen, Rishit Bansal,
	Mario Limonciello, Jonathan Singer, Krzysztof Kozlowski,
	SungHwan Jung
  Cc: acpi4asus-user, platform-driver-x86, linux-kernel, kernel

Hello,

back when I sent a series to convert all platform drivers below
drivers/platform to use .remove_new()[1] I missed the two drivers
converted here.

The two patches have no dependency, so each can be picked individually
if needed by the driver maintainers. (But I won't say no if Hans picks
up both patches together :-)

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.

Best regards
Uwe

[1] https://lore.kernel.org/r/20230927081040.2198742-1-u.kleine-koenig@pengutronix.de


Uwe Kleine-König (2):
  platform/x86: asus-wmi: Convert to platform remove callback returning
    void
  platform/x86: hp-wmi: Convert to platform remove callback returning
    void

 drivers/platform/x86/asus-wmi.c  | 5 ++---
 drivers/platform/x86/hp/hp-wmi.c | 6 ++----
 2 files changed, 4 insertions(+), 7 deletions(-)

base-commit: 629a3b49f3f957e975253c54846090b8d5ed2e9b
-- 
2.42.0


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

end of thread, other threads:[~2023-12-11 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 21:52 [PATCH 0/2] platform/x86: Convert to platform remove callback returning void (part II) Uwe Kleine-König
2023-12-04 21:52 ` [PATCH 1/2] platform/x86: asus-wmi: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-04 21:52 ` [PATCH 2/2] platform/x86: hp-wmi: " Uwe Kleine-König
2023-12-11 10:04 ` [PATCH 0/2] platform/x86: Convert to platform remove callback returning void (part II) 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