13 Dec, 2018
1 commit
-
In preparation to remove the node name pointer from struct device_node,
convert printf users to use the %pOFn format specifier.Signed-off-by: Yangtao Li
Signed-off-by: Marc Zyngier
20 Aug, 2018
1 commit
-
Replace the two separate calls for setting the irq handler and data with
a single irq_set_chained_handler_and_data() call.Signed-off-by: Martin Kaiser
Signed-off-by: Marc Zyngier
13 Oct, 2017
1 commit
-
The only usage of the irq_gc_mask_disable_reg_and_ack() function
is by the Tango irqchip driver. This usage is replaced by the
irq_gc_mask_disable_and_ack_set() function since it provides the
intended functionality.Fixes: 4bba66899ac6 ("irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt controller")
Acked-by: Mans Rullgard
Acked-by: Marc Gonzalez
Signed-off-by: Florian Fainelli
Signed-off-by: Doug Berger
Signed-off-by: Marc Zyngier
18 Feb, 2016
1 commit
-
This adds support for the secondary interrupt controller used in Sigma
Designs SMP86xx and SMP87xx chips.Signed-off-by: Mans Rullgard
Acked-by: Marc Zyngier
Link: https://lkml.kernel.org/r/1453313237-18570-2-git-send-email-mans@mansr.com
Signed-off-by: Jason Cooper