summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_irqchip.c
AgeCommit message (Expand)Author
2026-07-22lib: sbi_irqchip: fix MSI EIID gap and tail allocation logic in register_msiPawandeep Oza
2026-07-22lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm initPawandeep Oza
2026-07-22lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linkingPawandeep Oza
2026-07-16lib: sbi_irqchip: fix device lookup by caps when first is NULLDavid E. Garcia Porras
2026-06-10lib: sbi_irqchip: Allow irqchip drivers advertise capabilitiesAnup Patel
2026-05-12lib: sbi_irqchip: Add support for registering MSI handlersAnup Patel
2026-05-12lib: sbi_irqchip: Allow setting hardware interrupt affinityAnup Patel
2026-05-12lib: sbi_irqchip: Allow marking hardware interrupts as reservedAnup Patel
2026-05-12lib: sbi_irqchip: Allow interrupt client to specify line sensingAnup Patel
2026-05-12lib: sbi_irqchip: Keep the handler list in sorted order for irqchipAnup Patel
2026-05-12lib: sbi_irqchip: Check full range for existing handlers in sbi_irqchip_regis...Anup Patel
2026-03-22lib: sbi_irqchip: Allow registering interrupt handlersAnup Patel
2026-03-22lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip deviceAnup Patel
2026-03-22lib: sbi_irqchip: Support irqchip device targetting subset of hartsAnup Patel
2026-03-22lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()Anup Patel
2026-03-22lib: sbi_irqchip: Use chip as variable name for irqchip deviceAnup Patel
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel