mbox

[RESEND,0/9] dts pending patches for TI omap

Message ID 1393858226-32595-1-git-send-email-mugunthanvnm@ti.com
State New
Headers show

Pull-request

git://git.ti.com/~mugunthanvnm/ti-linux-kernel/linux.git omapdt-for-3.15

Message

Mugunthan V N March 3, 2014, 2:50 p.m. UTC
Benoit/Tony

Here I am send all the pending dt patches that can go into 3.15 merge window,
all the patches were already posted to mailing list and has beed reviewed.

I have rebased the patches on top of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git omap-for-v3.15/dt
and fixed all the merge conflicts.

Pasting the mail archive for the patches series

* Add ABB device nodes
http://linux-kernel.2935.n7.nabble.com/PATCH-0-4-ARM-dts-OMAP3630-Add-ABB-device-nodes-td794852.html

* MMC hot plug support
http://mail.blameitonlove.com/lists/linux-omap/msg101933.html
Dropped [PATCH 2/3] ARM: dts: am335x-evmsk: add SD card hotplug support as this
is already merged with commit id 29ea5efb0bb612d352aa360de26e2095cb230e4a

* DRA7 Cross bar DTS patches
Cross bar driver has been pulled for next merge, so the dts patches can also
be pulled for next merge window.

Here is the pull request for the same patch series.

The following changes since commit f777ba1780584b100ab9664cc06d04f3bb273a84:

  Merge tag 'for_3.15/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.15/dt (2014-03-02 14:22:03 -0800)

are available in the git repository at:


  git://git.ti.com/~mugunthanvnm/ti-linux-kernel/linux.git omapdt-for-3.15

for you to fetch changes up to 5f78b45aa45c5b2c4de895c3b0740fda4684dae4:

  ARM: DTS: DRA7: Add routable-irqs property for gic node (2014-03-03 19:53:25 +0530)

----------------------------------------------------------------
Andrii.Tseglytskyi (2):
      ARM: dts: OMAP36xx: Add device node for ABB
      ARM: dts: OMAP4: Add device nodes for ABB

Balaji T K (3):
      ARM: dts: am437x gp-evm: add sd card dt nodes
      ARM: dts: am335x-evm: add SD card hotplug support
      ARM: dts: am43x-epos-evm: add SD card hotplug support

Nishanth Menon (1):
      ARM: dts: DRA7: Add device nodes for ABB

Sricharan R (3):
      ARM: DTS: DRA7: Add crossbar device binding
      ARM: DTS: DRA7: Replace peripheral interrupt numbers with crossbar inputs
      ARM: DTS: DRA7: Add routable-irqs property for gic node

 arch/arm/boot/dts/am335x-evm.dts     |   9 ++
 arch/arm/boot/dts/am4372.dtsi        |   1 +
 arch/arm/boot/dts/am437x-gp-evm.dts  |  27 +++++
 arch/arm/boot/dts/am43x-epos-evm.dts |   9 ++
 arch/arm/boot/dts/dra7.dtsi          | 227 ++++++++++++++++++++++++++++-------
 arch/arm/boot/dts/omap36xx.dtsi      |  20 +++
 arch/arm/boot/dts/omap4.dtsi         |  26 ++++
 arch/arm/boot/dts/omap443x.dtsi      |  26 ++++
 arch/arm/boot/dts/omap4460.dtsi      |  37 ++++++
 9 files changed, 339 insertions(+), 43 deletions(-)

Comments

