zephyr/drivers/interrupt_controller
Marti Bolivar 58d8afb476 interrupt_controller: RV32M1: add intmux driver / DT bindings
Add a level 2 interrupt controller for the RV32M1 SoC. This uses the
INTMUX peripheral.

As a first customer, convert the timer driver over to using this,
adding nodes for the LPTMR peripherals. This lets users select the
timer instance they want to use, and what intmux channel they want to
route its interrupt to, using DT overlays.

Signed-off-by: Marti Bolivar <marti@foundries.io>
Signed-off-by: Mike Scott <mike@foundries.io>
2019-01-25 11:59:46 -05:00
..
arcv2_irq_unit.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
cavs_ictl.c
cavs_ictl.h
CMakeLists.txt interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
dw_ictl.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
dw_ictl.h
exti_stm32.c drivers/interrupt_controller: stm32: Complete driver factorization 2019-01-24 09:38:38 -06:00
exti_stm32.h drivers/interrupt_controller: stm32: Complete driver factorization 2019-01-24 09:38:38 -06:00
i8259.c
ioapic_intr.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
ioapic_priv.h
Kconfig interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.multilevel drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.multilevel.aggregator_template drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.rv32m1 interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.s1000 drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.shared_irq
Kconfig.stm32
loapic_intr.c
loapic_spurious.S
mvic.c
plic.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
plic.h
rv32m1_intmux.c interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
shared_irq.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
system_apic.c