]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: cadence-qspi: Make sure we filter out unsupported ops
authorMiquel Raynal (Schneider Electric) <miquel.raynal@bootlin.com>
Thu, 22 Jan 2026 15:13:32 +0000 (16:13 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 28 Jan 2026 20:41:23 +0000 (20:41 +0000)
commitbee085476d277e1f993cdec57e3c730f536594f0
tree7aaf4f73bab7dad4b47a3bd9d55e0583b265f16c
parent453c5d60d896398c32854b683aff6d5b8386fa03
spi: cadence-qspi: Make sure we filter out unsupported ops

The Cadence driver does not support anything else than repeating the
command opcode twice while in octal DTR mode. Make this clear by
checking for this in the ->supports_op() hook.

Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Miquel Raynal (Schneider Electric) <miquel.raynal@bootlin.com>
Tested-by: Santhosh Kumar K <s-k6@ti.com>
Link: https://patch.msgid.link/20260122-schneider-6-19-rc1-qspi-v4-7-f9c21419a3e6@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-quadspi.c