Re: [PATCH] irqchip/gic-v3: Ignore disabled ITS nodes

From: Stephen Boyd
Date: Thu Feb 01 2018 - 11:40:41 EST


On 02/01, Marc Zyngier wrote:
> On 29/01/18 16:49, Stephen Boyd wrote:
> > @@ -1815,6 +1815,8 @@ static int __init its_of_probe(struct device_node *node)
> >
> > for (np = of_find_matching_node(node, its_device_id); np;
> > np = of_find_matching_node(np, its_device_id)) {
> > + if (!of_device_is_available(np))
> > + continue;
> > if (!of_property_read_bool(np, "msi-controller")) {
> > pr_warn("%s: no msi-controller property, ITS ignored\n",
> > np->full_name);
> >
>
> Can you also address the same thing in
> drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c?

Sure.

>
> Do we need a cc to stable for this?
>

We don't have any dts files with the disabled node in mainline,
so no?

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project