Re: [PATCH v5] platform/x86: serial-multi-instantiate: Add IRQ_RESOURCE_OPT for IRQ missing projects
From: Ilpo Järvinen
Date: Fri Nov 28 2025 - 05:25:28 EST
On Wed, 26 Nov 2025 22:14:33 +0800, Baojun Xu wrote:
> The tas2781-hda supports multi-projects. In some projects, GpioInt() was
> dropped due to no IRQ connection. See the example code below:
>
> Device (SPKR)
> {
> Name (_ADR, One)
> Name (_HID, "TXNW2781")
> Method (_CRS, 0, NotSerialized)
> {
> Name (RBUF, ResourceTemplate ()
> {
> I2cSerialBusV2 (0x0038, ...)
> I2cSerialBusV2 (0x0039, ...)
> // GpioInt (Edge, ...) { 0x0000 }
> //"GpioInt (...) {}" was commented out due to no IRQ connection.
> })
> Return (RBUF)
> }
> }
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: serial-multi-instantiate: Add IRQ_RESOURCE_OPT for IRQ missing projects
commit: 1d1b8b0734af5149946e687415bf6be05ae55bd6
--
i.