mbox series

[v3,0/2] spi: atmel-quadspi: Refactor to allow supporting SAMA7G5 O/QSPI

Message ID 20241128174316.3209354-1-csokas.bence@prolan.hu (mailing list archive)
Headers show
Series spi: atmel-quadspi: Refactor to allow supporting SAMA7G5 O/QSPI | expand

Message

Csókás, Bence Nov. 28, 2024, 5:43 p.m. UTC
This is based on Tudor Ambarus' submission from 2021, and my refactor
of said sumbission from roughly a month ago.
Link: https://lore.kernel.org/linux-spi/20211214133404.121739-1-tudor.ambarus@microchip.com/
Link: https://lore.kernel.org/linux-spi/20241030084445.2438750-1-csokas.bence@prolan.hu/

This time, I submit both my refactor and the diff between it and the
original submission, rebased on top of Linus' master, namely:
commit 7d4050728c83 ("Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs")

Tested on a SAMA5G27C, we'll soon test on a SAMA7G54 we got from
Microchip for this purpose.

Csókás, Bence (1):
  spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC
    families

Tudor Ambarus (1):
  spi: atmel-quadspi: Add support for sama7g5 QSPI

 drivers/spi/atmel-quadspi.c | 925 ++++++++++++++++++++++++++++++++++--
 1 file changed, 874 insertions(+), 51 deletions(-)