zephyr/drivers/interrupt_controller
Mulin Chao ea00ff32fe driver: intc: npcx: remove 'interrupt disable' in miwu configure func.
In this CL, npcx_miwu_interrupt_configure is no longer responsible for
turning the interrupt off. Although the default state of WK_EN is
disabled, the users still have the chance to configure them when WK_EN
is enabled via npcx_miwu_irq_enable(). Hence, this CL also ensures that
WK_EN is disabled before configuring them.

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
2021-02-15 08:11:06 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.cavs
Kconfig.dw
Kconfig.gic
Kconfig.intel_vtd
Kconfig.it8xxx2
Kconfig.loapic
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
Kconfig.npcx
Kconfig.rv32m1
Kconfig.sam0
Kconfig.shared_irq
Kconfig.stm32
intc_arcv2_irq_unit.c
intc_cavs.c cavs: (cosmetic) clean up and simplification of intc_cavs.c 2021-01-11 16:10:23 -05:00
intc_cavs.h
intc_dw.c drivers: interrupt_controller: Convert drivers to new DT device macros 2020-12-19 20:06:25 -05:00
intc_dw.h
intc_exti_stm32.c drivers: stm32: adaption for use with STM32F410RB 2021-01-13 09:07:52 -05:00
intc_gic.c
intc_gic_common_priv.h
intc_gicv3.c drivers: interrupt_controller: make GICv3 work for NS-EL1 2020-12-17 08:08:00 -05:00
intc_gicv3_priv.h drivers: interrupt_controller: make GICv3 work for NS-EL1 2020-12-17 08:08:00 -05:00
intc_intel_vtd.c drivers: interrupt_controller: Convert drivers to new DT device macros 2020-12-19 20:06:25 -05:00
intc_intel_vtd.h
intc_ioapic.c
intc_ioapic_priv.h
intc_irqmp.c
intc_ite_it8xxx2.c
intc_ite_it8xxx2.h
intc_loapic.c
intc_loapic_spurious.S
intc_miwu.c driver: intc: npcx: remove 'interrupt disable' in miwu configure func. 2021-02-15 08:11:06 -05:00
intc_plic.c
intc_rv32m1_intmux.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
intc_sam0_eic.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
intc_sam0_eic_priv.h
intc_shared_irq.c drivers: interrupt_controller: Convert drivers to new DT device macros 2020-12-19 20:06:25 -05:00
intc_swerv_pic.c
intc_system_apic.c
intc_vexriscv_litex.c