Re: (subset) [PATCH v6 0/9] spi: add multi-lane support
From: Mark Brown
Date: Mon Feb 02 2026 - 17:55:33 EST
On Fri, 23 Jan 2026 14:37:23 -0600, David Lechner wrote:
> This series is adding support for SPI controllers and peripherals that
> have multiple SPI data lanes (data lanes being independent sets of
> SDI/SDO lines, each with their own serializer/deserializer).
>
> This series covers this specific use case:
>
> +--------------+ +---------+
> | SPI | | SPI |
> | Controller | | ADC |
> | | | |
> | CS0 |--->| CS |
> | SCLK |--->| SCLK |
> | SDO |--->| SDI |
> | SDI0 |<---| SDOA |
> | SDI1 |<---| SDOB |
> | SDI2 |<---| SDOC |
> | SDI3 |<---| SDOD |
> +--------------+ +--------+
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
Thanks!
[1/9] spi: dt-bindings: change spi-{rx,tx}-bus-width to arrays
commit: 37bb4033e48b8a0ddee66fd77f9e12a9a930681b
[2/9] spi: dt-bindings: add spi-{tx,rx}-lane-map properties
commit: 31eab8425110b933dd7c818809cb4ffa3b2c6d82
[3/9] spi: support controllers with multiple data lanes
commit: 002d561f89c3a61ee17d38070e48ea4eb1243732
[4/9] spi: add multi_lane_mode field to struct spi_transfer
commit: 5621a7bc851658ea2f8e015060f8bb5d27739b06
[5/9] spi: Documentation: add page on multi-lane support
commit: 05c3bd745bb065223201824f0044455558541bdc
[6/9] spi: dt-bindings: adi,axi-spi-engine: add multi-lane support
commit: 2e706f86a5aa94702694774efb7d8b151c6d724f
[7/9] spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE
commit: 0ec5ed7c95d1ba6a74491928ff38abb351dbed36
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark