On Wed, Feb 15, 2012 at 05:36:46PM +0100, Nicolas Ferre wrote:
> Grant,
>
> I do not know if it is the latest revision but I have identified some
> issues on error/slow paths...
>
>
> On 01/27/2012 10:36 PM, Grant Likely :
> > With the current state of irq_domain, the reverse map is always used
Grant,
I do not know if it is the latest revision but I have identified some
issues on error/slow paths...
On 01/27/2012 10:36 PM, Grant Likely :
> With the current state of irq_domain, the reverse map is always used when
> new IRQs get mapped. This means that the irq_find_mapping() function
>
With the current state of irq_domain, the reverse map is always used when
new IRQs get mapped. This means that the irq_find_mapping() function
can be simplified to always call out to the revmap-specific lookup function.
This patch adds lookup functions for the revmaps that don't yet have one
and