Re: [PATCH v3 1/3] gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs

From: Bartosz Golaszewski

Date: Mon May 18 2026 - 05:10:16 EST


On Mon, May 18, 2026 at 4:50 AM Thomas Lin <thomas_lin@xxxxxxxxxxxxxxx> wrote:
>
> Add ACPI ID "LECA0001" for LECARC SoCs that use the DesignWare
> GPIO controller with V1 register offsets.
>
> Signed-off-by: Thomas Lin <thomas_lin@xxxxxxxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> drivers/gpio/gpio-dwapb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c
> index 15cebc8b5d66..c1f3d83a67c1 100644
> --- a/drivers/gpio/gpio-dwapb.c
> +++ b/drivers/gpio/gpio-dwapb.c
> @@ -694,6 +694,7 @@ static const struct acpi_device_id dwapb_acpi_match[] = {
> {"APMC0D07", GPIO_REG_OFFSET_V1},
> {"APMC0D81", GPIO_REG_OFFSET_V2},
> {"FUJI200A", GPIO_REG_OFFSET_V1},
> + {"LECA0001", GPIO_REG_OFFSET_V1},
> { }
> };
> MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);
> --
> 2.43.0
>

Don't send patches in response to other patches or sub-messages in a
patch thread, b4 can't deal with this. Please start a new thread for
each revision.

Preferably use b4[1] for managing series and it'll avoid you all these problems.

Bart

[1] https://b4.docs.kernel.org/en/latest/