aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-stm32-exti.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2023-10-09 16:01:55 +0200
committerThomas Gleixner <tglx@linutronix.de>2023-10-09 16:01:55 +0200
commit4dc5af1fee55e38b5016e45b66bec1e1312973f5 (patch)
treedb8a686053b878c704c38b993b3d3b556f0a62b5 /drivers/irqchip/irq-stm32-exti.c
parent9cd847ee4d64c10b52f26f18d19eb6462ba7d2fe (diff)
parentb673fe1a6229a49be5394f4e539055d9ce685615 (diff)
downloadlinux-4dc5af1fee55e38b5016e45b66bec1e1312973f5.tar.gz
linux-4dc5af1fee55e38b5016e45b66bec1e1312973f5.tar.bz2
linux-4dc5af1fee55e38b5016e45b66bec1e1312973f5.zip
Merge tag 'irqchip-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull irqchip fixes from Marc Zyngier: - DT binding updates for Renesas r8a779f0 and rzg2l - Let GICv3 honor the "dma-non-coherent" attribute for systems that rely on SW guessing what the HW supports - Fix the RISC-V INTC probing by marking all devices as initialised at once - Properly translate interrupt numbers from DT on stm32-exti - Use irq_data_get_irq_chip_data() in the rzg2l driver instead of blindly dereferencing the irq_data structure - Add a MAINTAINERS entry for the various ARM GIC irqchip drivers - Remove myself as the top-level irqchip/irqdomain maintainer Link: https://lore.kernel.org/all/20231007121933.3840357-1-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/irq-stm32-exti.c')
-rw-r--r--drivers/irqchip/irq-stm32-exti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
index d8ba5fba7450..971240e2e31b 100644
--- a/drivers/irqchip/irq-stm32-exti.c
+++ b/drivers/irqchip/irq-stm32-exti.c
@@ -460,6 +460,7 @@ static const struct irq_domain_ops irq_exti_domain_ops = {
.map = irq_map_generic_chip,
.alloc = stm32_exti_alloc,
.free = stm32_exti_free,
+ .xlate = irq_domain_xlate_twocell,
};
static void stm32_irq_ack(struct irq_data *d)