Re: [PATCH 1/8] ACPI: platform-profile: Add a name member to handlers

From: Lyndon Sanche
Date: Tue Oct 29 2024 - 15:11:40 EST


On 2024-10-25 1:30 p.m., Mario Limonciello wrote:
In order to prepare for allowing multiple handlers, introduce
a name field that can be used to distinguish between different
handlers.

Tested-by: Matthew Schwartz <matthew.schwartz@xxxxxxxxx>
Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
---
drivers/platform/surface/surface_platform_profile.c | 1 +
drivers/platform/x86/acer-wmi.c | 1 +
drivers/platform/x86/amd/pmf/sps.c | 1 +
drivers/platform/x86/asus-wmi.c | 1 +
drivers/platform/x86/dell/dell-pc.c | 1 +
drivers/platform/x86/hp/hp-wmi.c | 1 +
drivers/platform/x86/ideapad-laptop.c | 1 +
drivers/platform/x86/inspur_platform_profile.c | 1 +
drivers/platform/x86/thinkpad_acpi.c | 1 +
include/linux/platform_profile.h | 1 +
10 files changed, 10 insertions(+)

This scope of the patch looks good to me.

Reviewed-by: Lyndon Sanche <lsanche@xxxxxxxxxx>

Thanks,

Lyndon