[PATCH v2 0/3] Add RSPI support for RZ/V2H

Fabrizio Castro posted 3 patches 3 months ago
.../bindings/spi/renesas,rzv2h-rspi.yaml      |  96 ++++
MAINTAINERS                                   |   8 +
drivers/spi/Kconfig                           |   8 +
drivers/spi/Makefile                          |   1 +
drivers/spi/spi-rzv2h-rspi.c                  | 466 ++++++++++++++++++
5 files changed, 579 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml
create mode 100644 drivers/spi/spi-rzv2h-rspi.c
[PATCH v2 0/3] Add RSPI support for RZ/V2H
Posted by Fabrizio Castro 3 months ago
Dear All,

This series adds support for the Renesas RZ/V2H RSPI IP.

Cheers,
Fab

v1->v2:
* Addressed build error reported by the kernel test robot.
* Addressed comments from Biju in driver patch.
* Addressed comments from Mark in driver patch.
* The clock patch has been accepted, therefore it's not been included
  in this version.
* The defconfig patch has been accepted (pending acceptance of the
  driver), therefore it's not been included in this version.
* The device tree patch has been accepted (pending acceptance of
  the dt-bindings patch), therefore it's not been included in this
  version.

Fabrizio Castro (3):
  spi: dt-bindings: Document the RZ/V2H(P) RSPI
  spi: Add driver for the RZ/V2H(P) RSPI IP
  MAINTAINERS: Add entries for the RZ/V2H(P) RSPI

 .../bindings/spi/renesas,rzv2h-rspi.yaml      |  96 ++++
 MAINTAINERS                                   |   8 +
 drivers/spi/Kconfig                           |   8 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-rzv2h-rspi.c                  | 466 ++++++++++++++++++
 5 files changed, 579 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml
 create mode 100644 drivers/spi/spi-rzv2h-rspi.c

-- 
2.34.1
Re: [PATCH v2 0/3] Add RSPI support for RZ/V2H
Posted by Mark Brown 2 months, 2 weeks ago
On Fri, 04 Jul 2025 17:20:33 +0100, Fabrizio Castro wrote:
> This series adds support for the Renesas RZ/V2H RSPI IP.
> 
> Cheers,
> Fab
> 
> v1->v2:
> * Addressed build error reported by the kernel test robot.
> * Addressed comments from Biju in driver patch.
> * Addressed comments from Mark in driver patch.
> * The clock patch has been accepted, therefore it's not been included
>   in this version.
> * The defconfig patch has been accepted (pending acceptance of the
>   driver), therefore it's not been included in this version.
> * The device tree patch has been accepted (pending acceptance of
>   the dt-bindings patch), therefore it's not been included in this
>   version.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: dt-bindings: Document the RZ/V2H(P) RSPI
      commit: 44b91d61c505863b8ae90b7094aee5ca0dce808f
[2/3] spi: Add driver for the RZ/V2H(P) RSPI IP
      commit: 8b61c8919dff080d83415523cd68f2fef03ccfc7
[3/3] MAINTAINERS: Add entries for the RZ/V2H(P) RSPI
      (no commit info)

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