[PATCH 0/5] Add QSPI support for sam9x7 and sama7d65 SoCs

Dharma Balasubiramani posted 5 patches 1 month ago
There is a newer version of this series
.../devicetree/bindings/spi/atmel,quadspi.yaml     |   3 +
drivers/spi/atmel-quadspi.c                        | 134 ++++++++++++++++-----
2 files changed, 105 insertions(+), 32 deletions(-)
[PATCH 0/5] Add QSPI support for sam9x7 and sama7d65 SoCs
Posted by Dharma Balasubiramani 1 month ago
This patch series adds support for SAM9X7 and sama7d65 QSPI controller
along with the SoC-specific capabilities.

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
Dharma Balasubiramani (4):
      spi: atmel,quadspi: Document sam9x7 QSPI
      spi: atmel,quadspi: Define sama7d65 QSPI
      spi: atmel-quadspi: add padcalib, 2xgclk, and dllon capabilities
      spi: atmel-quadspi: add support for SAM9X7 QSPI controller

Varshini Rajendran (1):
      spi: atmel-quadspi: Add support for sama7d65 QSPI

 .../devicetree/bindings/spi/atmel,quadspi.yaml     |   3 +
 drivers/spi/atmel-quadspi.c                        | 134 ++++++++++++++++-----
 2 files changed, 105 insertions(+), 32 deletions(-)
---
base-commit: 33bcf93b9a6b028758105680f8b538a31bc563cf
change-id: 20250902-microchip-qspi-eb7c94151c3e

Best regards,
-- 
Dharma Balasubiramani <dharma.b@microchip.com>
Re: [PATCH 0/5] Add QSPI support for sam9x7 and sama7d65 SoCs
Posted by Mark Brown 1 month ago
On Tue, Sep 02, 2025 at 11:22:17AM +0530, Dharma Balasubiramani wrote:
> This patch series adds support for SAM9X7 and sama7d65 QSPI controller
> along with the SoC-specific capabilities.

The driver bits of this all look OK to me.