zephyr/drivers/interrupt_controller
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage
irq_lock returns an unsigned int, though, several places was using
signed int. This commit fix this behaviour.

In order to avoid this error happens again, a coccinelle script was
added and can be used to check violations.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
arcv2_irq_unit.c
cavs_ictl.c
cavs_ictl.h
CMakeLists.txt riscv32: riscv-privilege: integrate common code 2018-06-20 11:57:07 -04:00
dw_ictl.c
dw_ictl.h
exti_stm32.c driver: interrupt_controller: Add support for stm32f2 2018-07-05 11:26:07 -05:00
exti_stm32.h
i8259.c
ioapic_intr.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
ioapic_priv.h
Kconfig drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.multilevel drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.s1000 drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.shared_irq Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.stm32 driver: interrupt_controller: Add support for stm32f2 2018-07-05 11:26:07 -05:00
loapic_intr.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
loapic_spurious.S
mvic.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
plic.c riscv32: riscv-privilege: Microsemi Mi-V support 2018-06-20 11:57:07 -04:00
plic.h boards: riscv: Convert HiFive1 to DTS 2018-08-13 18:35:38 -05:00
shared_irq.c
system_apic.c