RE: [PATCH] dma: tegra: fix interrupt name issue with apb dma.

2012-10-04 Thread Vinod Koul
On Thu, 2012-10-04 at 08:26 +, Koul, Vinod wrote: > > > > > > (Dropping stable Cc; Olof/Arnd or Vinod, is it possible you could add > > > that into the patch description when applying this?) > > > > > > Reported-by: Stephen Warren > > > Acked-by: Stephen Warren > > > > Should be no problem.

RE: [PATCH] dma: tegra: fix interrupt name issue with apb dma.

2012-10-04 Thread Koul, Vinod
> > > > (Dropping stable Cc; Olof/Arnd or Vinod, is it possible you could add > > that into the patch description when applying this?) > > > > Reported-by: Stephen Warren > > Acked-by: Stephen Warren > > Should be no problem. If Vinod wants to pick it up: > > Acked-by: Arnd Bergmann Will do it

Re: [PATCH] dma: tegra: fix interrupt name issue with apb dma.

2012-10-04 Thread Arnd Bergmann
On Wednesday 03 October 2012, Stephen Warren wrote: > On 10/03/2012 11:21 AM, Laxman Dewangan wrote: > > When watching the interrupts through /proc/interrupts, > > the name of the interrupts are blank or garbage. The > > reason is the pointer passed for devname during irq > > registration is stack

Re: [PATCH] dma: tegra: fix interrupt name issue with apb dma.

2012-10-03 Thread Stephen Warren
On 10/03/2012 11:21 AM, Laxman Dewangan wrote: > When watching the interrupts through /proc/interrupts, > the name of the interrupts are blank or garbage. The > reason is the pointer passed for devname during irq > registration is stack and so it get changed after > dma registration completes. > Al

Re: [PATCH] dma: tegra: fix interrupt name issue with apb dma.

2012-10-03 Thread Greg KH
On Wed, Oct 03, 2012 at 10:48:07PM +0530, Laxman Dewangan wrote: > When watching the interrupts through /proc/interrupts, > the name of the interrupts are blank or garbage. The > reason is the pointer passed for devname during irq > registration is stack and so it get changed after > dma registrati