All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, Marc Zyngier <maz@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v3 0/6] Add IRQC support to RZ/G2UL SoC
Date: Sun, 22 Jan 2023 18:32:06 +0000	[thread overview]
Message-ID: <CA+V-a8s-arEYz9j7Dg4Lcn32aGtsAaW7va75m1q6jQhT03Tm_g@mail.gmail.com> (raw)
In-Reply-To: <20230102221815.273719-1-prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi Geert,

On Mon, Jan 2, 2023 at 10:18 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
>
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Hi All,
>
> This patch series does the following:
> * Adds IRQC support to the RZ/G2UL SoC.
> * Drops mapping NMI interrupt as part of IRQ domain
> * Parses interrupts based in interrupt-names
> * Includes a fix for pinctrl driver when using GPIO pins as interrupts
> * Adds PHY interrupt support for ETH{0/1}
>
> v2->v3
> * Dropped skipping of NMI interrupt, as it can be used as an external
>   interrupt.
> * Dropped parsing interrupts based on names
> * Dropped "renesas,rzg2ul-irqc" compatible string
>
> v1->v2
> * Updated binding doc
> * Dropped mapping NMI interrupt as part of IRQ domain
> * Fixed review comments pointed by Geert
> * Added support to parse interrupts by name
> * Added compile time checks for gpio config arrays
>
> RFC v1: https://patchwork.kernel.org/project/linux-renesas-soc/cover/20221107175305.63975-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
>
> Cheers,
> Prabhakar
>
> Lad Prabhakar (6):
>   dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document
>     RZ/G2UL SoC
>   pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts
>   pinctrl: renesas: rzg2l: Add BUILD_BUG_ON() checks
>   arm64: dts: renesas: r9a07g043u: Add IRQC node
>   arm64: dts: renesas: r9a07g043[u]: Update pinctrl node to handle GPIO
>     interrupts
>   arm64: dts: renesas: rzg2ul-smarc-som: Add PHY interrupt support for
>     ETH{0/1}
>
Gentle ping.

Cheers,
Prabhakar

>  .../renesas,rzg2l-irqc.yaml                   | 225 +++++++++++++-----
>  arch/arm64/boot/dts/renesas/r9a07g043.dtsi    |   2 +
>  arch/arm64/boot/dts/renesas/r9a07g043u.dtsi   |  72 ++++++
>  .../boot/dts/renesas/rzg2ul-smarc-som.dtsi    |  11 +-
>  drivers/pinctrl/renesas/pinctrl-rzg2l.c       |  25 +-
>  5 files changed, 270 insertions(+), 65 deletions(-)
>
> --
> 2.25.1
>

      parent reply	other threads:[~2023-01-22 18:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 22:18 [PATCH v3 0/6] Add IRQC support to RZ/G2UL SoC Prabhakar
2023-01-02 22:18 ` [PATCH v3 1/6] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document " Prabhakar
2023-01-08 20:52   ` Rob Herring
2023-01-25 11:25   ` Geert Uytterhoeven
2023-10-04 13:35   ` Lad, Prabhakar
2023-01-02 22:18 ` [PATCH v3 2/6] pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts Prabhakar
2023-01-25 11:32   ` Geert Uytterhoeven
2023-01-02 22:18 ` [PATCH v3 3/6] pinctrl: renesas: rzg2l: Add BUILD_BUG_ON() checks Prabhakar
2023-01-25 11:32   ` Geert Uytterhoeven
2023-01-02 22:18 ` [PATCH v3 4/6] arm64: dts: renesas: r9a07g043u: Add IRQC node Prabhakar
2023-01-25 11:35   ` Geert Uytterhoeven
2023-01-02 22:18 ` [PATCH v3 5/6] arm64: dts: renesas: r9a07g043[u]: Update pinctrl node to handle GPIO interrupts Prabhakar
2023-01-25 11:36   ` Geert Uytterhoeven
2023-01-02 22:18 ` [PATCH v3 6/6] arm64: dts: renesas: rzg2ul-smarc-som: Add PHY interrupt support for ETH{0/1} Prabhakar
2023-01-25 13:03   ` Geert Uytterhoeven
2023-01-09 13:14 ` [PATCH v3 0/6] Add IRQC support to RZ/G2UL SoC Linus Walleij
2023-01-22 18:32 ` Lad, Prabhakar [this message]

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=CA+V-a8s-arEYz9j7Dg4Lcn32aGtsAaW7va75m1q6jQhT03Tm_g@mail.gmail.com \
    --to=prabhakar.csengg@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=maz@kernel.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    /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 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.