]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE
authorDavid Lechner <dlechner@baylibre.com>
Fri, 23 Jan 2026 20:37:30 +0000 (14:37 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2026 12:12:47 +0000 (12:12 +0000)
commit0ec5ed7c95d1ba6a74491928ff38abb351dbed36
treebde94550fb4eaa280245c8d6892565cda1322313
parent2e706f86a5aa94702694774efb7d8b151c6d724f
spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE

Add support for SPI_MULTI_LANE_MODE_STRIPE to the AXI SPI engine driver.

The v2.0.0 version of the AXI SPI Engine IP core supports multiple
lanes. This can be used with SPI_MULTI_LANE_MODE_STRIPE to support
reading from simultaneous sampling ADCs that have a separate SDO line
for each analog channel. This allows reading all channels at the same
time to increase throughput.

Reviewed-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20260123-spi-add-multi-bus-support-v6-7-12af183c06eb@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-axi-spi-engine.c