Re: [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one

2013-05-07 Thread Lee Jones
On Tue, 07 May 2013, Srinidhi Kasagar wrote: > On Tue, May 07, 2013 at 09:39:21 +0200, Lee Jones wrote: > > On Mon, 06 May 2013, Srinidhi Kasagar wrote: > > > > > On Fri, May 03, 2013 at 16:32:40 +0200, Lee Jones wrote: > > > > STEDMA40_*_TO_* direction definitions are identical in all but name t

Re: [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one

2013-05-07 Thread Srinidhi Kasagar
On Tue, May 07, 2013 at 09:39:21 +0200, Lee Jones wrote: > On Mon, 06 May 2013, Srinidhi Kasagar wrote: > > > On Fri, May 03, 2013 at 16:32:40 +0200, Lee Jones wrote: > > > STEDMA40_*_TO_* direction definitions are identical in all but name to > > > the pre-defined generic DMA_*_TO_* ones. Let's m

Re: [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one

2013-05-07 Thread Lee Jones
On Mon, 06 May 2013, Srinidhi Kasagar wrote: > On Fri, May 03, 2013 at 16:32:40 +0200, Lee Jones wrote: > > STEDMA40_*_TO_* direction definitions are identical in all but name to > > the pre-defined generic DMA_*_TO_* ones. Let's make things easy by not > > duplicating such things. > > > > Signed

Re: [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one

2013-05-06 Thread Srinidhi Kasagar
On Fri, May 03, 2013 at 16:32:40 +0200, Lee Jones wrote: > STEDMA40_*_TO_* direction definitions are identical in all but name to > the pre-defined generic DMA_*_TO_* ones. Let's make things easy by not > duplicating such things. > > Signed-off-by: Lee Jones > --- > arch/arm/mach-ux500/board-mop

[PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one

2013-05-03 Thread Lee Jones
STEDMA40_*_TO_* direction definitions are identical in all but name to the pre-defined generic DMA_*_TO_* ones. Let's make things easy by not duplicating such things. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-audio.c | 12 ++-- arch/arm/mach-ux500/board-mop500-sdi.c