From: Rob Herring <robherring2@gmail.com>
To: "Cousson, Benoit" <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>,
tony@atomide.com, devicetree-discuss@lists.ozlabs.org,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] ARM: OMAP2+: Interrupt controllers adaptation to DT
Date: Fri, 06 Jan 2012 12:56:04 -0600 [thread overview]
Message-ID: <4F0743C4.7000201@gmail.com> (raw)
In-Reply-To: <4F07239D.8000607@ti.com>
On 01/06/2012 10:38 AM, Cousson, Benoit wrote:
> Hi Rob/Grant,
>
> Gentle ping on that series too. This should the last one:-)
>
Sorry about that. For the series:
Acked-by: Rob Herring <rob.herring@calxeda.com>
Rob
> Thanks,
> Benoit
>
> On 12/23/2011 10:46 AM, Cousson, Benoit wrote:
>> Hi Rob,
>>
>> Are you OK with that update?
>>
>> Thanks,
>> Benoit
>>
>> On 12/20/2011 2:39 PM, Benoit Cousson wrote:
>>> Hi Tony and Rob,
>>>
>>> Here is the series to take advantage of the new DT interrupt init
>>> mechanism.
>>> Thanks to Marc's CONFIG_MULTI_IRQ_HANDLER series, OMAP4 just has to
>>> use the
>>> default GIC binding and does not need some OMAP specific hacks anymore.
>>> OMAP2 and 3 are using a simple interrupt controller that can thus expose
>>> a simpler binding.
>>>
>>> This update, compared to v1 [1], is introducing the IRQ domain for the
>>> OMAP2&3 INTC by default for both DT and none-DT build.
>>> Please note that in the near future that code can even be simplier
>>> with the
>>> introduction of the domain support inside generic irq chip.
>>>
>>> This series is based on lo/dt branch to get the needed cleanup and
>>> fixes for
>>> OMAP.
>>>
>>> The series is available here for reference:
>>> git://gitorious.org/omap-pm/linux.git for_3.3/2_dt_irq
>>>
>>> Regards,
>>> Benoit
>>>
>>> [1] http://www.spinics.net/lists/linux-omap/msg61152.html
>>>
>>>
>>> Benoit Cousson (5):
>>> arm/dts: OMAP4: Update DTS file with new GIC bindings
>>> ARM: OMAP2/3: intc: Add irqdomain support
>>> ARM: OMAP2/3: intc: Add DT support for TI interrupt controller
>>> arm/dts: OMAP3: Add interrupt-controller bindings for INTC
>>> ARM: OMAP2+: board-generic: Use of_irq_init API
>>>
>>> .../devicetree/bindings/arm/omap/intc.txt | 27 +++++++++++
>>> arch/arm/boot/dts/omap3.dtsi | 6 ++-
>>> arch/arm/boot/dts/omap4.dtsi | 3 +-
>>> arch/arm/mach-omap2/board-generic.c | 30 +++++++------
>>> arch/arm/mach-omap2/common.h | 10 ++++
>>> arch/arm/mach-omap2/irq.c | 48 ++++++++++++++++++--
>>> 6 files changed, 103 insertions(+), 21 deletions(-)
>>> create mode 100644 Documentation/devicetree/bindings/arm/omap/intc.txt
>>>
>>
>
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss
WARNING: multiple messages have this Message-ID (diff)
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] ARM: OMAP2+: Interrupt controllers adaptation to DT
Date: Fri, 06 Jan 2012 12:56:04 -0600 [thread overview]
Message-ID: <4F0743C4.7000201@gmail.com> (raw)
In-Reply-To: <4F07239D.8000607@ti.com>
On 01/06/2012 10:38 AM, Cousson, Benoit wrote:
> Hi Rob/Grant,
>
> Gentle ping on that series too. This should the last one:-)
>
Sorry about that. For the series:
Acked-by: Rob Herring <rob.herring@calxeda.com>
Rob
> Thanks,
> Benoit
>
> On 12/23/2011 10:46 AM, Cousson, Benoit wrote:
>> Hi Rob,
>>
>> Are you OK with that update?
>>
>> Thanks,
>> Benoit
>>
>> On 12/20/2011 2:39 PM, Benoit Cousson wrote:
>>> Hi Tony and Rob,
>>>
>>> Here is the series to take advantage of the new DT interrupt init
>>> mechanism.
>>> Thanks to Marc's CONFIG_MULTI_IRQ_HANDLER series, OMAP4 just has to
>>> use the
>>> default GIC binding and does not need some OMAP specific hacks anymore.
>>> OMAP2 and 3 are using a simple interrupt controller that can thus expose
>>> a simpler binding.
>>>
>>> This update, compared to v1 [1], is introducing the IRQ domain for the
>>> OMAP2&3 INTC by default for both DT and none-DT build.
>>> Please note that in the near future that code can even be simplier
>>> with the
>>> introduction of the domain support inside generic irq chip.
>>>
>>> This series is based on lo/dt branch to get the needed cleanup and
>>> fixes for
>>> OMAP.
>>>
>>> The series is available here for reference:
>>> git://gitorious.org/omap-pm/linux.git for_3.3/2_dt_irq
>>>
>>> Regards,
>>> Benoit
>>>
>>> [1] http://www.spinics.net/lists/linux-omap/msg61152.html
>>>
>>>
>>> Benoit Cousson (5):
>>> arm/dts: OMAP4: Update DTS file with new GIC bindings
>>> ARM: OMAP2/3: intc: Add irqdomain support
>>> ARM: OMAP2/3: intc: Add DT support for TI interrupt controller
>>> arm/dts: OMAP3: Add interrupt-controller bindings for INTC
>>> ARM: OMAP2+: board-generic: Use of_irq_init API
>>>
>>> .../devicetree/bindings/arm/omap/intc.txt | 27 +++++++++++
>>> arch/arm/boot/dts/omap3.dtsi | 6 ++-
>>> arch/arm/boot/dts/omap4.dtsi | 3 +-
>>> arch/arm/mach-omap2/board-generic.c | 30 +++++++------
>>> arch/arm/mach-omap2/common.h | 10 ++++
>>> arch/arm/mach-omap2/irq.c | 48 ++++++++++++++++++--
>>> 6 files changed, 103 insertions(+), 21 deletions(-)
>>> create mode 100644 Documentation/devicetree/bindings/arm/omap/intc.txt
>>>
>>
>
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss
next prev parent reply other threads:[~2012-01-06 18:56 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 13:39 [PATCH v2 0/5] ARM: OMAP2+: Interrupt controllers adaptation to DT Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2011-12-20 13:39 ` [PATCH v2 1/5] arm/dts: OMAP4: Update DTS file with new GIC bindings Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2012-01-06 21:15 ` Grant Likely
2012-01-06 21:15 ` Grant Likely
2012-01-06 21:30 ` Rob Herring
2012-01-06 21:30 ` Rob Herring
2012-01-09 13:31 ` Cousson, Benoit
2012-01-09 13:31 ` Cousson, Benoit
2011-12-20 13:39 ` [PATCH v2 2/5] ARM: OMAP2/3: intc: Add irqdomain support Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2012-01-06 21:22 ` Grant Likely
2012-01-06 21:22 ` Grant Likely
2012-01-09 9:56 ` Cousson, Benoit
2012-01-09 9:56 ` Cousson, Benoit
2011-12-20 13:39 ` [PATCH v2 3/5] ARM: OMAP2/3: intc: Add DT support for TI interrupt controller Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2012-01-06 21:24 ` Grant Likely
2012-01-06 21:24 ` Grant Likely
2011-12-20 13:39 ` [PATCH v2 4/5] arm/dts: OMAP3: Add interrupt-controller bindings for INTC Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2012-01-06 21:24 ` Grant Likely
2012-01-06 21:24 ` Grant Likely
2012-01-13 6:14 ` Hiremath, Vaibhav
2012-01-13 6:14 ` Hiremath, Vaibhav
2012-01-13 11:03 ` Cousson, Benoit
2012-01-13 11:03 ` Cousson, Benoit
2012-01-13 12:31 ` Hiremath, Vaibhav
2012-01-13 12:31 ` Hiremath, Vaibhav
2012-01-13 13:01 ` Cousson, Benoit
2012-01-13 13:01 ` Cousson, Benoit
2012-01-13 14:27 ` Hiremath, Vaibhav
2012-01-13 14:27 ` Hiremath, Vaibhav
2011-12-20 13:39 ` [PATCH v2 5/5] ARM: OMAP2+: board-generic: Use of_irq_init API Benoit Cousson
2011-12-20 13:39 ` Benoit Cousson
2012-01-06 21:25 ` Grant Likely
2012-01-06 21:25 ` Grant Likely
2011-12-23 9:46 ` [PATCH v2 0/5] ARM: OMAP2+: Interrupt controllers adaptation to DT Cousson, Benoit
2011-12-23 9:46 ` Cousson, Benoit
2012-01-06 16:38 ` Cousson, Benoit
2012-01-06 16:38 ` Cousson, Benoit
2012-01-06 18:56 ` Rob Herring [this message]
2012-01-06 18:56 ` 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=4F0743C4.7000201@gmail.com \
--to=robherring2@gmail.com \
--cc=b-cousson@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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.