zephyr/include/zephyr
Laurentiu Mihalcea 3799e0f498 devicetree.h: switch to DT_IRQ_INTC_BY_IDX for L2 and L3 INTID encodings
Using `DT_IRQ_INTC()` to fetch the interrupt controller associated
with a node works well for nodes which consume interrupts from a
single aggregator. However, when specifying multiple (and different)
interrupt aggregators via the `interrupts-extended` property,
the L2 and L3 interrupts will no longer be encoded properly. This
is because `DT_IRQ_INTC(node_id)` uses `DT_IRQ_INTC_BY_IDX(node_id, 0)`
so all the interrupts will use the first aggregator as their parent.
To fix this, switch from using `DT_IRQ_INTC()` to `DT_IRQ_INTC_BY_IDX()`.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2024-03-05 16:50:18 +00:00
..
acpi lib: acpi: fix for build error when acpi not enabled 2024-02-15 12:28:55 +01:00
app_memory
arch riscv: linker: Fallback to Kconfig when defining ROM region 2024-02-05 14:05:57 +01:00
audio include: audio: dmic: add DMIC_STATE_ERROR enum 2024-01-17 14:43:52 +01:00
bluetooth Bluetooth: BAP: Add can_recv to bt_bap_ep_info 2024-03-04 14:05:07 +01:00
canbus
console
crypto
data
debug
devicetree
dfu
display include: drivers: mipi_dsi: split MIPI DCS values into separate header 2024-01-31 16:01:45 +00:00
drivers i2c: Add helpers and context for i2c rtio drivers 2024-03-05 09:43:38 -05:00
dsp
dt-bindings include: gpio: Add GPIO_INT_WAKEUP flag 2024-02-25 22:26:00 -05:00
fs fs: explicitly initialize fs_file_t and fs_dir_t 2024-03-04 14:06:53 +01:00
input input: pat912x: add a bunch of settings 2024-03-04 22:10:58 +01:00
internal syscall_handler: Fix warnings in K_SYSCALL_MEMORY 2023-12-28 09:52:15 +01:00
ipc
kernel kernel: move priority queue handling to own file/header 2024-03-02 15:06:45 +01:00
linker linker: Round TLS sizes up in linker script 2024-02-25 22:28:56 -05:00
llext llext: Support memory protection 2024-02-02 13:06:28 -05:00
logging logging: rename log2_generic to log_generic 2024-02-14 19:07:30 +01:00
lorawan lorawan: add emulator for unit testing 2024-03-01 17:35:04 +01:00
math
mem_mgmt
mgmt mgmt: hawkbit: Add error handling for HTTP requests 2024-02-09 16:33:11 -06:00
modbus
modem modem: pipe: add warning to synchronous pipe open/close functions 2024-02-28 18:02:17 +00:00
multi_heap
net net: dhcpv4: add vendor specific option callback 2024-03-05 10:22:21 -05:00
pm pm: device_runtime: Extend existing API with ISR_SAFE mode 2024-02-01 15:03:42 +01:00
portability
posix posix: syslog: add support for syslog 2024-02-29 02:45:01 -05:00
random
retention
rtio rtio: Drop include for toolchain.h 2024-03-05 09:43:38 -05:00
sd include: sd: revise the minimum alignment of card_buffer to 4-bytes 2024-01-18 20:04:50 +01:00
sensing sensing: document missing parameter 2024-02-25 20:48:16 -05:00
settings
shell shell: backends: Add RPMsg shell backend 2024-03-01 14:10:24 +01:00
sip_svc
stats
storage storage/flash_map: Retire macros deprecated in release 3.2 2024-01-31 09:08:12 -06:00
sys sys: util: add a sign_extend and sign_extend_64 functions 2024-02-26 11:41:20 +00:00
task_wdt
timing os: timing: polish doxygen 2023-12-12 19:10:33 +01:00
toolchain toolchain: do not use posix C code for asm language in gcc.h 2024-02-14 22:27:11 +01:00
tracing pm: device_runtime: Add delay to async put 2023-12-12 10:57:34 +01:00
usb usb: device_next: new USB Audio 2 implementation 2024-02-01 15:07:37 +01:00
usb_c
xen
zbus zbus: add priority boost feature 2024-01-04 09:41:54 +01:00
bindesc.h
cache.h cache: introduce incoherent cache interface 2024-02-03 13:42:33 -05:00
device.h pm: use braces for .pm_base inside anonymous union initializer 2024-02-21 16:57:56 +01:00
devicetree.h devicetree.h: switch to DT_IRQ_INTC_BY_IDX for L2 and L3 INTID encodings 2024-03-05 16:50:18 +00:00
fatal_types.h
fatal.h
init.h init: adjust the SYS_INIT dev field init to play nice with older compilers 2024-01-26 09:44:04 +01:00
irq_multilevel.h drivers: intc: manage multi-level interrupt configs 2023-12-11 18:23:23 -05:00
irq_nextlevel.h drivers: intc: manage multi-level interrupt configs 2023-12-11 18:23:23 -05:00
irq_offload.h
irq.h
kernel_includes.h kernel: move priority queue handling to own file/header 2024-03-02 15:06:45 +01:00
kernel_structs.h kernel: move priority queue handling to own file/header 2024-03-02 15:06:45 +01:00
kernel_version.h
kernel.h kernel: work: Fix race in workqueue thread 2024-01-03 10:20:19 +01:00
shared_irq.h drivers: interrupt_controller: changes in shared irq 2024-01-31 13:47:39 -06:00
smf.h Lib: SMF: Add Doxygen commands. 2024-03-04 22:16:40 +01:00
spinlock.h
sw_isr_table.h arch: sw_isr_table: Implement local interrupt table entry creation 2024-02-02 19:49:36 +01:00
sys_clock.h
syscall.h
toolchain.h
types.h
zephyr.h