* [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID
@ 2026-08-26 16:36 Mario Limonciello
2026-09-14 16:42 ` Mario Limonciello
0 siblings, 1 reply; 3+ messages in thread
From: Mario Limonciello @ 2026-08-26 16:36 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Hans de Goede, open list, open list:X86 PLATFORM DRIVERS,
Shyam Sundar S K, Mario Limonciello
The AMDI0112 ID is used to bind the PMF driver to some platforms.
It doesn't have any Linux side code changes relative to the most
similar AMDI0105.
Cc: stable@vger.kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
drivers/platform/x86/amd/pmf/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd/pmf/core.c
index b4eae65e675b8..5966190d1496b 100644
--- a/drivers/platform/x86/amd/pmf/core.c
+++ b/drivers/platform/x86/amd/pmf/core.c
@@ -454,6 +454,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
{"AMDI0107", 0},
{"AMDI0108", 0},
{"AMDI0109", 0},
+ {"AMDI0112", 0},
{ }
};
MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);
base-commit: 5b05bb3f6c5716fab6911e12d60dd1f43ad9806a
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID
2026-08-26 16:36 [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID Mario Limonciello
@ 2026-09-14 16:42 ` Mario Limonciello
2026-09-15 10:05 ` Ilpo Järvinen
0 siblings, 1 reply; 3+ messages in thread
From: Mario Limonciello @ 2026-09-14 16:42 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Hans de Goede, open list, open list:X86 PLATFORM DRIVERS,
Shyam Sundar S K
On 8/26/26 11:36, Mario Limonciello wrote:
> The AMDI0112 ID is used to bind the PMF driver to some platforms.
> It doesn't have any Linux side code changes relative to the most
> similar AMDI0105.
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
Hi Ilpo,
I sent this a few weeks ago, just want to make sure it wasn't lost in
the merge window and is still on your list.
Thanks!
> drivers/platform/x86/amd/pmf/core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd/pmf/core.c
> index b4eae65e675b8..5966190d1496b 100644
> --- a/drivers/platform/x86/amd/pmf/core.c
> +++ b/drivers/platform/x86/amd/pmf/core.c
> @@ -454,6 +454,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
> {"AMDI0107", 0},
> {"AMDI0108", 0},
> {"AMDI0109", 0},
> + {"AMDI0112", 0},
> { }
> };
> MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);
>
> base-commit: 5b05bb3f6c5716fab6911e12d60dd1f43ad9806a
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID
2026-09-14 16:42 ` Mario Limonciello
@ 2026-09-15 10:05 ` Ilpo Järvinen
0 siblings, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2026-09-15 10:05 UTC (permalink / raw)
To: Mario Limonciello
Cc: Hans de Goede, open list, open list:X86 PLATFORM DRIVERS,
Shyam Sundar S K
On Mon, 14 Sep 2026, Mario Limonciello wrote:
>
>
> On 8/26/26 11:36, Mario Limonciello wrote:
> > The AMDI0112 ID is used to bind the PMF driver to some platforms.
> > It doesn't have any Linux side code changes relative to the most
> > similar AMDI0105.
> >
> > Cc: stable@vger.kernel.org
> > Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> > ---
>
> Hi Ilpo,
>
> I sent this a few weeks ago, just want to make sure it wasn't lost in the
> merge window and is still on your list.
>
> Thanks!
Hi,
Please don't worry, my plan is to process most of the patch queue this
week.
I've been busy in dealing PCI regressions until now and still am one quirk
short to finish that work.
--
i.
> > drivers/platform/x86/amd/pmf/core.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/platform/x86/amd/pmf/core.c
> > b/drivers/platform/x86/amd/pmf/core.c
> > index b4eae65e675b8..5966190d1496b 100644
> > --- a/drivers/platform/x86/amd/pmf/core.c
> > +++ b/drivers/platform/x86/amd/pmf/core.c
> > @@ -454,6 +454,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] =
> > {
> > {"AMDI0107", 0},
> > {"AMDI0108", 0},
> > {"AMDI0109", 0},
> > + {"AMDI0112", 0},
> > { }
> > };
> > MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);
> >
> > base-commit: 5b05bb3f6c5716fab6911e12d60dd1f43ad9806a
>
--
i.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-15 10:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 16:36 [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID Mario Limonciello
2026-09-14 16:42 ` Mario Limonciello
2026-09-15 10:05 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®