diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-09-29 04:27:52 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 14:03:26 +0100 |
commit | b3f7ed0324091e2cb23fe1b3c10570700f614014 (patch) | |
tree | 6f9a14a39fc4302276a1560cb48c1ede72fc5dff /arch/arm/mach-w90x900 | |
parent | ARM: gic: add irq_domain support (diff) | |
download | linux-b3f7ed0324091e2cb23fe1b3c10570700f614014.tar.xz linux-b3f7ed0324091e2cb23fe1b3c10570700f614014.zip |
ARM: gic: add OF based initialization
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 <rob.herring@calxeda.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/mach-w90x900')
0 files changed, 0 insertions, 0 deletions