]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: platform_profile: Replace *class_dev member with class_dev
authorKurt Borja <kuurtb@gmail.com>
Thu, 16 Jan 2025 00:27:03 +0000 (19:27 -0500)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 16 Jan 2025 15:26:22 +0000 (17:26 +0200)
commitd960f14800b581d79e1c3df4db524d9d4b3aac9a
tree2dc6fbcbda2e51fa6023fa96e95a889d0907e1bc
parentd98bf6a6ed61a8047e199495b0887cce392f8e5b
ACPI: platform_profile: Replace *class_dev member with class_dev

Instead of holding a reference to the class device, embed it the
platform_profile_handler. This involves manually creating and
registering the device and replacing dev_get_drvdata() with the newly
created to_pprof_handler() macro.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Tested-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Link: https://lore.kernel.org/r/20250116002721.75592-2-kuurtb@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/acpi/platform_profile.c
include/linux/platform_profile.h