zephyr/drivers/interrupt_controller
Carlo Caione 0d1a6dc27f intc: gic: Use SYS_INIT instead of custom init function
The GIC interrupt controller driver is using a custom init function
called directly from the prep_c function. For consistency move that to
use SYS_INIT.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2020-12-11 10:17:27 -05:00
..
CMakeLists.txt drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver 2020-12-08 09:29:20 -05:00
intc_arcv2_irq_unit.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05: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 drivers: interrupt_controller: stm32: use generic LL headers 2020-11-30 15:50:03 +01:00
intc_gic.c intc: gic: Use SYS_INIT instead of custom init function 2020-12-11 10:17:27 -05:00
intc_gic_common_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_gicv3.c intc: gic: Use SYS_INIT instead of custom init function 2020-12-11 10:17:27 -05:00
intc_gicv3_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_intel_vtd.c drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver 2020-12-08 09:29:20 -05:00
intc_intel_vtd.h drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver 2020-12-08 09:29:20 -05:00
intc_ioapic.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
intc_ioapic_priv.h drivers/interrupt_controller: Adopt file naming as other drivers 2019-12-18 21:49:46 +01:00
intc_irqmp.c intc: Add support for GRLIB IRQMP 2020-11-13 14:53:55 -08:00
intc_loapic.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
intc_loapic_spurious.S drivers/interrupt_controller: Adopt file naming as other drivers 2019-12-18 21:49:46 +01:00
intc_miwu.c soc: replace DT_ with NPCX_DT_ prefix for all macros in soc_dt.h 2020-12-09 00:46:57 -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.c device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE 2020-11-10 08:38:09 -06: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 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 drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver 2020-12-08 09:29:20 -05:00
Kconfig.cavs intc: intc_cavs: Use DTS labels for device names 2020-04-22 04:59:22 -05:00
Kconfig.dw interrupt_controller/dw_ictl: need to be initialized earlier 2020-03-25 19:07:28 -04:00
Kconfig.gic drivers: interrupt_controller: Refactor GIC configurations 2019-12-19 11:05:27 -05:00
Kconfig.intel_vtd drivers/interrupt_controller: Add Intel VT-D interrupt remapping driver 2020-12-08 09:29:20 -05:00
Kconfig.loapic drivers/interrupt_controller: Split Kconfig for clarity 2019-12-18 21:49:46 +01: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 driver: npcx7: fixed typo in Kconfig.npcx files. 2020-12-07 12:11:17 -05: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 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers/exti: stm32: Add support for STM32L5 series 2020-05-08 00:34:34 -05:00