Thread (3 messages) flat view 3 messages, 2 authors, 2018-02-01

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

From: Stephen Boyd <hidden>
Date: 2018-02-01 16:40:37
Also in: linux-arm-msm, lkml

On 02/01, Marc Zyngier wrote:
On 29/01/18 16:49, Stephen Boyd wrote:
quoted
@@ -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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help