All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add RIIC support for RZ/T2H and RZ/N2H SoCs
@ 2025-05-30 14:31 Prabhakar
  2025-05-30 14:31 ` [PATCH 1/6] dt-bindings: i2c: renesas,riic: Move ref for i2c-controller.yaml to the end Prabhakar
                   ` (6 more replies)
  0 siblings, 7 replies; 30+ messages in thread
From: Prabhakar @ 2025-05-30 14:31 UTC (permalink / raw)
  To: Chris Brandt, Andi Shyti, Geert Uytterhoeven, Andy Shevchenko,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Magnus Damm,
	Wolfram Sang
  Cc: linux-renesas-soc, linux-i2c, devicetree, linux-kernel, Prabhakar,
	Biju Das, Fabrizio Castro, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series adds support for I2C Bus Interface (RIIC) found on
the Renesas RZ/T2H (R9A09G077) and RZ/N2H (R9A09G087) SoCs. The RIIC
IP on these SoCs is similar to that on the RZ/V2H(P) SoC but has some
differences in interrupt handling and does not require resets.

Cheers,
Prabhakar

Lad Prabhakar (6):
  dt-bindings: i2c: renesas,riic: Move ref for i2c-controller.yaml to
    the end
  dt-bindings: i2c: renesas,riic: Document RZ/T2H support
  dt-bindings: i2c: renesas,riic: Document RZ/N2H support
  i2c: riic: Pass IRQ desc array as part of OF data
  i2c: riic: Move generic compatible string to end of array
  i2c: riic: Add support for RZ/T2H SoC

 .../devicetree/bindings/i2c/renesas,riic.yaml | 105 ++++++++++++------
 drivers/i2c/busses/i2c-riic.c                 |  54 +++++++--
 2 files changed, 117 insertions(+), 42 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-09 17:59 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 14:31 [PATCH 0/6] Add RIIC support for RZ/T2H and RZ/N2H SoCs Prabhakar
2025-05-30 14:31 ` [PATCH 1/6] dt-bindings: i2c: renesas,riic: Move ref for i2c-controller.yaml to the end Prabhakar
2025-05-30 16:04   ` Conor Dooley
2025-06-06 13:04   ` Geert Uytterhoeven
2025-05-30 14:31 ` [PATCH 2/6] dt-bindings: i2c: renesas,riic: Document RZ/T2H support Prabhakar
2025-05-30 16:05   ` Conor Dooley
2025-05-31 12:07   ` Wolfram Sang
2025-06-06 13:21   ` Geert Uytterhoeven
2025-06-09 16:24     ` Lad, Prabhakar
2025-05-30 14:31 ` [PATCH 3/6] dt-bindings: i2c: renesas,riic: Document RZ/N2H support Prabhakar
2025-05-30 16:06   ` Conor Dooley
2025-05-31 12:09   ` Wolfram Sang
2025-06-06 13:22   ` Geert Uytterhoeven
2025-05-30 14:31 ` [PATCH 4/6] i2c: riic: Pass IRQ desc array as part of OF data Prabhakar
2025-05-31 12:12   ` Wolfram Sang
2025-06-02  7:04     ` Lad, Prabhakar
2025-06-02 10:55   ` Wolfram Sang
2025-06-06 13:23   ` Geert Uytterhoeven
2025-06-06 13:25   ` Geert Uytterhoeven
2025-06-09 16:30     ` Lad, Prabhakar
2025-05-30 14:31 ` [PATCH 5/6] i2c: riic: Move generic compatible string to end of array Prabhakar
2025-05-31 12:13   ` Wolfram Sang
2025-06-02 10:56   ` Wolfram Sang
2025-06-06 13:23   ` Geert Uytterhoeven
2025-05-30 14:31 ` [PATCH 6/6] i2c: riic: Add support for RZ/T2H SoC Prabhakar
2025-05-31 12:18   ` Wolfram Sang
2025-06-02 10:56   ` Wolfram Sang
2025-06-06 13:31   ` Geert Uytterhoeven
2025-06-09 17:58     ` Lad, Prabhakar
2025-05-30 17:16 ` [PATCH 0/6] Add RIIC support for RZ/T2H and RZ/N2H SoCs Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.