The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C
@ 2026-05-14  2:40 thomas
  2026-05-14  2:40 ` [PATCH 1/3] gpio: dwapb: Add LECARC ACPI ID thomas
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: thomas @ 2026-05-14  2:40 UTC (permalink / raw)
  To: rafael, lenb, hoan, linusw, brgl, mika.westerberg,
	andriy.shevchenko, jsd, andi.shyti, broonie
  Cc: linux-acpi, linux-kernel, linux-gpio, linux-i2c, linux-spi,
	lucas_hao, puntar_liu, jihua_tao, stan_xu, lumin_liu,
	notics_zhang, braden_zhang, harold_wu, will_zhang, aurora_jiang,
	ryen_lin, andy_jiang, thomas

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)
- I2C:  LECA0003

The patches are independent but share a common dependency on the
ACPI description file (drivers/acpi/acpi_apd.c) for SPI and I2C.
To avoid merge conflicts, they are submitted as a single series
with the following order:

Patch 1: gpio: dwapb – add LECA0001 to dwapb_acpi_match[].
Patch 2: spi: dw-mmio – add LECA0002 and dw_spi_lecarc_init(),
         plus corresponding entry in acpi_apd.c.
Patch 3: i2c: designware – add LECA0003 to dw_i2c_acpi_match[],
         plus corresponding entry in acpi_apd.c.

All changes have been tested on LECARC evaluation board with
kernel v7.0.0-rc6. No regressions observed on existing hardware.

Please apply.

thomas (3):
  gpio: dwapb: Add LECARC ACPI ID
  spi: dw-mmio: Add LECARC ACPI ID and init hook
  i2c: designware: Add LECARC ACPI ID

 drivers/acpi/acpi_apd.c                     | 12 ++++++++++++
 drivers/gpio/gpio-dwapb.c                   |  1 +
 drivers/i2c/busses/i2c-designware-platdrv.c |  1 +
 drivers/spi/spi-dw-mmio.c                   |  9 +++++++++
 4 files changed, 23 insertions(+)

--
2.43.0

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C
@ 2026-05-14  3:43 thomas
  2026-05-14  7:06 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: thomas @ 2026-05-14  3:43 UTC (permalink / raw)
  To: rafael, lenb, hoan, linusw, brgl, mika.westerberg,
	andriy.shevchenko, jsd, andi.shyti, broonie
  Cc: linux-acpi, linux-kernel, linux-gpio, linux-i2c, linux-spi,
	lucas_hao, puntar_liu, jihua_tao, stan_xu, lumin_liu,
	notics_zhang, braden_zhang, harold_wu, will_zhang, aurora_jiang,
	ryen_lin, andy_jiang, thomas

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)
- I2C:  LECA0003

The patches are independent but share a common dependency on the
ACPI description file (acpi_apd.c) for SPI and I2C. To avoid merge
conflicts, they are submitted as a single series with the following
order:

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,
                 plus corresponding entry in acpi_apd.c.
Patch 3: I2C   – add LECA0003 to DesignWare I2C ACPI match table,
                 plus corresponding entry in acpi_apd.c.

All changes have been tested on LECARC evaluation board with
kernel v7.0.0-rc7. No regressions observed on existing hardware.

Rebase from v7.0.0-rc6 onto v7.0.0-rc7.

Please apply.

 drivers/acpi/acpi_apd.c                     | 12 ++++++++++++
 drivers/gpio/gpio-dwapb.c                   |  1 +
 drivers/i2c/busses/i2c-designware-platdrv.c |  1 +
 drivers/spi/spi-dw-mmio.c                   |  9 +++++++++
 4 files changed, 23 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-14  7:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  2:40 [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C thomas
2026-05-14  2:40 ` [PATCH 1/3] gpio: dwapb: Add LECARC ACPI ID thomas
2026-05-14  2:40 ` [PATCH 2/3] spi: dw-mmio: Add LECARC ACPI ID and init hook thomas
2026-05-14  2:40 ` [PATCH 3/3] i2c: designware: Add LECARC ACPI ID thomas
  -- strict thread matches above, loose matches on Subject: below --
2026-05-14  3:43 [PATCH 0/3] Add LECARC ACPI IDs for DesignWare GPIO, SPI, I2C thomas
2026-05-14  7:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox