[PATCH 0/3] Axiado AX3000 SoC SPI DB controller driver

Vladimir Moravcevic posted 3 patches 2 weeks, 3 days ago
There is a newer version of this series
.../devicetree/bindings/spi/axiado,ax3000-spi.yaml |  62 ++
MAINTAINERS                                        |  10 +
drivers/spi/Kconfig                                |  10 +
drivers/spi/Makefile                               |   1 +
drivers/spi/spi-axiado.c                           | 840 +++++++++++++++++++++
drivers/spi/spi-axiado.h                           | 124 +++
6 files changed, 1047 insertions(+)
[PATCH 0/3] Axiado AX3000 SoC SPI DB controller driver
Posted by Vladimir Moravcevic 2 weeks, 3 days ago
Dear maintainers,

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

Functionality has been verified using the `jedec,spi-nor` interface
to access onboard flash memory. This ensures compatibility with common NOR flash devices
used in boot and storage subsystem.

The driver integrates with the Linux SPI subsystem and follows kernel coding standards.

This initial submission includes:
- Driver implementation under `drivers/spi/`
- Device tree bindings for supported boards
- Kconfig and Makefile integration

Further improvements, including performance tuning and extended hardware feature support,
will be submitted in follow-up patches.

Feedback is welcome.

Signed-off-by: Vladimir Moravcevic <vmoravcevic@axiado.com>
---
Vladimir Moravcevic (3):
      dt-bindings: spi: 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

 .../devicetree/bindings/spi/axiado,ax3000-spi.yaml |  62 ++
 MAINTAINERS                                        |  10 +
 drivers/spi/Kconfig                                |  10 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-axiado.c                           | 840 +++++++++++++++++++++
 drivers/spi/spi-axiado.h                           | 124 +++
 6 files changed, 1047 insertions(+)
---
base-commit: e6b9dce0aeeb91dfc0974ab87f02454e24566182
change-id: 20250905-axiado-ax3000-soc-spi-db-controller-driver-91a5e27c88ff

Best regards,
-- 
Vladimir Moravcevic <vmoravcevic@axiado.com>