linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci fixes for v3.15
@ 2014-04-29 14:33 Sekhar Nori
  2014-05-10 10:57 ` Sekhar Nori
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2014-04-29 14:33 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL] DaVinci fixes for v3.15
  2014-04-29 14:33 [GIT PULL] DaVinci fixes for v3.15 Sekhar Nori
@ 2014-05-10 10:57 ` Sekhar Nori
  2014-05-11  5:05   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2014-05-10 10:57 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL] DaVinci fixes for v3.15
  2014-05-10 10:57 ` Sekhar Nori
@ 2014-05-11  5:05   ` Olof Johansson
  2014-05-13  6:11     ` Sekhar Nori
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2014-05-11  5:05 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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

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

* [GIT PULL] DaVinci fixes for v3.15
  2014-05-11  5:05   ` Olof Johansson
@ 2014-05-13  6:11     ` Sekhar Nori
  0 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2014-05-13  6:11 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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

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

end of thread, other threads:[~2014-05-13  6:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 14:33 [GIT PULL] DaVinci fixes for v3.15 Sekhar Nori
2014-05-10 10:57 ` Sekhar Nori
2014-05-11  5:05   ` Olof Johansson
2014-05-13  6:11     ` 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).