mbox

[GIT,PULL] DaVinci DT support for v3.6

Message ID 50003C21.9080500@ti.com
State New
Headers show

Pull-request

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

Message

Sekhar Nori July 13, 2012, 3:17 p.m. UTC
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

Comments

Arnd Bergmann July 13, 2012, 4:44 p.m. UTC | #1
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
Sekhar Nori July 16, 2012, 4:10 p.m. UTC | #2
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
Arnd Bergmann July 16, 2012, 7:53 p.m. UTC | #3
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