mbox series

[6.1.y-cip,0/9] Add RZ/G3E RIIC support

Message ID 20250404073819.173272-1-tommaso.merciai.xr@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G3E RIIC support | expand

Message

Tommaso Merciai April 4, 2025, 7:38 a.m. UTC
Dear All,

This patch series adds support for the I2C Bus Interface (RIIC) found in the
Renesas RZ/G3E (R9A09G047) SoC to linux-6.1.y-cip kernel.

All patches are cherry-picked from mainline kernel.

base commit: e423d82c34b97 Mark this as 6.1.132-cip40 release.

Thanks & Regards,
Tommaso

Biju Das (3):
  clk: renesas: r9a09g047: Add I2C clocks/resets
  dt-bindings: i2c: renesas,riic: Document the R9A09G047 support
  arm64: dts: renesas: r9a09g047: Add I2C nodes

Claudiu Beznea (1):
  dt-bindings: i2c: renesas,riic: Document the R9A08G045 support

Lad Prabhakar (5):
  dt-bindings: i2c: renesas,riic: Document RZ/Five SoC
  dt-bindings: i2c: renesas,riic: Document R9A09G057 support
  i2c: riic: Introduce helper functions for I2C read/write operations
  i2c: riic: Pass register offsets and chip details as OF data
  i2c: riic: Add support for R9A09G057 SoC

 .../devicetree/bindings/i2c/renesas,riic.yaml |  26 ++-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    | 189 ++++++++++++++++++
 drivers/clk/renesas/r9a09g047-cpg.c           |  32 +++
 drivers/i2c/busses/i2c-riic.c                 | 125 ++++++++----
 4 files changed, 328 insertions(+), 44 deletions(-)

Comments

Pavel Machek April 4, 2025, 10:49 a.m. UTC | #1
Hi!

> This patch series adds support for the I2C Bus Interface (RIIC) found in the
> Renesas RZ/G3E (R9A09G047) SoC to linux-6.1.y-cip kernel.
> 
> All patches are cherry-picked from mainline kernel.

Ok, patches look good, I can apply them if they pass testing, unless
there are other comments... for both 6.1 and 6.12 series.

Best regards,
								Pavel
Pavel Machek April 7, 2025, 7:49 a.m. UTC | #2
Hi!

> This patch series adds support for the I2C Bus Interface (RIIC) found in the
> Renesas RZ/G3E (R9A09G047) SoC to linux-6.1.y-cip kernel.
> 
> All patches are cherry-picked from mainline kernel.
> 
> base commit: e423d82c34b97 Mark this as 6.1.132-cip40 release.

Thanks, applied.

Best regards,
							Pavel