public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: Prabhakar <prabhakar.csengg@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>,
	Andi Shyti <andi.shyti@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Andy Shevchenko <andy@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH 6/6] i2c: riic: Add support for RZ/T2H SoC
Date: Mon, 2 Jun 2025 12:56:21 +0200	[thread overview]
Message-ID: <aD2DVSSPhoe4fb5h@shikoro> (raw)
In-Reply-To: <20250530143135.366417-7-prabhakar.mahadev-lad.rj@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

On Fri, May 30, 2025 at 03:31:35PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Add support for the Renesas RZ/T2H (R9A09G077) SoC, which features a
> different interrupt layout for the RIIC controller. Unlike other SoCs
> with individual error interrupts, RZ/T2H uses a combined error interrupt
> (EEI).
> 
> Introduce a new IRQ descriptor table for RZ/T2H, along with a custom
> ISR (`riic_eei_isr`) to handle STOP and NACK detection from the shared
> interrupt.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> # on RZ/A1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2025-06-02 10:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aD2DVSSPhoe4fb5h@shikoro \
    --to=wsa+renesas@sang-engineering.com \
    --cc=andi.shyti@kernel.org \
    --cc=andy@kernel.org \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=chris.brandt@renesas.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=krzk+dt@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox