Re: [PATCH v6] ACPI: skip IRQ override on AMD Zen platforms

From: Jiri Slaby
Date: Wed Sep 28 2022 - 04:58:13 EST


On 28. 09. 22, 10:31, Jiri Slaby wrote:
Something like the attached. It's:
1) untested yet
2) contains more debug messaging
3) contains both cases for ACPI_ACTIVE_* as I don't know the original polarity

Now, I have DSDT which says for both of them:
IRQ (Level, ActiveLow, ExclusiveAndWake, )

So the patch should actually have:
{ lenovo_laptop, 6, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true },
{ lenovo_laptop, 10, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true },

thanks,
--
js