summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_irqchip.h
AgeCommit message (Expand)Author
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-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-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-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