public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 0/9] Add RZ/G3E RIIC support
@ 2025-04-04  7:38 Tommaso Merciai
  2025-04-04  7:38 ` [PATCH 6.1.y-cip 1/9] clk: renesas: r9a09g047: Add I2C clocks/resets Tommaso Merciai
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Tommaso Merciai @ 2025-04-04  7:38 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek
  Cc: Biju Das, Lad Prabhakar, tomm.merciai

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(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-04-07  7:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04  7:38 [PATCH 6.1.y-cip 0/9] Add RZ/G3E RIIC support Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 1/9] clk: renesas: r9a09g047: Add I2C clocks/resets Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 2/9] dt-bindings: i2c: renesas,riic: Document RZ/Five SoC Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 3/9] dt-bindings: i2c: renesas,riic: Document R9A09G057 support Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 4/9] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 5/9] dt-bindings: i2c: renesas,riic: Document the R9A09G047 support Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 6/9] i2c: riic: Introduce helper functions for I2C read/write operations Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 7/9] i2c: riic: Pass register offsets and chip details as OF data Tommaso Merciai
2025-04-04  7:38 ` [PATCH 6.1.y-cip 8/9] i2c: riic: Add support for R9A09G057 SoC Tommaso Merciai
2025-04-04 10:47   ` Pavel Machek
2025-04-04  7:38 ` [PATCH 6.1.y-cip 9/9] arm64: dts: renesas: r9a09g047: Add I2C nodes Tommaso Merciai
2025-04-04 10:49 ` [PATCH 6.1.y-cip 0/9] Add RZ/G3E RIIC support Pavel Machek
2025-04-07  7:49 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox