Skip to content
Commit 77694b40 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq; Add fasteoi irq_chip quirk



Some chips want irq_eoi() only called when an interrupt is actually
handled. So they have checks for INPROGRESS and DISABLED in their
irq_eoi callbacks. Add a chip flag, which allows to handle that in the
generic code. No impact on the fastpath.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 78129576
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment