[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251020165152.666221-1-elder@riscstar.com>
Date: Mon, 20 Oct 2025 11:51:43 -0500
From: Alex Elder <elder@...cstar.com>
To: han.xu@....com,
broonie@...nel.org,
dlan@...too.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
pjw@...nel.org,
palmer@...belt.com,
aou@...s.berkeley.edu
Cc: alex@...ti.fr,
p.zabel@...gutronix.de,
emil.renner.berthing@...onical.com,
geert+renesas@...der.be,
fustini@...nel.org,
ben717@...estech.com,
apatel@...tanamicro.com,
joel@....id.au,
guodong@...cstar.com,
linux-spi@...r.kernel.org,
imx@...ts.linux.dev,
devicetree@...r.kernel.org,
spacemit@...ts.linux.dev,
linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] spi: enable the SpacemiT K1 SoC QSPI
This series adds support for the SpacemiT K1 SoC QSPI. This IP
is generally compatible with the Freescale QSPI driver, requiring
three minor changes to enable it to be supported. The changes
are:
- Adding support for optional resets
- Having the clock *not* be disabled when changing its rate
- Using a fixed 1K size for flash chips rather than having it
be related to the AHB buffer size.
-Alex
This series is available here:
https://github.com/riscstar/linux/tree/outgoing/qspi-v1
Alex Elder (8):
dt-bindings: spi: fsl-qspi: add optional resets
dt-bindings: spi: fsl-qspi: support SpacemiT K1
spi: fsl-qspi: add optional reset support
spi: fsl-qspi: add a clock disable quirk
spi: fsl-qspi: allot 1KB per chip
spi: fsl-qspi: support the SpacemiT K1 SoC
riscv: dts: spacemit: enable K1 SoC QSPI on BPI-F3
riscv: defconfig: enable SPI_FSL_QUADSPI as a module
.../bindings/spi/fsl,spi-fsl-qspi.yaml | 6 ++
.../boot/dts/spacemit/k1-bananapi-f3.dts | 6 ++
arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 21 +++++++
arch/riscv/boot/dts/spacemit/k1.dtsi | 16 +++++
arch/riscv/configs/defconfig | 1 +
drivers/spi/Kconfig | 3 +-
drivers/spi/spi-fsl-qspi.c | 60 ++++++++++++++-----
7 files changed, 98 insertions(+), 15 deletions(-)
base-commit: 606da5bb165594c052ee11de79bf05bc38bc1aa6
--
2.48.1
Powered by blists - more mailing lists