All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas <thomas_lin@lecomputing.com>
To: rafael@kernel.org, lenb@kernel.org, hoan@os.amperecomputing.com,
	linusw@kernel.org, brgl@kernel.org,
	mika.westerberg@linux.intel.com,
	andriy.shevchenko@linux.intel.com, jsd@semihalf.com,
	andi.shyti@kernel.org, broonie@kernel.org
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org,
	linux-spi@vger.kernel.org, lucas_hao@lecomputing.com,
	puntar_liu@lecomputing.com, jihua_tao@lecomputing.com,
	stan_xu@lecomputing.com, lumin_liu@lecomputing.com,
	notics_zhang@lecomputing.com, braden_zhang@lecomputing.com,
	harold_wu@lecomputing.com, will_zhang@lecomputing.com,
	aurora_jiang@lecomputing.com, ryen_lin@lecomputing.com,
	andy_jiang@lecomputing.com, thomas <thomas_lin@lecomputing.com>
Subject: [PATCH 1/3] gpio: dwapb: Add LECARC ACPI ID
Date: Thu, 14 May 2026 10:40:10 +0800	[thread overview]
Message-ID: <20260514024014.3376511-2-thomas_lin@lecomputing.com> (raw)
In-Reply-To: <20260514024014.3376511-1-thomas_lin@lecomputing.com>

Add ACPI ID "LECA0001" for LECARC SoCs that use the DesignWare GPIO
controller with V1 register offsets.

Signed-off-by: thomas <thomas_lin@lecomputing.com>
---
 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


  reply	other threads:[~2026-05-14  2:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-14  2:40 [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C thomas
2026-05-14  2:40 ` thomas [this message]
2026-05-14  2:40 ` [PATCH 2/3] spi: dw-mmio: Add LECARC ACPI ID and init hook thomas
2026-05-15  9:32   ` Andy Shevchenko
2026-05-14  2:40 ` [PATCH 3/3] i2c: designware: Add LECARC ACPI ID thomas
2026-05-15  9:38   ` Andy Shevchenko
2026-05-15  9:37 ` [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260514024014.3376511-2-thomas_lin@lecomputing.com \
    --to=thomas_lin@lecomputing.com \
    --cc=andi.shyti@kernel.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=andy_jiang@lecomputing.com \
    --cc=aurora_jiang@lecomputing.com \
    --cc=braden_zhang@lecomputing.com \
    --cc=brgl@kernel.org \
    --cc=broonie@kernel.org \
    --cc=harold_wu@lecomputing.com \
    --cc=hoan@os.amperecomputing.com \
    --cc=jihua_tao@lecomputing.com \
    --cc=jsd@semihalf.com \
    --cc=lenb@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=lucas_hao@lecomputing.com \
    --cc=lumin_liu@lecomputing.com \
    --cc=mika.westerberg@linux.intel.com \
    --cc=notics_zhang@lecomputing.com \
    --cc=puntar_liu@lecomputing.com \
    --cc=rafael@kernel.org \
    --cc=ryen_lin@lecomputing.com \
    --cc=stan_xu@lecomputing.com \
    --cc=will_zhang@lecomputing.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.