linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: gic: add OF based initialization
Date: Thu, 29 Sep 2011 12:19:44 -0500	[thread overview]
Message-ID: <20110929171944.GD6800@ponder.secretlab.ca> (raw)
In-Reply-To: <1317268436-1613-3-git-send-email-robherring2@gmail.com>

On Wed, Sep 28, 2011 at 10:53:56PM -0500, Rob Herring wrote:
> From: Rob Herring <rob.herring@calxeda.com>
> 
> 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>

Looks good.

g.

  reply	other threads:[~2011-09-29 17:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29  3:53 [PATCH 0/2] GIC OF bindings Rob Herring
2011-09-29  3:53 ` [PATCH 1/2] ARM: gic: add irq_domain support Rob Herring
2011-09-29 17:15   ` Grant Likely
2011-09-29 21:02     ` Rob Herring
2011-09-30  0:27       ` Grant Likely
2011-09-29  3:53 ` [PATCH 2/2] ARM: gic: add OF based initialization Rob Herring
2011-09-29 17:19   ` Grant Likely [this message]
2011-09-29  9:21 ` [PATCH 0/2] GIC OF bindings Jamie Iles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110929171944.GD6800@ponder.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).