]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: enable the SpacemiT K1 SoC QSPI
authorMark Brown <broonie@kernel.org>
Fri, 7 Nov 2025 09:33:17 +0000 (09:33 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 7 Nov 2025 09:33:17 +0000 (09:33 +0000)
Merge series from Alex Elder <elder@riscstar.com>:

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
  - Allowing the size of storage blocks written to flash chips
    to be set to something different from the AHB buffer size


Trivial merge