lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176432551630.7427.14238398482885718801.b4-ty@linux.intel.com>
Date: Fri, 28 Nov 2025 12:25:16 +0200
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: tiwai@...e.de, hansg@...nel.org, Baojun Xu <baojun.xu@...com>
Cc: broonie@...nel.org, andriy.shevchenko@...ux.intel.com, 
 alsa-devel@...a-project.org, shenghao-ding@...com, 13916275206@....com, 
 platform-driver-x86@...r.kernel.org, linux-sound@...r.kernel.org, 
 linux-kernel@...r.kernel.org, letitia.tsai@...com
Subject: Re: [PATCH v5] platform/x86: serial-multi-instantiate: Add
 IRQ_RESOURCE_OPT for IRQ missing projects

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.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