From: Mark Brown <broonie@kernel.org>
To: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Marcelo Schmitt" <marcelo.schmitt@analog.com>,
"Michael Hennerich" <michael.hennerich@analog.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"Andy Shevchenko" <andy@kernel.org>,
"David Lechner" <dlechner@baylibre.com>
Cc: Sean Anderson <sean.anderson@linux.dev>,
linux-spi@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
Jonathan Cameron <jonathan.cameron@huawei.com>
Subject: Re: (subset) [PATCH v6 0/9] spi: add multi-lane support
Date: Mon, 02 Feb 2026 22:49:00 +0000 [thread overview]
Message-ID: <177007254040.964046.276664033882680983.b4-ty@kernel.org> (raw)
In-Reply-To: <20260123-spi-add-multi-bus-support-v6-0-12af183c06eb@baylibre.com>
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
next prev parent reply other threads:[~2026-02-02 22:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 20:37 David Lechner
2026-01-23 20:37 ` [PATCH v6 1/9] spi: dt-bindings: change spi-{rx,tx}-bus-width to arrays David Lechner
2026-01-23 20:37 ` [PATCH v6 2/9] spi: dt-bindings: add spi-{tx,rx}-lane-map properties David Lechner
2026-01-23 20:37 ` [PATCH v6 3/9] spi: support controllers with multiple data lanes David Lechner
2026-01-23 20:37 ` [PATCH v6 4/9] spi: add multi_lane_mode field to struct spi_transfer David Lechner
2026-01-23 20:37 ` [PATCH v6 5/9] spi: Documentation: add page on multi-lane support David Lechner
2026-01-23 20:37 ` [PATCH v6 6/9] spi: dt-bindings: adi,axi-spi-engine: add " David Lechner
2026-01-23 20:37 ` [PATCH v6 7/9] spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE David Lechner
2026-01-23 20:37 ` [PATCH v6 8/9] dt-bindings: iio: adc: adi,ad7380: add spi-rx-bus-width property David Lechner
2026-01-23 20:37 ` [PATCH v6 9/9] iio: adc: ad7380: add support for multiple SPI lanes David Lechner
2026-02-02 22:49 ` Mark Brown [this message]
2026-02-02 23:22 ` [PATCH v6 0/9] spi: add multi-lane support Mark Brown
2026-02-04 13:53 ` Jonathan Cameron
2026-02-18 18:53 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177007254040.964046.276664033882680983.b4-ty@kernel.org \
--to=broonie@kernel.org \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=jonathan.cameron@huawei.com \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=marcelo.schmitt@analog.com \
--cc=michael.hennerich@analog.com \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
--cc=sean.anderson@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®