mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
From: Antonio Borneo <antonio.borneo@foss.st.com>
To: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>, <tglx@linutronix.de>
Cc: Nishanth Menon <nm@ti.com>, Andrew Lunn <andrew@lunn.ch>,
	Herve Codina <herve.codina@bootlin.com>,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	<linux-mips@vger.kernel.org>, "WANG Xuerui" <kernel@xen0n.name>,
	<linux-riscv@lists.infradead.org>,
	"Alyssa Rosenzweig" <alyssa@rosenzweig.io>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Alexandre Ghiti <alex@ghiti.fr>, <asahi@lists.linux.dev>,
	<maz@kernel.org>, Gregory Clement <gregory.clement@bootlin.com>,
	Huacai Chen <chenhuacai@kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	"Janne Grunau" <j@jannau.net>,
	Kevin Hilman <khilman@baylibre.com>,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	Sven Peter <sven@svenpeter.dev>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	<loongarch@lists.linux.dev>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	<linux-amlogic@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Tero Kristo <kristo@kernel.org>,
	Linus Walleij <linusw@kernel.org>, <linux-kernel@vger.kernel.org>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	"Masami Hiramatsu" <mhiramat@kernel.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Anup Patel <anup@brainfault.org>, Imre Kaloz <kaloz@openwrt.org>,
	Antoine Tenart <atenart@kernel.org>
Subject: Re: [Linux-stm32] [PATCH v2 06/57] irqdomain: irqchip: Switch to of_fwnode_handle()
Date: Wed, 19 Mar 2025 11:29:10 +0100	[thread overview]
Message-ID: <45d5baa5a93fec388a75e91653439f7678d000ee.camel@foss.st.com> (raw)
In-Reply-To: <20250319092951.37667-7-jirislaby@kernel.org>

On Wed, 2025-03-19 at 10:28 +0100, Jiri Slaby (SUSE) wrote:
> of_node_to_fwnode() is irqdomain's reimplementation of the "officially"
> defined of_fwnode_handle(). The former is in the process of being
> removed, so use the latter instead.
> 

... snip ...

> diff --git a/drivers/irqchip/irq-stm32mp-exti.c b/drivers/irqchip/irq-stm32mp-exti.c
> index cb83d6cc6113..649b84f12efc 100644
> --- a/drivers/irqchip/irq-stm32mp-exti.c
> +++ b/drivers/irqchip/irq-stm32mp-exti.c
> @@ -531,7 +531,7 @@ static int stm32mp_exti_domain_alloc(struct irq_domain *dm,
>                 if (ret)
>                         return ret;
>                 /* we only support one parent, so far */
> -               if (of_node_to_fwnode(out_irq.np) != dm->parent->fwnode)
> +               if (of_fwnode_handle(out_irq.np) != dm->parent->fwnode)
> 

For drivers/irqchip/irq-stm32mp-exti.c
Reviewed-by: Antonio Borneo <antonio.borneo@foss.st.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2025-03-19 10:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19  9:28 [PATCH v2 00/57] irqdomain: Cleanups and Documentation Jiri Slaby (SUSE)
2025-03-19  9:28 ` [PATCH v2 06/57] irqdomain: irqchip: Switch to of_fwnode_handle() Jiri Slaby (SUSE)
2025-03-19 10:29   ` Antonio Borneo [this message]
2025-03-20  5:26   ` Anup Patel
2025-03-20 17:15   ` Herve Codina
2025-03-19 10:21 ` [PATCH v2 00/57] irqdomain: Cleanups and Documentation 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=45d5baa5a93fec388a75e91653439f7678d000ee.camel@foss.st.com \
    --to=antonio.borneo@foss.st.com \
    --cc=alex@ghiti.fr \
    --cc=alyssa@rosenzweig.io \
    --cc=andrew@lunn.ch \
    --cc=anup@brainfault.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=asahi@lists.linux.dev \
    --cc=atenart@kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=herve.codina@bootlin.com \
    --cc=j@jannau.net \
    --cc=jbrunet@baylibre.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=jirislaby@kernel.org \
    --cc=kaloz@openwrt.org \
    --cc=kernel@xen0n.name \
    --cc=khilman@baylibre.com \
    --cc=kristo@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=loongarch@lists.linux.dev \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=maz@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mhiramat@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=nm@ti.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=ssantosh@kernel.org \
    --cc=sven@svenpeter.dev \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®