From: Rob Herring <robherring2@gmail.com>
To: Thomas Abraham <thomas.abraham@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, grant.likely@secretlab.ca,
kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org,
rob.herring@calxeda.com, patches@linaro.org
Subject: Re: [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner
Date: Mon, 12 Mar 2012 20:34:51 -0500 [thread overview]
Message-ID: <4F5EA43B.8040802@gmail.com> (raw)
In-Reply-To: <1329798806-32482-1-git-send-email-thomas.abraham@linaro.org>
On 02/20/2012 10:33 PM, Thomas Abraham wrote:
> Changes since v3:
> - In dt case, the use of fixed gic linux irq number to map the combiner
> interrupt output is removed. This is replaced with the interrupt number
> obtained from the gic irq domain. (Thanks to Rob Herring and Grant
> Likely for this suggestion).
> - Split the patch into two parts - irq_domain and device tree support
> addition.
>
> Changes since v2:
> - Rebased to Grant's irqdomain/next branch.
>
> Changes since v1:
> - Includes all changes suggested by Rob Herring.
> - Tested with SPARSE_IRQ enabled.
>
> This patchset adds irq_domain and device tree support for the Exynos Interrupt
> Combiner controller.
>
> The first patch adds a common irq domain for the interrupts managed by the
> interrupt combiners. All the instances of irq combiner reference the common irq
> domain for translating hardware interrupts to linux irq number.
>
> The second patch adds a interrupt specifier translator to support device tree
> based instantiation. It can translate interrupt specifiers for device nodes
> which use combiner as their interrupt parent.
>
> This patchset is based on
> http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git [for-next]
>
> with all irq_domain (v5) patches merged from
> http://git.secretlab.ca/git/linux-2.6.git [irqdomain/next]
>
> Thomas Abraham (2):
> ARM: Exynos: Add irq_domain support for interrupt combiner
> ARM: Exynos: Add device tree support for interrupt combiner
>
> .../bindings/arm/samsung/interrupt-combiner.txt | 48 +++++++++
> arch/arm/mach-exynos/common.c | 112 ++++++++++++++++----
> 2 files changed, 140 insertions(+), 20 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/arm/samsung/interrupt-combiner.txt
Acked-by: Rob Herring <rob.herring@calxeda.com>
Rob
WARNING: multiple messages have this Message-ID (diff)
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner
Date: Mon, 12 Mar 2012 20:34:51 -0500 [thread overview]
Message-ID: <4F5EA43B.8040802@gmail.com> (raw)
In-Reply-To: <1329798806-32482-1-git-send-email-thomas.abraham@linaro.org>
On 02/20/2012 10:33 PM, Thomas Abraham wrote:
> Changes since v3:
> - In dt case, the use of fixed gic linux irq number to map the combiner
> interrupt output is removed. This is replaced with the interrupt number
> obtained from the gic irq domain. (Thanks to Rob Herring and Grant
> Likely for this suggestion).
> - Split the patch into two parts - irq_domain and device tree support
> addition.
>
> Changes since v2:
> - Rebased to Grant's irqdomain/next branch.
>
> Changes since v1:
> - Includes all changes suggested by Rob Herring.
> - Tested with SPARSE_IRQ enabled.
>
> This patchset adds irq_domain and device tree support for the Exynos Interrupt
> Combiner controller.
>
> The first patch adds a common irq domain for the interrupts managed by the
> interrupt combiners. All the instances of irq combiner reference the common irq
> domain for translating hardware interrupts to linux irq number.
>
> The second patch adds a interrupt specifier translator to support device tree
> based instantiation. It can translate interrupt specifiers for device nodes
> which use combiner as their interrupt parent.
>
> This patchset is based on
> http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git [for-next]
>
> with all irq_domain (v5) patches merged from
> http://git.secretlab.ca/git/linux-2.6.git [irqdomain/next]
>
> Thomas Abraham (2):
> ARM: Exynos: Add irq_domain support for interrupt combiner
> ARM: Exynos: Add device tree support for interrupt combiner
>
> .../bindings/arm/samsung/interrupt-combiner.txt | 48 +++++++++
> arch/arm/mach-exynos/common.c | 112 ++++++++++++++++----
> 2 files changed, 140 insertions(+), 20 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/arm/samsung/interrupt-combiner.txt
Acked-by: Rob Herring <rob.herring@calxeda.com>
Rob
next prev parent reply other threads:[~2012-03-13 1:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 4:33 [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner Thomas Abraham
2012-02-21 4:33 ` Thomas Abraham
2012-02-21 4:33 ` [PATCH v4 1/2] ARM: Exynos: Add irq_domain support for interrupt combiner Thomas Abraham
2012-02-21 4:33 ` Thomas Abraham
2012-02-21 4:33 ` [PATCH v4 2/2] ARM: Exynos: Add device tree " Thomas Abraham
2012-02-21 4:33 ` Thomas Abraham
2012-03-13 3:52 ` Grant Likely
2012-03-13 3:52 ` Grant Likely
2012-03-13 6:46 ` Thomas Abraham
2012-03-13 6:46 ` Thomas Abraham
2012-03-12 21:07 ` [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner Thomas Abraham
2012-03-12 21:07 ` Thomas Abraham
2012-03-13 1:34 ` Rob Herring [this message]
2012-03-13 1:34 ` Rob Herring
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=4F5EA43B.8040802@gmail.com \
--to=robherring2@gmail.com \
--cc=grant.likely@secretlab.ca \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=rob.herring@calxeda.com \
--cc=thomas.abraham@linaro.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.