public inbox for openbmc@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH linux dev-6.18 v1 0/3] Axiado AX3000 SoC SPI DB controller driver
@ 2026-02-13  7:09 Kuan-Jui Chiu
  2026-02-13  7:09 ` [PATCH linux dev-6.18 v1 1/3] spi: dt-bindings: axiado,ax3000-spi: Add binding for Axiado SPI DB controller Kuan-Jui Chiu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuan-Jui Chiu @ 2026-02-13  7:09 UTC (permalink / raw)
  To: openbmc, joel, andrew

This patch series introduces new SPI controller driver for Axiado AX3000 SoC and its evaluation board.

The SPI controller provides:
- Full-duplex and half-duplex transfer support
- Configurable clock polarity and phase
- Interrupt-driven

Vladimir Moravcevic (3):
  spi: dt-bindings: axiado,ax3000-spi: Add binding for Axiado SPI DB
    controller
  spi: axiado: Add driver for Axiado SPI DB controller
  MAINTAINERS: Add entries for the Axiado SPI DB controller

 .../bindings/spi/axiado,ax3000-spi.yaml       |   73 ++
 MAINTAINERS                                   |   11 +
 drivers/spi/Kconfig                           |   10 +
 drivers/spi/Makefile                          |    1 +
 drivers/spi/spi-axiado.c                      | 1007 +++++++++++++++++
 drivers/spi/spi-axiado.h                      |  133 +++
 6 files changed, 1235 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/axiado,ax3000-spi.yaml
 create mode 100644 drivers/spi/spi-axiado.c
 create mode 100644 drivers/spi/spi-axiado.h

-- 
2.34.1



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

end of thread, other threads:[~2026-02-19  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13  7:09 [PATCH linux dev-6.18 v1 0/3] Axiado AX3000 SoC SPI DB controller driver Kuan-Jui Chiu
2026-02-13  7:09 ` [PATCH linux dev-6.18 v1 1/3] spi: dt-bindings: axiado,ax3000-spi: Add binding for Axiado SPI DB controller Kuan-Jui Chiu
2026-02-13  7:09 ` [PATCH linux dev-6.18 v1 2/3] spi: axiado: Add driver " Kuan-Jui Chiu
2026-02-13  7:09 ` [PATCH linux dev-6.18 v1 3/3] MAINTAINERS: Add entries for the " Kuan-Jui Chiu
2026-02-19  9:49 ` [PATCH linux dev-6.18 v1 0/3] Axiado AX3000 SoC SPI DB controller driver Andrew Jeffery

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