Re: [PATCH 03/12] irqdomain: Support for static IRQ mapping and association.

From: Grant Likely
Date: Sun Jun 17 2012 - 18:16:30 EST


On Sat, 16 Jun 2012 15:58:39 +1000, Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> wrote:
> On Fri, 2012-06-15 at 23:01 -0600, Grant Likely wrote:
> > From: Paul Mundt <lethal@xxxxxxxxxxxx>
> >
> > This adds a new strict mapping API for supporting creation of linux IRQs
> > at existing positions within the domain. The new routines are as follows:
> >
> > For dynamic allocation and insertion to specified ranges:
> >
> > - irq_create_identity_mapping()
> > - irq_create_strict_mappings()
>
> How does that differ from NOMAP ? Any reason to add that rather than use
> NOMAP and some offset built into the PIC driver ?

Ultimately it simplifies the code. It allows the irq controller to
specify arbitrary ranges of hwirq->irq mappings without any special
processing. Some of the irq controllers have multiple hwirq ranges
that need to be mapped, and this is a reasonable approach for doing so
regardless of the revmap type.

Ideally I'd rather not do any of this and have the virqs dynamically
assigned, but as long as there are still platforms relying on static
platform_data it will be required.

g.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/