devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: atcspi200: Add support for Andes ATCSPI200 SPI controller
@ 2025-11-12  3:47 CL Wang
  2025-11-12  3:47 ` [PATCH 1/2] dt-bindings: spi: Add support for " CL Wang
  2025-11-12  3:47 ` [PATCH 2/2] spi: atcspi200: Add ATCSPI200 SPI driver CL Wang
  0 siblings, 2 replies; 7+ messages in thread
From: CL Wang @ 2025-11-12  3:47 UTC (permalink / raw)
  To: cl634, broonie, linux-spi, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, tim609

This patch series adds support for the Andes ATCSPI200 SPI controller.

Patch 1 adds the device tree binding documentation for the controller.
Patch 2 introduces the SPI controller driver implementation.

Please help review, thanks.

CL Wang (2):
  dt-bindings: spi: Add support for ATCSPI200 SPI controller
  spi: atcspi200: Add ATCSPI200 SPI driver

 .../bindings/spi/andestech,qilai-spi.yaml     |  84 +++
 MAINTAINERS                                   |   6 +
 drivers/spi/Kconfig                           |   9 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-atcspi200.c                   | 651 ++++++++++++++++++
 5 files changed, 751 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/andestech,qilai-spi.yaml
 create mode 100644 drivers/spi/spi-atcspi200.c

-- 
2.34.1


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

end of thread, other threads:[~2025-11-21  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12  3:47 [PATCH 0/2] spi: atcspi200: Add support for Andes ATCSPI200 SPI controller CL Wang
2025-11-12  3:47 ` [PATCH 1/2] dt-bindings: spi: Add support for " CL Wang
2025-11-12 19:02   ` Conor Dooley
2025-11-14  9:46     ` CL Wang
2025-11-12  3:47 ` [PATCH 2/2] spi: atcspi200: Add ATCSPI200 SPI driver CL Wang
2025-11-14 11:58   ` Krzysztof Kozlowski
2025-11-21  9:36     ` CL Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).