[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <038d2490-0cfd-e68c-2129-b386e1c9d071@redhat.com>
Date: Mon, 11 Oct 2021 15:46:32 +0200
From: Hans de Goede <hdegoede@...hat.com>
To: Sachi King <nakato@...ato.io>, Shyam-sundar.S-k@....com,
mgross@...ux.intel.com, mario.limonciello@....com,
rafael@...nel.org, lenb@...nel.org
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH 1/2] platform/x86: amd-pmc: Add alternative acpi id for
PMC controller
Hi,
On 10/2/21 6:18 AM, Sachi King wrote:
> The Surface Laptop 4 AMD has used the AMD0005 to identify this
> controller instead of using the appropriate ACPI ID AMDI0005. Include
> AMD0005 in the acpi id list.
>
> Cc: <stable@...r.kernel.org> # 5.14+
> Signed-off-by: Sachi King <nakato@...ato.io>
Thank you for your patch, I've applied this patch to my review-hans
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans
Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.
I will also include this in my upcoming pdx86-fixes pull-req for 5.15 .
Regards,
Hans
> ---
> drivers/platform/x86/amd-pmc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/amd-pmc.c b/drivers/platform/x86/amd-pmc.c
> index d6a7c896ac86..fc95620101e8 100644
> --- a/drivers/platform/x86/amd-pmc.c
> +++ b/drivers/platform/x86/amd-pmc.c
> @@ -476,6 +476,7 @@ static const struct acpi_device_id amd_pmc_acpi_ids[] = {
> {"AMDI0006", 0},
> {"AMDI0007", 0},
> {"AMD0004", 0},
> + {"AMD0005", 0},
> { }
> };
> MODULE_DEVICE_TABLE(acpi, amd_pmc_acpi_ids);
>
Powered by blists - more mailing lists