From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] ARM: at91/aic: add irq domain and device tree support
Date: Tue, 6 Dec 2011 07:34:16 +0100 [thread overview]
Message-ID: <20111206063416.GI9192@game.jcrosoft.org> (raw)
In-Reply-To: <1322754127-15206-1-git-send-email-nicolas.ferre@atmel.com>
On 16:42 Thu 01 Dec , Nicolas Ferre wrote:
> Add an irqdomain for the AIC interrupt controller.
> The device tree support is mapping the registers and
> is using the irq_domain_simple_ops to manage hwirq
> translation.
> The documentation is describing the meaning of the
> two cells required for using this "interrupt-controller"
> in a device tree node.
>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> This patch should go on top of Jamie's patch:
> "irqdomain: export irq_domain_simple_ops for !CONFIG_OF"
> https://lkml.org/lkml/2011/12/1/109
>
> v3: - change number of cells to define an AIC interrupt (irq trigger type)
> - change current .dtsi files to match specification
> - use irq_domain_simple_ops (for DT mapping)
>
> v2: - use of_irq_init() function for device tree probing
> - add documentation
> - use own simple struct irq_domain_ops
just one stuff missing the definition of the external irq
Best Regards,
J.
WARNING: multiple messages have this Message-ID (diff)
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: linux-arm-kernel@lists.infradead.org, robherring2@gmail.com,
grant.likely@secretlab.ca, devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/3] ARM: at91/aic: add irq domain and device tree support
Date: Tue, 6 Dec 2011 07:34:16 +0100 [thread overview]
Message-ID: <20111206063416.GI9192@game.jcrosoft.org> (raw)
In-Reply-To: <1322754127-15206-1-git-send-email-nicolas.ferre@atmel.com>
On 16:42 Thu 01 Dec , Nicolas Ferre wrote:
> Add an irqdomain for the AIC interrupt controller.
> The device tree support is mapping the registers and
> is using the irq_domain_simple_ops to manage hwirq
> translation.
> The documentation is describing the meaning of the
> two cells required for using this "interrupt-controller"
> in a device tree node.
>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> This patch should go on top of Jamie's patch:
> "irqdomain: export irq_domain_simple_ops for !CONFIG_OF"
> https://lkml.org/lkml/2011/12/1/109
>
> v3: - change number of cells to define an AIC interrupt (irq trigger type)
> - change current .dtsi files to match specification
> - use irq_domain_simple_ops (for DT mapping)
>
> v2: - use of_irq_init() function for device tree probing
> - add documentation
> - use own simple struct irq_domain_ops
just one stuff missing the definition of the external irq
Best Regards,
J.
next prev parent reply other threads:[~2011-12-06 6:34 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-24 21:56 [PATCH 1/3] ARM: at91/aic: add device tree support for AIC Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-24 21:56 ` [PATCH 2/3] ARM: at91/gpio: add irqdomain to gpio interrupts Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-25 15:36 ` Rob Herring
2011-11-25 15:36 ` Rob Herring
2011-11-25 15:36 ` Rob Herring
2011-11-24 21:56 ` [PATCH 3/3] ARM: at91/board-dt: remove AIC irq domain from board file Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-24 21:56 ` Nicolas Ferre
2011-11-24 22:26 ` [PATCH 1/3] ARM: at91/aic: add device tree support for AIC Jamie Iles
2011-11-24 22:26 ` Jamie Iles
2011-11-25 13:51 ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-25 13:51 ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-25 13:51 ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-25 15:28 ` Jamie Iles
2011-11-25 15:28 ` Jamie Iles
2011-11-29 13:04 ` Nicolas Ferre
2011-11-29 13:04 ` Nicolas Ferre
2011-11-29 13:04 ` Nicolas Ferre
2011-11-29 13:56 ` Nicolas Ferre
2011-11-29 13:56 ` Nicolas Ferre
2011-11-29 13:56 ` Nicolas Ferre
2011-11-29 18:07 ` [PATCH v2 " Nicolas Ferre
2011-11-29 18:07 ` Nicolas Ferre
2011-12-01 15:42 ` [PATCH v3 1/3] ARM: at91/aic: add irq domain and device tree support Nicolas Ferre
2011-12-01 15:42 ` Nicolas Ferre
2011-12-01 15:42 ` Nicolas Ferre
2011-12-06 6:34 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-12-06 6:34 ` Jean-Christophe PLAGNIOL-VILLARD
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=20111206063416.GI9192@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.