From: Loic Pallardy Date: Fri, 11 Jan 2019 17:54:31 +0000 (+0100) Subject: irqchip/stm32-exti: Add domain translate function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1d47f48bf2d1608c2d6eb76b3ec7a5ec0c3f9e95;p=linux.git irqchip/stm32-exti: Add domain translate function Domain translate function is needed to recover irq configuration parameters from DT node Fixes: 927abfc4461e ("irqchip/stm32: Add stm32mp1 support with hierarchy domain") Signed-off-by: Loic Pallardy Signed-off-by: Marc Zyngier --- diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c index 6edfd4bfa169e..a93296b9b45de 100644 --- a/drivers/irqchip/irq-stm32-exti.c +++ b/drivers/irqchip/irq-stm32-exti.c @@ -822,6 +822,7 @@ out_unmap: static const struct irq_domain_ops stm32_exti_h_domain_ops = { .alloc = stm32_exti_h_domain_alloc, .free = irq_domain_free_irqs_common, + .xlate = irq_domain_xlate_twocell, }; static int