[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250215000302.19753-1-kuurtb@gmail.com>
Date: Fri, 14 Feb 2025 19:03:00 -0500
From: Kurt Borja <kuurtb@...il.com>
To: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Mark Pearson <mpearson-lenovo@...ebb.ca>
Cc: "Hans de Goede" <hdegoede@...hat.com>,
Henrique de Moraes Holschuh <hmh@....eng.br>,
ibm-acpi-devel@...ts.sourceforge.net,
platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
Kurt Borja <kuurtb@...il.com>
Subject: [PATCH 0/2] platform/x86: thinkpad_acpi: Enable devres for subdriver .init callbacks
Hi all,
It was reported by Mark [1] that if subdrivers used devres, the
tpacpi_pdev wouldn't bind successfully to the device, thus failing to
create the various sysfs attributes that this driver exposes.
The original problem is already fixed, however a complete solution was
due.
The approach I took is to let the driver core manage the lifetimes of
the subdrivers (details in Patch [1/2]). This enables devres for
subdrivers and IMO makes the code more maintainable (because of the
lifetime gurantees).
This was compile tested only, because (unfortunately) I don't own a
thinkpad so some testing is absolutely required, as this is an extremely
intricate driver.
Based on top of the for-next branch.
~ Kurt
---
[1] https://lore.kernel.org/platform-driver-x86/20250208091438.5972-1-mpearson-lenovo@squebb.ca/#t
Kurt Borja (2):
platform/x86: thinkpad_acpi: Move subdriver initialization to
tpacpi_pdriver's probe.
platform/x86: thinkpad_acpi: Move HWMON initialization to
tpacpi_hwmon_pdriver's probe
drivers/platform/x86/thinkpad_acpi.c | 176 ++++++++++++---------------
1 file changed, 77 insertions(+), 99 deletions(-)
base-commit: d497c47481f8e8f13e3191c9a707ed942d3bb3d7
--
2.48.1
Powered by blists - more mailing lists