Re: [PATCH v4] nfc: nxp-nci: i2c: use rising-edge IRQ on ACPI systems
From: Bartosz Golaszewski
Date: Tue May 19 2026 - 05:35:14 EST
On Tue, May 19, 2026 at 11:21 AM Carl Lee via B4 Relay
<devnull+carl.lee.amd.com@xxxxxxxxxx> wrote:
>
> From: Carl Lee <carl.lee@xxxxxxx>
>
> Some ACPI-based platforms report incorrect IRQ trigger types (e.g.
> IRQF_TRIGGER_HIGH), which can lead to interrupt storms.
>
> Use the historically working rising-edge trigger on ACPI systems to
> avoid this regression.
>
> Device Tree-based systems continue to use the firmware-provided
> trigger type.
>
> Fixes: 57be33f85e36 ("nfc: nxp-nci: remove interrupt trigger type")
> Cc: stable@xxxxxxxxxxxxxxx
>
> Tested-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> Signed-off-by: Carl Lee <carl.lee@xxxxxxx>
> ---
You didn't collect all the tags.
Tested-by: Luca Stefani <luca.stefani.ge1@xxxxxxxxx>
Reviewed-by: Mark Pearson <mpearson-lenovo@xxxxxxxxx>
Tested-by: Mark Pearson <mpearson-lenovo@xxxxxxxxx>
Bart