Thread (8 messages) 8 messages, 3 authors, 2011-09-30

Re: [PATCH 2/2] ARM: gic: add OF based initialization

From: Grant Likely <hidden>
Date: 2011-09-29 20:16:32
Also in: linux-arm-kernel, lkml

On Wed, Sep 28, 2011 at 10:53:56PM -0500, Rob Herring wrote:
From: Rob Herring <redacted>

This adds ARM gic interrupt controller initialization using device tree
data.

The initialization function is intended to be called by of_irq_init
function like this:

const static struct of_device_id irq_match[] = {
	{ .compatible = "arm,cortex-a9-gic", .data = gic_of_init, },
	{}
};

static void __init init_irqs(void)
{
	of_irq_init(irq_match);
}

Signed-off-by: Rob Herring <redacted>
Looks good.

g.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help