[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819-3fd4ff3cfa1d216a1241f5a0@orel>
Date: Mon, 19 Aug 2024 09:35:43 +0200
From: Andrew Jones <ajones@...tanamicro.com>
To: Rob Herring <robh@...nel.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org, loongarch@...ts.linux.dev,
linux-mips@...r.kernel.org, maz@...nel.org, mark.rutland@....com, saravanak@...gle.com,
paul.walmsley@...ive.com, palmer@...belt.com, aou@...s.berkeley.edu,
Anup Patel <apatel@...tanamicro.com>
Subject: Re: [PATCH v3] of/irq: Support #msi-cells=<0> in of_msi_get_domain
On Sun, Aug 18, 2024 at 10:18:16AM GMT, Rob Herring wrote:
> On Sat, Aug 17, 2024 at 09:41:08AM +0200, Andrew Jones wrote:
...
> > + of_for_each_phandle(&it, err, np, "msi-parent", "#msi-cells", 0) {
> > + d = irq_find_matching_host(it.node, token);
> > + if (d)
> > + return d;
> > + of_node_put(it.node);
>
> Pretty sure the iterator does this for you. I can fixup when applying.
Doh, I managed to mess up my usage of OF APIs twice. Thanks for applying
the fixup.
>
> I plan to tag for stable too.
Good idea.
Thanks,
drew
Powered by blists - more mailing lists