mbox

[GIT,PULL,v2] DaVinci fixes for v3.0

Message ID B85A65D85D7EB246BE421B3FB0FBB593024DBDC6EF@dbde02.ent.ti.com
State New
Headers show

Pull-request

git://gitorious.org/linux-davinci/linux-davinci.git fixes

Message

Sekhar Nori July 19, 2011, 9:30 a.m. UTC
Hi Arnd,

Can you please pull these DaVinci fixes for v3.0?

Thanks,
Sekhar

The following changes since commit 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc:
  Linus Torvalds (1):
        Linux 3.0-rc7

are available in the git repository at:

  git://gitorious.org/linux-davinci/linux-davinci.git fixes

Ido Yariv (1):
      arm: davinci: Fix low level gpio irq handlers' argument

Jon Povey (1):
      davinci: DM365 EVM: fix video input mux bits

Todd Poynor (1):
      ARM: davinci: Check for NULL return from irq_alloc_generic_chip

 arch/arm/mach-davinci/board-dm365-evm.c |    4 ++--
 arch/arm/mach-davinci/gpio.c            |   21 ++++++++++++++++-----
 arch/arm/mach-davinci/irq.c             |    6 ++++++
 3 files changed, 24 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann July 19, 2011, 1:58 p.m. UTC | #1
On Tuesday 19 July 2011, Nori, Sekhar wrote:
> Can you please pull these DaVinci fixes for v3.0?
> 
> Thanks,
> Sekhar
> 
> The following changes since commit 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc:
>   Linus Torvalds (1):
>         Linux 3.0-rc7
> 
> are available in the git repository at:
> 
>   git://gitorious.org/linux-davinci/linux-davinci.git fixes

Hi Sekhar,

I've pulled it now, thanks!

Sorry for being slow, I was waiting for other fixes to come in, but there
was only one. If it ends up being too late for 3.0, I'll tag the
patches for stable backports and send them with the first batch of
fixes for 3.1.

	Arnd