Skip to content
Commit d22558dd authored by Marc Zyngier's avatar Marc Zyngier
Browse files

irqdomain: Introduce irq_resolve_mapping()



Rework irq_find_mapping() to return an both an irq_desc pointer,
optionally the virtual irq number, and rename the result to
__irq_resolve_mapping(). a new helper called irq_resolve_mapping()
is provided for code that doesn't need the virtual irq number.

irq_find_mapping() is also rewritten in terms of __irq_resolve_mapping().

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent d4a45c68
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