zephyr/drivers/interrupt_controller
Martin Åberg 1a3784d6b7 intc: Add support for GRLIB IRQMP
This adds support for the GRLIB IRQMP interrupt controller commonly used
in LEON3/4/5 systems.

The driver supports the 15 SPARC interrupts and 16 extended interrupts.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-13 14:53:55 -08:00
..
CMakeLists.txt intc: Add support for GRLIB IRQMP 2020-11-13 14:53:55 -08:00
intc_arcv2_irq_unit.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_cavs.c interrupt controller: set PER_CPU_OFFSET for new SoCs 2020-10-21 06:38:53 -04:00
intc_cavs.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_dw.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_dw.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_exti_stm32.c device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE 2020-11-10 08:38:09 -06:00
intc_gic_common_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_gic.c drivers: interrupt_controller: GIC barrier before EOI 2020-06-28 23:47:58 -04:00
intc_gicv3_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_gicv3.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
intc_ioapic_priv.h
intc_ioapic.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_irqmp.c intc: Add support for GRLIB IRQMP 2020-11-13 14:53:55 -08:00
intc_loapic_spurious.S
intc_loapic.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_miwu.c driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
intc_plic.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_rv32m1_intmux.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_sam0_eic_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_sam0_eic.c device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE 2020-11-10 08:38:09 -06:00
intc_shared_irq.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_swerv_pic.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_system_apic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_vexriscv_litex.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
Kconfig intc: Add support for GRLIB IRQMP 2020-11-13 14:53:55 -08:00
Kconfig.cavs
Kconfig.dw
Kconfig.gic
Kconfig.loapic
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
Kconfig.npcx driver: intc: add MIWU driver support in NPCX series. 2020-09-01 13:35:25 +02:00
Kconfig.rv32m1
Kconfig.sam0
Kconfig.shared_irq
Kconfig.stm32 drivers/exti: stm32: Add support for STM32L5 series 2020-05-08 00:34:34 -05:00