zephyr/include/drivers
Luke Starrett 430952f0b2 arch: arm64: GICv2/v3 handling causes abort on spurious interrupt
In _isr_wrapper, the interrupt ID read from the GIC is blindly used to
index into _sw_isr_table, which is only sized based on CONFIG_NUM_IRQ.

It is possible for both GICv2 and GICv3 to return 1023 for a handful
of scenarios, the simplest of which is a level sensitive interrupt
which has subsequently become de-asserted.  Borrowing from the Linux
GIC implementation, a read that returns an interrupt ID of 1023 is
simply ignored.

Minor collateral changes to gic.h to group !_ASMLANGUAGE content
together to allow this header to be used in assembler files.

Signed-off-by: Luke Starrett <luke.starrett@gmail.com>
2020-12-16 08:46:03 -05:00
..
adc
bluetooth
clock_control drivers: clock_control: nrf: Add audio clock support to nrf53 2020-12-10 12:58:49 +01:00
console drivers: modem: gsm_ppp: Enable start/stop 2020-10-19 18:29:02 +02:00
ec_host_cmd_periph
gpio
ieee802154
interrupt_controller arch: arm64: GICv2/v3 handling causes abort on spurious interrupt 2020-12-16 08:46:03 -05:00
led
modem
pcie drivers/pcie: Add support for MSI-X 2020-12-08 09:29:20 -05:00
rtc
sensor
timer drivers: timer: nrf: Extended driver with vendor specific API 2020-12-03 14:05:30 +01:00
uart
usb code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
adc.h drivers: adc: Make all API functions available 2020-12-15 10:10:28 -05:00
can.h
clock_control.h drivers: clock_control: Change clock_control_async_on parameters 2020-10-14 14:06:56 +02:00
counter.h
dac.h
display.h
dma.h
ec_host_cmd_periph.h
eeprom.h
entropy.h
espi.h
flash.h doc/reference/peripherals/flash: extract internal API doc 2020-10-27 12:52:07 +01:00
gna.h
gpio.h
gsm_ppp.h drivers: gsm: Add GSM modem device name 2020-10-19 18:29:02 +02:00
hwinfo.h
i2c_emul.h
i2c.h
i2s.h
ipm.h
kscan.h
led_strip.h
led.h include: drivers: add missing extern "C" in led.h and lora.h 2020-11-17 13:08:47 +02:00
lora.h include: drivers: add missing extern "C" in led.h and lora.h 2020-11-17 13:08:47 +02:00
peci.h
pinmux.h
ps2.h
pwm.h
regulator.h drivers: add infrastructure for regulator devices 2020-10-28 15:22:53 +01:00
sensor.h
spi_emul.h emul: spi: Add support for SPI emulators 2020-10-05 15:33:00 -04:00
spi.h
uart.h uart: Remove deprecated defines 2020-10-07 15:13:32 -05:00
video-controls.h
video.h
watchdog.h