zephyr/drivers/interrupt_controller
Erwan Gouriou f502da5b08 drivers/interrupt_controller: stm32: Remove RTC_Alarm IRQ handling
RTC_Alarm IRQ is mentioned as an exti interrupt in documentation,
so it was available in exti handler.
Though, in Zephyr it is used driectly in RTC driver.
Having it in exti generates and issue when activating RTC driver,
so remove its handling from exti driver.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-02-25 08:06:18 -06: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: Remove RTC_Alarm IRQ handling 2019-02-25 08:06:18 -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 drivers/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
Kconfig.stm32 drivers/interrupt_controller: stm32: Remove RTC_Alarm IRQ handling 2019-02-25 08:06:18 -06:00
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/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
system_apic.c