mbox series

[5.10.y-cip,0/8] Add RPC-IF support for RZ/G2UL SoC

Message ID 20241206090524.66639-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add RPC-IF support for RZ/G2UL SoC | expand

Message

Prabhakar Dec. 6, 2024, 9:05 a.m. UTC
Hi All,

This patch series aims to add RPC-IF support for RZ/G2UL SoC and enable
it on SMARC platform, along with enabling tx width to 4 on RZ/G2L SMARC
platforms.

All the patches have been cherry picked from upstream kernel apart from
patch 1/8.

Cheers,
Prabhakar

Biju Das (5):
  spi: rpc-if: Add missing MODULE_DEVICE_TABLE
  memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF
    pins
  arm64: dts: renesas: rzg2lc-smarc-som: Enable 4-bit tx support
  arm64: dts: renesas: rz{g2l,g2lc}-smarc-som: Update partition table
    for spi-nor flash
  arm64: dts: renesas: rzg2ul-smarc-som: Enable serial NOR flash

Lad Prabhakar (1):
  mtd: spi-nor: atmel: Add support for AT25QL128A serial NOR flash

Miquel Raynal (1):
  spi: rpc-if: differentiate between unsupported and invalid requests

Wolfram Sang (1):
  memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting

 .../boot/dts/renesas/rzg2l-smarc-som.dtsi     | 15 +++++--
 .../boot/dts/renesas/rzg2lc-smarc-som.dtsi    | 16 +++++--
 .../boot/dts/renesas/rzg2ul-smarc-som.dtsi    | 45 +++++++++++++++++++
 .../boot/dts/renesas/rzfive-smarc-som.dtsi    |  4 ++
 drivers/memory/renesas-rpc-if.c               | 29 ++++++++----
 drivers/mtd/spi-nor/atmel.c                   |  1 +
 drivers/spi/spi-rpc-if.c                      | 19 +++++---
 include/memory/renesas-rpc-if.h               |  7 ++-
 8 files changed, 112 insertions(+), 24 deletions(-)

Comments

Pavel Machek Dec. 6, 2024, 8:18 p.m. UTC | #1
Hi!

> This patch series aims to add RPC-IF support for RZ/G2UL SoC and enable
> it on SMARC platform, along with enabling tx width to 4 on RZ/G2L SMARC
> platforms.
> 
> All the patches have been cherry picked from upstream kernel apart from
> patch 1/8.

Series looks ok to me. I can apply it, if it passes testing and there
are no other comments.

Best regards,
								Pavel
Nobuhiro Iwamatsu Dec. 9, 2024, 6:13 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Friday, December 6, 2024 6:05 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 0/8] Add RPC-IF support for RZ/G2UL SoC
> 
> Hi All,
> 
> This patch series aims to add RPC-IF support for RZ/G2UL SoC and enable it
> on SMARC platform, along with enabling tx width to 4 on RZ/G2L SMARC
> platforms.
> 
> All the patches have been cherry picked from upstream kernel apart from patch
> 1/8.
> 
> Cheers,
> Prabhakar
> 
> Biju Das (5):
>   spi: rpc-if: Add missing MODULE_DEVICE_TABLE
>   memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF
>     pins
>   arm64: dts: renesas: rzg2lc-smarc-som: Enable 4-bit tx support
>   arm64: dts: renesas: rz{g2l,g2lc}-smarc-som: Update partition table
>     for spi-nor flash
>   arm64: dts: renesas: rzg2ul-smarc-som: Enable serial NOR flash
> 
> Lad Prabhakar (1):
>   mtd: spi-nor: atmel: Add support for AT25QL128A serial NOR flash
> 
> Miquel Raynal (1):
>   spi: rpc-if: differentiate between unsupported and invalid requests
> 
> Wolfram Sang (1):
>   memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting
> 

I reviewed this series, looks good to me.
I can apply this series if there are no other comments.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro
Nobuhiro Iwamatsu Dec. 10, 2024, 11:58 a.m. UTC | #3
Hi,

> -----Original Message-----
> From: iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST)
> Sent: Monday, December 9, 2024 3:14 PM
> To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> cip-dev@lists.cip-project.org; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: RE: [PATCH 5.10.y-cip 0/8] Add RPC-IF support for RZ/G2UL SoC
> 
> Hi all,
> 
> > -----Original Message-----
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Sent: Friday, December 6, 2024 6:05 PM
> > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> > <pavel@denx.de>
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>
> > Subject: [PATCH 5.10.y-cip 0/8] Add RPC-IF support for RZ/G2UL SoC
> >
> > Hi All,
> >
> > This patch series aims to add RPC-IF support for RZ/G2UL SoC and
> > enable it on SMARC platform, along with enabling tx width to 4 on
> > RZ/G2L SMARC platforms.
> >
> > All the patches have been cherry picked from upstream kernel apart
> > from patch 1/8.
> >
> > Cheers,
> > Prabhakar
> >
> > Biju Das (5):
> >   spi: rpc-if: Add missing MODULE_DEVICE_TABLE
> >   memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF
> >     pins
> >   arm64: dts: renesas: rzg2lc-smarc-som: Enable 4-bit tx support
> >   arm64: dts: renesas: rz{g2l,g2lc}-smarc-som: Update partition table
> >     for spi-nor flash
> >   arm64: dts: renesas: rzg2ul-smarc-som: Enable serial NOR flash
> >
> > Lad Prabhakar (1):
> >   mtd: spi-nor: atmel: Add support for AT25QL128A serial NOR flash
> >
> > Miquel Raynal (1):
> >   spi: rpc-if: differentiate between unsupported and invalid requests
> >
> > Wolfram Sang (1):
> >   memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting
> >
> 
> I reviewed this series, looks good to me.
> I can apply this series if there are no other comments.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> 
Applied, thanks.

Best regards,
  Nobuhiro