Re: [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID

From: Ilpo Järvinen

Date: Tue Sep 15 2026 - 06:36:37 EST


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@xxxxxxxxxxxxxxx
> > Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
> > ---
>
> 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.