* [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 @ 2022-11-09 8:33 Shyam Sundar S K 2022-11-11 17:29 ` Limonciello, Mario 0 siblings, 1 reply; 3+ messages in thread From: Shyam Sundar S K @ 2022-11-09 8:33 UTC (permalink / raw) To: hdegoede, markgross Cc: mario.limonciello, platform-driver-x86, Shyam Sundar S K Add new a new ACPI ID AMDI0009 used by upcoming AMD platform to the pmc supported list of devices. Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> --- 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 96e790e639a2..febd798d1fa2 100644 --- a/drivers/platform/x86/amd/pmc.c +++ b/drivers/platform/x86/amd/pmc.c @@ -964,6 +964,7 @@ static const struct acpi_device_id amd_pmc_acpi_ids[] = { {"AMDI0006", 0}, {"AMDI0007", 0}, {"AMDI0008", 0}, + {"AMDI0009", 0}, {"AMD0004", 0}, {"AMD0005", 0}, { } -- 2.25.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 2022-11-09 8:33 [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 Shyam Sundar S K @ 2022-11-11 17:29 ` Limonciello, Mario 2022-11-15 12:17 ` Hans de Goede 0 siblings, 1 reply; 3+ messages in thread From: Limonciello, Mario @ 2022-11-11 17:29 UTC (permalink / raw) To: hdegoede@redhat.com Cc: platform-driver-x86@vger.kernel.org, S-k, Shyam-sundar, markgross@kernel.org [Public] > -----Original Message----- > From: S-k, Shyam-sundar <Shyam-sundar.S-k@amd.com> > Sent: Wednesday, November 9, 2022 02:34 > To: hdegoede@redhat.com; markgross@kernel.org > Cc: Limonciello, Mario <Mario.Limonciello@amd.com>; platform-driver- > x86@vger.kernel.org; S-k, Shyam-sundar <Shyam-sundar.S-k@amd.com> > Subject: [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 > > Add new a new ACPI ID AMDI0009 used by upcoming AMD platform to the > pmc > supported list of devices. > > Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Hans, As this is just a new ID it should be relatively low risk. The rest of this platform's enablement is in 6.0, would you also please consider to take this to: Cc: stable@vger.kernel.org # 6.0 Thanks! > --- > 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 96e790e639a2..febd798d1fa2 100644 > --- a/drivers/platform/x86/amd/pmc.c > +++ b/drivers/platform/x86/amd/pmc.c > @@ -964,6 +964,7 @@ static const struct acpi_device_id > amd_pmc_acpi_ids[] = { > {"AMDI0006", 0}, > {"AMDI0007", 0}, > {"AMDI0008", 0}, > + {"AMDI0009", 0}, > {"AMD0004", 0}, > {"AMD0005", 0}, > { } > -- > 2.25.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 2022-11-11 17:29 ` Limonciello, Mario @ 2022-11-15 12:17 ` Hans de Goede 0 siblings, 0 replies; 3+ messages in thread From: Hans de Goede @ 2022-11-15 12:17 UTC (permalink / raw) To: Limonciello, Mario Cc: platform-driver-x86@vger.kernel.org, S-k, Shyam-sundar, markgross@kernel.org Hi, On 11/11/22 18:29, Limonciello, Mario wrote: > [Public] > > > >> -----Original Message----- >> From: S-k, Shyam-sundar <Shyam-sundar.S-k@amd.com> >> Sent: Wednesday, November 9, 2022 02:34 >> To: hdegoede@redhat.com; markgross@kernel.org >> Cc: Limonciello, Mario <Mario.Limonciello@amd.com>; platform-driver- >> x86@vger.kernel.org; S-k, Shyam-sundar <Shyam-sundar.S-k@amd.com> >> Subject: [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 >> >> Add new a new ACPI ID AMDI0009 used by upcoming AMD platform to the >> pmc >> supported list of devices. >> >> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> > > Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> > > Hans, > > As this is just a new ID it should be relatively low risk. The rest of this > platform's enablement is in 6.0, would you also please consider to take > this to: > > Cc: stable@vger.kernel.org # 6.0 Done. Thank you for your patch, I've applied this patch to my fixes branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes Note it will show up in my fixes branch once I've pushed my local branch there, which might take a while. I will include this patch in my next fixes pull-req to Linus for the current kernel development cycle. 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 96e790e639a2..febd798d1fa2 100644 >> --- a/drivers/platform/x86/amd/pmc.c >> +++ b/drivers/platform/x86/amd/pmc.c >> @@ -964,6 +964,7 @@ static const struct acpi_device_id >> amd_pmc_acpi_ids[] = { >> {"AMDI0006", 0}, >> {"AMDI0007", 0}, >> {"AMDI0008", 0}, >> + {"AMDI0009", 0}, >> {"AMD0004", 0}, >> {"AMD0005", 0}, >> { } >> -- >> 2.25.1 > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-15 12:19 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-11-09 8:33 [PATCH] platform/x86/amd/pmc: Add new ACPI ID AMDI0009 Shyam Sundar S K 2022-11-11 17:29 ` Limonciello, Mario 2022-11-15 12:17 ` Hans de Goede
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox