[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9b60d9c5-7d2c-a6ed-29d1-aa5dabee5426@kernel.org>
Date: Wed, 28 Sep 2022 10:57:57 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Chuanhong Guo <gch981213@...il.com>, linux-acpi@...r.kernel.org
Cc: Tighe Donnelly <tighe.donnelly@...tonmail.com>,
Mario Limonciello <mario.limonciello@....com>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Len Brown <lenb@...nel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v6] ACPI: skip IRQ override on AMD Zen platforms
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
Powered by blists - more mailing lists