mbox

[GIT,PULL] DaVinci fixes for v3.15

Message ID 535FB84B.802@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4

Message

Sekhar Nori April 29, 2014, 2:33 p.m. UTC
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4

for you to fetch changes up to cf7eb979116c2568e8bc3b6a7269c7a359864ace:

  ARM: common: edma: Fix xbar mapping (2014-04-29 19:33:49 +0530)

----------------------------------------------------------------
The patch fixes EDMA crossbar mapping to actually
make it work. The patch has been tagged for stable.

----------------------------------------------------------------
Thomas Gleixner (1):
      ARM: common: edma: Fix xbar mapping

 Documentation/devicetree/bindings/dma/ti-edma.txt |    4 ++--
 arch/arm/boot/dts/am33xx.dtsi                     |    2 +-
 arch/arm/common/edma.c                            |   48 +++++++++++++++---------------------------------
 3 files changed, 18 insertions(+), 36 deletions(-)

Comments

Sekhar Nori May 10, 2014, 10:57 a.m. UTC | #1
Hi,

On Tuesday 29 April 2014 08:03 PM, Sekhar Nori wrote:
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4
> 
> for you to fetch changes up to cf7eb979116c2568e8bc3b6a7269c7a359864ace:
> 
>   ARM: common: edma: Fix xbar mapping (2014-04-29 19:33:49 +0530)

Can you please pull this fix?

Thanks,
Sekhar
Olof Johansson May 11, 2014, 5:05 a.m. UTC | #2
On Sat, May 10, 2014 at 3:57 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> Hi,
>
> On Tuesday 29 April 2014 08:03 PM, Sekhar Nori wrote:
>> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>>
>>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4
>>
>> for you to fetch changes up to cf7eb979116c2568e8bc3b6a7269c7a359864ace:
>>
>>   ARM: common: edma: Fix xbar mapping (2014-04-29 19:33:49 +0530)
>
> Can you please pull this fix?

Sekhar,

I missed it because it wasn't sent to arm@kernel.org. Please send pull
requests and patches you want us to directly apply there in the future
(it goes to all of us).

I'll merge it in now though. Seems like we missed -rc5 and there won't
be much merges this week, but it should make it for -rc6.

-Olof
Sekhar Nori May 13, 2014, 6:11 a.m. UTC | #3
On Sunday 11 May 2014 10:35 AM, Olof Johansson wrote:
> On Sat, May 10, 2014 at 3:57 AM, Sekhar Nori <nsekhar@ti.com> wrote:
>> Hi,
>>
>> On Tuesday 29 April 2014 08:03 PM, Sekhar Nori wrote:
>>> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>>>
>>>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4
>>>
>>> for you to fetch changes up to cf7eb979116c2568e8bc3b6a7269c7a359864ace:
>>>
>>>   ARM: common: edma: Fix xbar mapping (2014-04-29 19:33:49 +0530)
>>
>> Can you please pull this fix?
> 
> Sekhar,
> 
> I missed it because it wasn't sent to arm@kernel.org. Please send pull
> requests and patches you want us to directly apply there in the future
> (it goes to all of us).

Thanks. Will keep in mind.

Regards,
Sekhar