linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller
       [not found] <1341342970-27535-1-git-send-email-nsekhar@ti.com>
@ 2012-07-05 12:43 ` Heiko Schocher
  2012-07-06 16:53   ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Schocher @ 2012-07-05 12:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Sekhar,

On 03.07.2012 21:16, Sekhar Nori wrote:
> From: Heiko Schocher<hs@denx.de>
>
> Add a function to initialize the Common Platform Interrupt Controller
> (cp_intc) from TI used on OMAP-L1x SoCs using a device tree node.
>
> Signed-off-by: Heiko Schocher<hs@denx.de>
> Cc: davinci-linux-open-source at linux.davincidsp.com
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: devicetree-discuss at lists.ozlabs.org
> Cc: Grant Likely<grant.likely@secretlab.ca>
> Cc: Sekhar Nori<nsekhar@ti.com>
> Cc: Wolfgang Denk<wd@denx.de>
> Cc: Sergei Shtylyov<sshtylyov@mvista.com>
> Signed-off-by: Sekhar Nori<nsekhar@ti.com>
> ---
>   .../devicetree/bindings/arm/davinci/cp-intc.txt    |   27 ++++++++++++++++++++
>   arch/arm/mach-davinci/cp_intc.c                    |   16 +++++++++---
>   arch/arm/mach-davinci/include/mach/cp_intc.h       |    1 +
>   3 files changed, 41 insertions(+), 3 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/arm/davinci/cp-intc.txt

Thanks!

Tested on the enbw_cmc board.

Sent the updated "ARM: davinci: add support for the am1808 based enbw_cmc"
based on this patch soon.

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller
  2012-07-05 12:43 ` [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller Heiko Schocher
@ 2012-07-06 16:53   ` Sekhar Nori
  2012-07-10  8:43     ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2012-07-06 16:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Grant,

On 7/5/2012 6:13 PM, Heiko Schocher wrote:
> Hello Sekhar,
> 
> On 03.07.2012 21:16, Sekhar Nori wrote:
>> From: Heiko Schocher<hs@denx.de>
>>
>> Add a function to initialize the Common Platform Interrupt Controller
>> (cp_intc) from TI used on OMAP-L1x SoCs using a device tree node.
>>
>> Signed-off-by: Heiko Schocher<hs@denx.de>
>> Cc: davinci-linux-open-source at linux.davincidsp.com
>> Cc: linux-arm-kernel at lists.infradead.org
>> Cc: devicetree-discuss at lists.ozlabs.org
>> Cc: Grant Likely<grant.likely@secretlab.ca>
>> Cc: Sekhar Nori<nsekhar@ti.com>
>> Cc: Wolfgang Denk<wd@denx.de>
>> Cc: Sergei Shtylyov<sshtylyov@mvista.com>
>> Signed-off-by: Sekhar Nori<nsekhar@ti.com>
>> ---
>>   .../devicetree/bindings/arm/davinci/cp-intc.txt    |   27
>> ++++++++++++++++++++
>>   arch/arm/mach-davinci/cp_intc.c                    |   16 +++++++++---
>>   arch/arm/mach-davinci/include/mach/cp_intc.h       |    1 +
>>   3 files changed, 41 insertions(+), 3 deletions(-)
>>   create mode 100644
>> Documentation/devicetree/bindings/arm/davinci/cp-intc.txt
> 
> Thanks!
> 
> Tested on the enbw_cmc board.

Any further feedback on this? If you are OK, I would like to queue this
for v3.6 through DaVinci tree.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller
  2012-07-06 16:53   ` Sekhar Nori
@ 2012-07-10  8:43     ` Sekhar Nori
  0 siblings, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2012-07-10  8:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rob,

On 7/6/2012 10:23 PM, Sekhar Nori wrote:
> Hi Grant,
> 
> On 7/5/2012 6:13 PM, Heiko Schocher wrote:
>> Hello Sekhar,
>>
>> On 03.07.2012 21:16, Sekhar Nori wrote:
>>> From: Heiko Schocher<hs@denx.de>
>>>
>>> Add a function to initialize the Common Platform Interrupt Controller
>>> (cp_intc) from TI used on OMAP-L1x SoCs using a device tree node.
>>>
>>> Signed-off-by: Heiko Schocher<hs@denx.de>
>>> Cc: davinci-linux-open-source at linux.davincidsp.com
>>> Cc: linux-arm-kernel at lists.infradead.org
>>> Cc: devicetree-discuss at lists.ozlabs.org
>>> Cc: Grant Likely<grant.likely@secretlab.ca>
>>> Cc: Sekhar Nori<nsekhar@ti.com>
>>> Cc: Wolfgang Denk<wd@denx.de>
>>> Cc: Sergei Shtylyov<sshtylyov@mvista.com>
>>> Signed-off-by: Sekhar Nori<nsekhar@ti.com>
>>> ---
>>>   .../devicetree/bindings/arm/davinci/cp-intc.txt    |   27
>>> ++++++++++++++++++++
>>>   arch/arm/mach-davinci/cp_intc.c                    |   16 +++++++++---
>>>   arch/arm/mach-davinci/include/mach/cp_intc.h       |    1 +
>>>   3 files changed, 41 insertions(+), 3 deletions(-)
>>>   create mode 100644
>>> Documentation/devicetree/bindings/arm/davinci/cp-intc.txt
>>
>> Thanks!
>>
>> Tested on the enbw_cmc board.
> 
> Any further feedback on this? If you are OK, I would like to queue this
> for v3.6 through DaVinci tree.

Do you have any feedback on this patch? Looks like Grant is going to be
busy for a while. If you do not have the original patch I can forward it
to you.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-10  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1341342970-27535-1-git-send-email-nsekhar@ti.com>
2012-07-05 12:43 ` [PATCH] ARM: davinci: cp_intc: Add OF support for TI interrupt controller Heiko Schocher
2012-07-06 16:53   ` Sekhar Nori
2012-07-10  8:43     ` Sekhar Nori

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).