zephyr/drivers/interrupt_controller
Carlo Caione 5d104f20ab riscv: Introduce API for CLIC and PLIC
Introduce a new interface for CLIC and PLIC to be used by the drivers.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-07-11 14:31:39 +02:00
..
CMakeLists.txt drivers: Add ACE V1X interrupt controller 2022-07-06 15:11:07 -04:00
intc_arcv2_irq_unit.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_cavs.c drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -04:00
intc_cavs.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_dw.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_dw.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_dw_ace_v1x.c drivers: Add ACE V1X interrupt controller 2022-07-06 15:11:07 -04:00
intc_esp32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_esp32c3.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_exti_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_gd32_exti.c soc: arm: gigadevice: use common API headers 2022-06-22 18:41:19 +09:00
intc_gic.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_gic_common_priv.h drivers: gicv3: fix getting rdist base address 2021-04-26 13:42:43 +02:00
intc_gicv3.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
intc_gicv3_its.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_gicv3_priv.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_intel_vtd.c drivers: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
intc_intel_vtd.h drivers/interrupt_controller: Add VT-D context cache invalidation 2022-01-07 10:47:27 -05:00
intc_ioapic.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_ioapic_priv.h drivers/interrupt_controller: Make IOAPIC VT-D aware when relevant 2022-01-07 10:47:27 -05:00
intc_irqmp.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_ite_it8xxx2.c it8xxx2: intc: Look for pending interrupt 2022-07-01 11:36:55 +02:00
intc_ite_it8xxx2.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_loapic.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_loapic_spurious.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
intc_mchp_ecia_xec.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_miwu.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
intc_nuclei_eclic.c riscv: Introduce API for CLIC and PLIC 2022-07-11 14:31:39 +02:00
intc_plic.c riscv: Introduce API for CLIC and PLIC 2022-07-11 14:31:39 +02:00
intc_rv32m1_intmux.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_sam0_eic.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_sam0_eic_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_shared_irq.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_swerv_pic.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
intc_system_apic.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
intc_vexriscv_litex.c drivers: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
Kconfig Kconfig: Introduce RISCV_HAS_CLIC 2022-07-11 14:31:39 +02:00
Kconfig.cavs intc: intc_cavs: Use DTS labels for device names 2020-04-22 04:59:22 -05:00
Kconfig.clic Kconfig: Introduce RISCV_HAS_CLIC 2022-07-11 14:31:39 +02:00
Kconfig.dw drivers: Add ACE V1X interrupt controller 2022-07-06 15:11:07 -04:00
Kconfig.esp32 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.esp32c3 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.gd32_exti drivers: interrupt_controller: gd32_exti: enable gd32vf103 2022-01-11 11:50:35 +01:00
Kconfig.gic interrupt_controller: gicv3: add Interrupt Translation Service support 2021-09-28 19:45:29 -04:00
Kconfig.intel_vtd drivers/interrupt_controller: Add a VT-D option to disable src id check 2022-01-07 10:47:27 -05:00
Kconfig.it8xxx2 scripts: kconfigfunctions: Redefine dt_nodelabel_has_compat() 2022-04-02 15:14:38 +02:00
Kconfig.loapic drivers/interrupt_controller: Get the IOAPIC RTEs dynamically 2021-03-12 09:23:08 -05:00
Kconfig.multilevel kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.multilevel.aggregator_template license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.npcx everywhere: fix typos 2022-03-14 20:22:24 -04:00
Kconfig.plic Kconfig: Introduce RISCV_HAS_CLIC 2022-07-11 14:31:39 +02:00
Kconfig.rv32m1 boards: riscv: rv32m1: enable BT related configuration 2019-11-08 15:38:57 +01:00
Kconfig.sam0 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.shared_irq drivers: interrupt_controller: intc_shared: clients array size from dts 2021-05-07 12:41:04 -05:00
Kconfig.stm32 drivers: gpio & interrupt_controller: Add stm32 u5 support 2021-07-29 07:28:32 -05:00
Kconfig.xec Microchip: MEC172x Add aggregated interrupt driver 2021-07-26 12:24:52 -04:00
wuc_ite_it8xxx2.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00