You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interrupt controllers can have non-zero starting value for h/w irq numbers.
Adding support in irq_domain allows the domain hwirq numbering to match
the interrupt controllers' numbering.
As this makes looping over irqs for a domain more complicated, add loop
iterators to iterate over all hwirqs and irqs for a domain.
Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Jamie Iles <[email protected]>
Tested-by: Thomas Abraham <[email protected]>
Acked-by: Grant Likely <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
0 commit comments