cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@nabladev.com>
To: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Cc: cip-dev@lists.cip-project.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Pavel Machek <pavel@nabladev.com>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	tomm.merciai@gmail.com
Subject: Re: [PATCH 6.12.y-cip 00/24] Add RSPI support for RZ/G3E SoC
Date: Thu, 25 Jun 2026 12:58:08 +0200	[thread overview]
Message-ID: <aj0JwEn8u2zUtM5c@duo.ucw.cz> (raw)
In-Reply-To: <20260617083502.1074160-1-tommaso.merciai.xr@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Hi!

> This patch series adds RSPI support for the Renesas RZ/G3E SoC, which
> features three RSPI controllers. The series also enables DMA support in
> the RSPI driver, and backports the necessary infrastructure changes
> into linux-6.12.y-cip.
> 
> The series is structured as follows:
>  - Clock entries for the three RSPI instances on RZ/G3E SoC
>  - DT binding updates: document DMA properties and add RZ/G3E compatible
>  - Device tree nodes for RZ/G3E RSPI controllers and SMARC board enablement
>  - Driver improvements backported from mainline: DMA support, device-managed
>   APIs, bug fixes for clock setup and FIFO thresholds

There will likely be some minor comments, but this looks okay to me, too.

Reviewed-by: Pavel Machek <pavel@nabladev.com>

I can apply the series if it passes testing and there are no other
comments.

Best regards,
                                                                Pavel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  parent reply	other threads:[~2026-06-25 10:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-17  8:34 [PATCH 6.12.y-cip 00/24] Add RSPI support for RZ/G3E SoC Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 01/24] dmaengine: Add devm_dma_request_chan() Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 02/24] driver core: Add device probe log helper dev_warn_probe() Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 03/24] clk: renesas: r9a09g047: Add entries for the RSPIs Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 04/24] spi: dt-bindings: renesas,rzv2h-rspi: document optional support for DMA Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 05/24] spi: dt-bindings: renesas,rzv2h-rspi: allow multiple DMAs Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 06/24] spi: dt-bindings: renesas,rzv2h-rspi: Document dmas property Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 07/24] spi: dt-bindings: renesas,rzv2h-rspi: Document RZ/G3E SoC support Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 08/24] spi: rzv2h-rspi: fix rzv2h_rspi_transfer_one() indentation Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 09/24] spi: rzv2h-rspi: remove call to spi_finalize_current_transfer() Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 10/24] spi: rzv2h-rspi: do not set SPI_TRANS_FAIL_IO Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 11/24] spi: rzv2h-rspi: use device-managed APIs Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 12/24] spi: rzv2h-rspi: store RX interrupt in state Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 13/24] spi: rzv2h-rspi: set MUST_RX/MUST_TX Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 14/24] spi: rzv2h-rspi: set TX FIFO threshold to 0 Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 15/24] spi: rzv2h-rspi: enable TX buffer empty interrupt Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 16/24] spi: rzv2h-rspi: split out PIO transfer Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 17/24] spi: rzv2h-rspi: add support for DMA mode Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 18/24] spi: rzv2h-rspi: Add support for RZ/G3L (R9A08G046) Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 19/24] spi: rzv2h-rspi: Fix max_speed_hz advertising prohibited bit rate Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 20/24] spi: rzv2h-rspi: Fix invalid SPR=0/BRDV=0 clock configuration Tommaso Merciai
2026-06-17  8:34 ` [PATCH 6.12.y-cip 21/24] spi: rzv2h-rspi: Simplify clock rate search function signatures Tommaso Merciai
2026-06-17  8:35 ` [PATCH 6.12.y-cip 22/24] spi: rzv2h-rspi: Fix silent failure in clock setup error path Tommaso Merciai
2026-06-17  8:35 ` [PATCH 6.12.y-cip 23/24] arm64: dts: renesas: r9a09g047: Add RSPI nodes Tommaso Merciai
2026-06-17  8:35 ` [PATCH 6.12.y-cip 24/24] arm64: dts: renesas: r9a09g047e57-smarc: Enable RSPI0 Tommaso Merciai
2026-06-25 10:58 ` Pavel Machek [this message]
2026-06-27 13:14 ` [PATCH 6.12.y-cip 00/24] Add RSPI support for RZ/G3E SoC Pavel Machek

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=aj0JwEn8u2zUtM5c@duo.ucw.cz \
    --to=pavel@nabladev.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=tomm.merciai@gmail.com \
    --cc=tommaso.merciai.xr@bp.renesas.com \
    /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;
as well as URLs for NNTP newsgroup(s).