Tony Lindgren March 5, 2014, 7:50 p.m. UTC | #1
* Mugunthan V N <mugunthanvnm@ti.com> [140303 06:53]:
> Benoit/Tony
> 
> Here I am send all the pending dt patches that can go into 3.15 merge window,
> all the patches were already posted to mailing list and has beed reviewed.
> 
> I have rebased the patches on top of
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git omap-for-v3.15/dt
> and fixed all the merge conflicts.
> 
> Pasting the mail archive for the patches series
> 
> * Add ABB device nodes
> http://linux-kernel.2935.n7.nabble.com/PATCH-0-4-ARM-dts-OMAP3630-Add-ABB-device-nodes-td794852.html
> 
> * MMC hot plug support
> http://mail.blameitonlove.com/lists/linux-omap/msg101933.html
> Dropped [PATCH 2/3] ARM: dts: am335x-evmsk: add SD card hotplug support as this
> is already merged with commit id 29ea5efb0bb612d352aa360de26e2095cb230e4a
> 
> * DRA7 Cross bar DTS patches
> Cross bar driver has been pulled for next merge, so the dts patches can also
> be pulled for next merge window.
> 
> Here is the pull request for the same patch series.
> 
> The following changes since commit f777ba1780584b100ab9664cc06d04f3bb273a84:
> 
>   Merge tag 'for_3.15/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.15/dt (2014-03-02 14:22:03 -0800)
> 
> are available in the git repository at:
> 
> 
>   git://git.ti.com/~mugunthanvnm/ti-linux-kernel/linux.git omapdt-for-3.15
> 
> for you to fetch changes up to 5f78b45aa45c5b2c4de895c3b0740fda4684dae4:
> 
>   ARM: DTS: DRA7: Add routable-irqs property for gic node (2014-03-03 19:53:25 +0530)

Thanks applying all except for the crossbar ones into
omap-for-v3.15/dt.

Please resend the last three patches once the dependencies
are merged to mainline kernel as otherwise the interrupt
nubers are all wrong without the crossbar driver related
code.

Regards,

Tony
SRICHARAN R March 6, 2014, 4:33 a.m. UTC | #2
On Thursday 06 March 2014 01:20 AM, Tony Lindgren wrote:
> * Mugunthan V N <mugunthanvnm@ti.com> [140303 06:53]:
>> Benoit/Tony
>>
>> Here I am send all the pending dt patches that can go into 3.15 merge window,
>> all the patches were already posted to mailing list and has beed reviewed.
>>
>> I have rebased the patches on top of
>> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git omap-for-v3.15/dt
>> and fixed all the merge conflicts.
>>
>> Pasting the mail archive for the patches series
>>
>> * Add ABB device nodes
>> http://linux-kernel.2935.n7.nabble.com/PATCH-0-4-ARM-dts-OMAP3630-Add-ABB-device-nodes-td794852.html
>>
>> * MMC hot plug support
>> http://mail.blameitonlove.com/lists/linux-omap/msg101933.html
>> Dropped [PATCH 2/3] ARM: dts: am335x-evmsk: add SD card hotplug support as this
>> is already merged with commit id 29ea5efb0bb612d352aa360de26e2095cb230e4a
>>
>> * DRA7 Cross bar DTS patches
>> Cross bar driver has been pulled for next merge, so the dts patches can also
>> be pulled for next merge window.
>>
>> Here is the pull request for the same patch series.
>>
>> The following changes since commit f777ba1780584b100ab9664cc06d04f3bb273a84:
>>
>>   Merge tag 'for_3.15/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.15/dt (2014-03-02 14:22:03 -0800)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.ti.com/~mugunthanvnm/ti-linux-kernel/linux.git omapdt-for-3.15
>>
>> for you to fetch changes up to 5f78b45aa45c5b2c4de895c3b0740fda4684dae4:
>>
>>   ARM: DTS: DRA7: Add routable-irqs property for gic node (2014-03-03 19:53:25 +0530)
> 
> Thanks applying all except for the crossbar ones into
> omap-for-v3.15/dt.
> 
> Please resend the last three patches once the dependencies
> are merged to mainline kernel as otherwise the interrupt
> nubers are all wrong without the crossbar driver related
> code.
 
   Ok, i will resend when the dependencies are merged

Regards,
 Sricharan