mbox

[GIT,PULL] DaVinci fix for v3.7

Message ID 50A9FEEB.50305@ti.com
State New
Headers show

Pull-request

git://gitorious.org/linux-davinci/linux-davinci.git tags/davinci-fixes-for-v3.7

Message

Sekhar Nori Nov. 19, 2012, 9:42 a.m. UTC
Hi Arnd, Olof,

Can you please pull the following DaVinci fix for v3.7? I know its pretty late,
I was out of office for most of the -rc cycle this time.

The change deserves a stable tag, I did not add it though since the patch
does not apply cleanly to any of the previous kernel releases. It will have
to be backported and send to the stable team once it makes it into mainline.

Thanks,
Sekhar

The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:

  Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)

are available in the git repository at:

  git://gitorious.org/linux-davinci/linux-davinci.git tags/davinci-fixes-for-v3.7

for you to fetch changes up to e37212aa5df1937bc19c0d0982d216675020a7ca:

  ARM: davinci: dm644x: fix out range signal for ED (2012-11-19 13:07:39 +0530)

----------------------------------------------------------------
Fixes an "signal out of range" error when using enhanced
definition display with a DaVinci DM644x device.

----------------------------------------------------------------
Lad, Prabhakar (1):
      ARM: davinci: dm644x: fix out range signal for ED

 arch/arm/mach-davinci/dm644x.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Olof Johansson Nov. 19, 2012, 4:53 p.m. UTC | #1
On Mon, Nov 19, 2012 at 1:42 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> Hi Arnd, Olof,
>
> Can you please pull the following DaVinci fix for v3.7? I know its pretty late,
> I was out of office for most of the -rc cycle this time.
>
> The change deserves a stable tag, I did not add it though since the patch
> does not apply cleanly to any of the previous kernel releases. It will have
> to be backported and send to the stable team once it makes it into mainline.
>
> Thanks,
> Sekhar
>
> The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:
>
>   Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)
>
> are available in the git repository at:
>
>   git://gitorious.org/linux-davinci/linux-davinci.git tags/davinci-fixes-for-v3.7

Pulled, thanks. Gitorious wasn't horribly slow this morning so I'll
take care of the remainder of your 3.8 pull requests too. :)


-Olof
Sekhar Nori Nov. 20, 2012, 5:11 a.m. UTC | #2
On 11/19/2012 10:23 PM, Olof Johansson wrote:
> On Mon, Nov 19, 2012 at 1:42 AM, Sekhar Nori <nsekhar@ti.com> wrote:
>> Hi Arnd, Olof,
>>
>> Can you please pull the following DaVinci fix for v3.7? I know its pretty late,
>> I was out of office for most of the -rc cycle this time.
>>
>> The change deserves a stable tag, I did not add it though since the patch
>> does not apply cleanly to any of the previous kernel releases. It will have
>> to be backported and send to the stable team once it makes it into mainline.
>>
>> Thanks,
>> Sekhar
>>
>> The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:
>>
>>   Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)
>>
>> are available in the git repository at:
>>
>>   git://gitorious.org/linux-davinci/linux-davinci.git tags/davinci-fixes-for-v3.7
> 
> Pulled, thanks. Gitorious wasn't horribly slow this morning so I'll
> take care of the remainder of your 3.8 pull requests too. :)

Thanks! I had requested a k.o account earlier but got no response. That
was before k.o was hacked. I will request again, but I guess I will be
rejected since my PGP key is signed by just one kernel developer (I
guess I need to start traveling and meeting people more often).

Sekhar