[PATCH 1/4] arm: omap: gpio: don't access irq_desc array directly

Felipe Balbi balbi at ti.com
Wed Jan 5 01:47:22 EST 2011


On Tue, Jan 04, 2011 at 04:24:58PM -0800, Kevin Hilman wrote:
> Felipe Balbi <balbi at ti.com> writes:
> 
> > Instead of accessing the irq_desc array directly
> > we can use irq_to_desc(irq). That will allow us to,
> > if wanted, select SPARSE_IRQ and irq_descs will be
> > added to a radix tree, instead of a array.
> >
> > Signed-off-by: Felipe Balbi <balbi at ti.com>
> 
> Can you refresh this one against Tony's omap-for-linus branch. The GPIO
> omap_device/hwmod conversion changed things around a bit and this patch
> doesn't apply.
> 
> After that, you can send separately, and I'll queue this one along with
> some other GPIO core fixes for the 2.6.38-rc series after -rc1 comes
> out.

Sure, it's attached to this mail.

-- 
balbi


More information about the linux-arm-kernel mailing list