[PATCH 0/2] Subject: [PATCH v5 0/2] arm64: Add LECARC ACPI IDs for DesignWare GPIO, SPI

Thomas Lin posted 2 patches 3 days, 19 hours ago
drivers/acpi/acpi_apd.c   | 7 +++++++
drivers/gpio/gpio-dwapb.c | 1 +
drivers/spi/spi-dw-mmio.c | 7 ++++---
3 files changed, 12 insertions(+), 3 deletions(-)
[PATCH 0/2] Subject: [PATCH v5 0/2] arm64: Add LECARC ACPI IDs for DesignWare GPIO, SPI
Posted by Thomas Lin 3 days, 19 hours ago
This patch series adds ACPI identification for LECARC SoCs that
integrate Synopsys DesignWare peripherals.

LECARC platforms use the following ACPI HIDs:

GPIO: LECA0001 (V1 register offsets)

SPI: LECA0002 (requires custom init function)

Patch 1: GPIO – add LECA0001 to dwapb_gpio ACPI match table.
Patch 2: SPI – add LECA0002 and dw_spi_lecarc_init() to spi-dw-mmio,

Changes since v1:

- Revised subject lines to match subsystem style guidelines
- No functional changes
- All the comments from reviews has been fixed

Changes since v2:
- Wrap long commit description lines to 72 columns
- Fix code indentation in spi-dw-mmio.c: use tabs + spaces for alignment
- No functional changes

Changes since v3:
- Start a new thread for each revision

Changes since v4:
- patch to strip away conflicts

Thomas Lin (2):
  gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs
  spi: dw-mmio: Add ACPI ID LECA0002 for LECARC SoCs

Signed-off-by: Thomas Lin <thomas_lin@lecomputing.com>
---
Thomas Lin (2):
      gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs
      spi: dw-mmio: Add ACPI ID LECA0002 for LECARC SoCs

 drivers/acpi/acpi_apd.c   | 7 +++++++
 drivers/gpio/gpio-dwapb.c | 1 +
 drivers/spi/spi-dw-mmio.c | 7 ++++---
 3 files changed, 12 insertions(+), 3 deletions(-)
---
base-commit: 8bc67e4db64aa72732c474b44ea8622062c903f0
change-id: 20260521-lecarc-acpi-ids-a6967e1ec5b5

Best regards,
--  
Thomas Lin <thomas_lin@lecomputing.com>

Re: (subset) [PATCH 0/2] Subject: [PATCH v5 0/2] arm64: Add LECARC ACPI IDs for DesignWare GPIO, SPI
Posted by Mark Brown 3 days, 11 hours ago
On Thu, 21 May 2026 10:34:48 +0800, Thomas Lin wrote:
> Subject: [PATCH v5 0/2] arm64: Add LECARC ACPI IDs for DesignWare GPIO, SPI
> 
> This patch series adds ACPI identification for LECARC SoCs that
> integrate Synopsys DesignWare peripherals.
> 
> LECARC platforms use the following ACPI HIDs:
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-7.2

Thanks!

[2/2] spi: dw-mmio: Add ACPI ID LECA0002 for LECARC SoCs
      https://git.kernel.org/broonie/spi/c/019947c49585

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: (subset) [PATCH 0/2] Subject: [PATCH v5 0/2] arm64: Add LECARC ACPI IDs for DesignWare GPIO, SPI
Posted by Bartosz Golaszewski 3 days, 12 hours ago
On Thu, 21 May 2026 10:34:48 +0800, Thomas Lin wrote:
> This patch series adds ACPI identification for LECARC SoCs that
> integrate Synopsys DesignWare peripherals.
> 
> LECARC platforms use the following ACPI HIDs:
> 
> GPIO: LECA0001 (V1 register offsets)
> 
> [...]

Applied, thanks!

[1/2] gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs
      https://git.kernel.org/brgl/c/d01bf517cbbd5a4b0c16ba2d5107bda0e361b00c

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>