All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci DT support for v3.6
@ 2012-07-13 15:17 Sekhar Nori
  2012-07-13 16:44 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2012-07-13 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Can you please pull the following patch adding DT support for DaVinci 
for v3.6?

Sorry for the late request, I was waiting for an ack from either Grant 
or Rob but looks like both are busy. Grant has reviewed earlier versions
of the patch.

This pull request depends on DaVinci SoC updates pulled earlier.

Thanks,
Sekhar

The following changes since commit ce9dcb8784611c50974d1c6b600c71f5c0a29308:

  ARM: davinci: add runtime PM support for clock management (2012-07-01 17:26:26 +0530)

are available in the git repository at:

  git://gitorious.org/linux-davinci/linux-davinci.git tags/davinci-v3.6-dt

for you to fetch changes up to 961e657f5a34e3f4ce2cb74cfab11f5c666b03e5:

  ARM: davinci: cp_intc: Add OF support for TI interrupt controller (2012-07-05 14:12:35 +0530)

----------------------------------------------------------------
DaVinci DT support

Add DT support for DaVinci cp_intc interrupt controller

----------------------------------------------------------------
Heiko Schocher (1):
      ARM: davinci: cp_intc: Add OF support for TI interrupt controller

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

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

* [GIT PULL] DaVinci DT support for v3.6
  2012-07-13 15:17 [GIT PULL] DaVinci DT support for v3.6 Sekhar Nori
@ 2012-07-13 16:44 ` Arnd Bergmann
  2012-07-16 16:10   ` Sekhar Nori
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2012-07-13 16:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 13 July 2012, Sekhar Nori wrote:
> Hi Arnd, Olof,
> 
> Can you please pull the following patch adding DT support for DaVinci 
> for v3.6?
> 
> Sorry for the late request, I was waiting for an ack from either Grant 
> or Rob but looks like both are busy. Grant has reviewed earlier versions
> of the patch.
> 
> This pull request depends on DaVinci SoC updates pulled earlier.
> 

Pulled, thanks!

I'm a bit surprised to see DT support series for davinci when the platform
doesn't support DT booting and the series doesn't add it, but I suppose
you're still working on other parts.

>From what I can tell, this is the second out of seven patches from Heiko,
where the first one was part of the initial set. Are you planning to submit
the others for 3.6 still, or is this for after the merge window?

	Arnd

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

* [GIT PULL] DaVinci DT support for v3.6
  2012-07-13 16:44 ` Arnd Bergmann
@ 2012-07-16 16:10   ` Sekhar Nori
  2012-07-16 19:53     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2012-07-16 16:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On 7/13/2012 10:14 PM, Arnd Bergmann wrote:
> On Friday 13 July 2012, Sekhar Nori wrote:
>> Hi Arnd, Olof,
>>
>> Can you please pull the following patch adding DT support for DaVinci 
>> for v3.6?
>>
>> Sorry for the late request, I was waiting for an ack from either Grant 
>> or Rob but looks like both are busy. Grant has reviewed earlier versions
>> of the patch.
>>
>> This pull request depends on DaVinci SoC updates pulled earlier.
>>
> 
> Pulled, thanks!
> 
> I'm a bit surprised to see DT support series for davinci when the platform
> doesn't support DT booting and the series doesn't add it, but I suppose
> you're still working on other parts.

Yes, the other parts are still being worked on.

> 
>>From what I can tell, this is the second out of seven patches from Heiko,
> where the first one was part of the initial set. Are you planning to submit
> the others for 3.6 still, or is this for after the merge window?

Patches 4-6 of his series are driver patches. While I am
reviewing/testing and acking those patches, I will still be depending on
the driver maintainers to merge those through their trees. So after I am
done reviewing and testing, I am asking Heiko to post those as
independent patches copying the driver maintainers.

Patch 3 in his series adds aemif DT support. I want to take this along
with movement of AEMIF to drivers. There is ongoing work in OMAP world
in moving a similar peripheral (GPMC) to drivers/. I believe
drivers/memory is being looked at as a possible place. This movement
will not happen for this merge window.

The last patch in the series adds support for the board Heiko is working
on. I have not yet had a look at this patch. I will look into this only
for the next merge window.

Thanks,
Sekhar

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

* [GIT PULL] DaVinci DT support for v3.6
  2012-07-16 16:10   ` Sekhar Nori
@ 2012-07-16 19:53     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2012-07-16 19:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 16 July 2012, Sekhar Nori wrote:
> Patches 4-6 of his series are driver patches. While I am
> reviewing/testing and acking those patches, I will still be depending on
> the driver maintainers to merge those through their trees. So after I am
> done reviewing and testing, I am asking Heiko to post those as
> independent patches copying the driver maintainers.
> 
> Patch 3 in his series adds aemif DT support. I want to take this along
> with movement of AEMIF to drivers. There is ongoing work in OMAP world
> in moving a similar peripheral (GPMC) to drivers/. I believe
> drivers/memory is being looked at as a possible place. This movement
> will not happen for this merge window.
> 
> The last patch in the series adds support for the board Heiko is working
> on. I have not yet had a look at this patch. I will look into this only
> for the next merge window.

Ok, sounds fine to me. Thanks for the explanations!

	Arnd

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

end of thread, other threads:[~2012-07-16 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-13 15:17 [GIT PULL] DaVinci DT support for v3.6 Sekhar Nori
2012-07-13 16:44 ` Arnd Bergmann
2012-07-16 16:10   ` Sekhar Nori
2012-07-16 19:53     ` Arnd Bergmann

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.