From: Jonathan Cameron <jonathan.cameron@huawei.com>
To: Mark Brown <broonie@kernel.org>
Cc: "David Lechner" <dlechner@baylibre.com>,
"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>,
"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
Subject: Re: [PATCH v6 0/9] spi: add multi-lane support
Date: Wed, 4 Feb 2026 13:53:15 +0000 [thread overview]
Message-ID: <20260204135315.0000580b@huawei.com> (raw)
In-Reply-To: <ed1331d4-2e34-4b30-a0d7-f0e1d6093af8@sirena.org.uk>
On Mon, 2 Feb 2026 23:22:59 +0000
Mark Brown <broonie@kernel.org> wrote:
> On Fri, Jan 23, 2026 at 02:37:23PM -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).
>
> The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
>
> Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-multi-lane
Thanks. Given timing, I plan to hold the last two patches until next cycle.
I'll pick them up nice and early though so they'll be in next shortly after
rc1.
Thanks,
Jonathan
>
> for you to fetch changes up to 0ec5ed7c95d1ba6a74491928ff38abb351dbed36:
>
> spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE (2026-02-02 12:12:47 +0000)
>
> ----------------------------------------------------------------
> spi: Add multi-lane support
>
> 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).
>
> ----------------------------------------------------------------
> CL Wang (1):
> spi: dt-bindings: Add support for ATCSPI200 SPI controller
>
> David Lechner (7):
> spi: dt-bindings: change spi-{rx,tx}-bus-width to arrays
> spi: dt-bindings: add spi-{tx,rx}-lane-map properties
> spi: support controllers with multiple data lanes
> spi: add multi_lane_mode field to struct spi_transfer
> spi: Documentation: add page on multi-lane support
> spi: dt-bindings: adi,axi-spi-engine: add multi-lane support
> spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE
>
> .../bindings/display/panel/sitronix,st7789v.yaml | 5 +-
> .../devicetree/bindings/iio/adc/adi,ad4030.yaml | 42 +++-
> .../devicetree/bindings/iio/adc/adi,ad4695.yaml | 5 +-
> .../bindings/spi/adi,axi-spi-engine.yaml | 15 ++
> .../bindings/spi/allwinner,sun4i-a10-spi.yaml | 6 +-
> .../bindings/spi/allwinner,sun6i-a31-spi.yaml | 6 +-
> .../bindings/spi/andestech,ae350-spi.yaml | 87 +++++++++
> .../bindings/spi/nvidia,tegra210-quad.yaml | 6 +-
> .../bindings/spi/spi-peripheral-props.yaml | 40 +++-
> Documentation/spi/index.rst | 1 +
> Documentation/spi/multiple-data-lanes.rst | 217 +++++++++++++++++++++
> drivers/spi/spi-axi-spi-engine.c | 145 +++++++++++++-
> drivers/spi/spi.c | 144 +++++++++++++-
> include/linux/spi/spi.h | 30 +++
> 14 files changed, 724 insertions(+), 25 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/spi/andestech,ae350-spi.yaml
> create mode 100644 Documentation/spi/multiple-data-lanes.rst
>
next prev parent reply other threads:[~2026-02-04 13:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 20:37 [PATCH v6 0/9] spi: add multi-lane support 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 ` (subset) [PATCH v6 0/9] spi: add multi-lane support Mark Brown
2026-02-02 23:22 ` Mark Brown
2026-02-04 13:53 ` Jonathan Cameron [this message]
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=20260204135315.0000580b@huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=andy@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.