zephyr/drivers/interrupt_controller
Alexandre Bourdiol c8ceca2d53 drivers: STM32 dualcore concurrent register access protection with HSEM
In case of dualcore, STM32H7, STM32W and STM32MP1,
protect concurrent register write access with HSEM.
Done for following drivers:
clock_control, counter, flash, gpio, interrupt_controller

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-07-09 11:27:56 +02:00
..
CMakeLists.txt drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
Kconfig
Kconfig.cavs
Kconfig.dw
Kconfig.gic
Kconfig.loapic
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
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
intc_arcv2_irq_unit.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_cavs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_cavs.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_dw.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_exti_stm32.c drivers: STM32 dualcore concurrent register access protection with HSEM 2020-07-09 11:27:56 +02:00
intc_gic.c drivers: interrupt_controller: GIC barrier before EOI 2020-06-28 23:47:58 -04:00
intc_gic_common_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_gicv3.c drivers: interrupt_controller: gicv3: Skip typr for SGI 2020-07-01 08:02:57 -04:00
intc_gicv3_priv.h drivers: add GIC V3 driver 2020-05-07 14:22:53 +02:00
intc_ioapic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_ioapic_priv.h
intc_loapic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_loapic_spurious.S
intc_plic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_rv32m1_intmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_sam0_eic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_swerv_pic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00