zephyr/drivers/interrupt_controller
Youssef Zini 64ac64d2d6 drivers: interrupt_controller: change dt macro
Replace the use of `DT_NODELABEL(exti)` which depends on the node label
with the defined EXTI_NODE macro using the instance with the
`st_stm32_exti` compatible.
Since both macros point to the same node, this change doesn't affect
the code logic, but makes it independent of the node label, in
preparation for the addition of the STM32MP2 exti nodes.

Signed-off-by: Youssef Zini <youssef.zini@savoirfairelinux.com>
2025-06-17 08:20:33 +02:00
..
intc_nxp_pint drivers: intc_nxp_pint: Decouple from fsl_power.h 2025-05-16 19:00:30 +02:00
CMakeLists.txt drivers/interrupt: Add interrupt and wake-up control drivers of it51xxx 2025-04-08 10:48:26 +02:00
intc_arcv2_irq_unit.c
intc_cavs.c
intc_cavs.h
intc_clic.c drivers: interrupt_controller: intc_clic: add indirect access clic reg 2025-04-04 14:55:50 +02:00
intc_clic.h drivers: interrupt_controller: intc_clic: add indirect access clic reg 2025-04-04 14:55:50 +02:00
intc_clic.S driver: interrupt_controller: intc_clic: support 32 and 64 bit riscv cpu 2025-04-16 08:10:47 +02:00
intc_dw_ace.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
intc_dw.c
intc_dw.h
intc_eirq_nxp_s32.c
intc_esp32.c drivers: intc: esp32: Disable IRQ before connect 2025-06-05 15:10:44 -05:00
intc_exti_stm32.c drivers: interrupt_controller: change dt macro 2025-06-17 08:20:33 +02:00
intc_gd32_exti.c
intc_gic_common_priv.h drivers: gicv3: Add Support for Extended SPI 2025-04-09 21:09:43 +02:00
intc_gic.c
intc_gicv3_its.c
intc_gicv3_priv.h drivers: gicv3: fixed typo 2025-04-09 21:09:43 +02:00
intc_gicv3.c drivers: gicv3: Add Support for Extended SPI 2025-04-09 21:09:43 +02:00
intc_gpio_stm32wb0.c
intc_intel_vtd.c
intc_intel_vtd.h
intc_ioapic_priv.h
intc_ioapic.c drivers: intc_ioapic: Fix Out of Bounds shift 2025-03-24 19:23:55 +01:00
intc_irqmp.c
intc_ite_it8xxx2_v2.c
intc_ite_it8xxx2.c style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
intc_ite_it8xxx2.h
intc_ite_it51xxx.c drivers/interrupt: Add interrupt and wake-up control drivers of it51xxx 2025-04-08 10:48:26 +02:00
intc_loapic_spurious.S
intc_loapic.c
intc_mchp_ecia_xec.c
intc_miwu.c
intc_mtk_adsp.c
intc_nrfx_clic.c
intc_nrfx_clic.S
intc_nxp_irqsteer.c drivers: intc: irqstr: Fix uninitialized variable error 2025-04-24 22:58:59 +02:00
intc_nxp_pint.c drivers: nxp_pint: Add power handlers for the NXP PINT driver 2025-05-19 21:55:15 +02:00
intc_plic.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
intc_renesas_rz_ext_irq.c drivers: interrupt controller: Add support for RZ/T 2025-04-02 12:52:54 +02:00
intc_rv32m1_intmux.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
intc_sam0_eic_priv.h
intc_sam0_eic.c
intc_shared_irq.c
intc_swerv_pic.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
intc_system_apic.c
intc_vexriscv_litex.c arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
intc_vim.c drivers: interrupt-controller: vim: Compare interrupt numbers 2025-04-17 00:56:59 +02:00
intc_wch_pfic.c drivers: intc_wch_pfic: replace shift operations with BIT macro 2025-06-11 08:18:58 +02:00
intc_wkpu_nxp_s32.c
intc_xmc4xxx.c
Kconfig drivers/interrupt: Add interrupt and wake-up control drivers of it51xxx 2025-04-08 10:48:26 +02:00
Kconfig.cavs
Kconfig.clic drivers: interrupt_controller: intc_clic: add indirect access clic reg 2025-04-04 14:55:50 +02:00
Kconfig.dw
Kconfig.esp32 drivers: intc: esp32: Shared allocator for Xtensa and RISCV 2025-04-02 19:02:27 +02:00
Kconfig.gd32_exti
Kconfig.gic
Kconfig.intel_vtd
Kconfig.it8xxx2
Kconfig.it51xxx drivers/interrupt: Add interrupt and wake-up control drivers of it51xxx 2025-04-08 10:48:26 +02:00
Kconfig.loapic
Kconfig.mtk_adsp
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
Kconfig.npcx
Kconfig.nxp_irqsteer drivers: interrupt_controller: intc_nxp_irqsteer: support ARM Cortex-M 2025-03-11 18:54:40 +01:00
Kconfig.nxp_pint
Kconfig.nxp_s32
Kconfig.plic
Kconfig.renesas_rz
Kconfig.rv32m1
Kconfig.sam0
Kconfig.shared_irq
Kconfig.stm32
Kconfig.vim
Kconfig.wch_pfic
Kconfig.xec
Kconfig.xmc4xxx
wuc_ite_it8xxx2.c
wuc_ite_it51xxx.c drivers/interrupt: Add interrupt and wake-up control drivers of it51xxx 2025-04-08 10:48:26 +02:00