]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: platform_profile: Notify class device from platform_profile_notify()
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 6 Dec 2024 03:19:15 +0000 (21:19 -0600)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 10 Dec 2024 17:18:16 +0000 (19:18 +0200)
commit37a6853d83f8af1b68346b555a7dd78e2c7f10e5
tree243209ec1865616a5c02966bcedda4736180d4b6
parent70246f89c55fb1be0367a584000fd68502a0933f
ACPI: platform_profile: Notify class device from platform_profile_notify()

When a driver has called platform_profile_notify() both the legacy sysfs
interface and the class device should be notified as userspace may listen
to either.

Reviewed-by: Armin Wolf <W_Armin@gmx.de>
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20241206031918.1537-20-mario.limonciello@amd.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/acpi/platform_profile.c