Re: [PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-05-01 Thread Lee Jones
> > The current implementation of the DMA40's local MAX() macro evaluates > > its arguments more times than is necessary and it not type checked. > > This patch strips replaces it with a new, more efficient constant. > > > > Cc: Vinod Koul > > Cc: Dan Williams > > Cc: Per Forlin > > Cc: Rabin

Re: [PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-05-01 Thread Lee Jones
The current implementation of the DMA40's local MAX() macro evaluates its arguments more times than is necessary and it not type checked. This patch strips replaces it with a new, more efficient constant. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin

Re: [PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-04-25 Thread Linus Walleij
On Wed, Apr 24, 2013 at 10:49 AM, Lee Jones wrote: > The current implementation of the DMA40's local MAX() macro evaluates > its arguments more times than is necessary and it not type checked. > This patch strips replaces it with a new, more efficient constant. > > Cc: Vinod Koul > Cc: Dan

Re: [PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-04-25 Thread Linus Walleij
On Wed, Apr 24, 2013 at 10:49 AM, Lee Jones lee.jo...@linaro.org wrote: The current implementation of the DMA40's local MAX() macro evaluates its arguments more times than is necessary and it not type checked. This patch strips replaces it with a new, more efficient constant. Cc: Vinod Koul

[PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-04-24 Thread Lee Jones
The current implementation of the DMA40's local MAX() macro evaluates its arguments more times than is necessary and it not type checked. This patch strips replaces it with a new, more efficient constant. Cc: Vinod Koul Cc: Dan Williams Cc: Per Forlin Cc: Rabin Vincent Reported-by: Harvey

[PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew MAX() macro

2013-04-24 Thread Lee Jones
The current implementation of the DMA40's local MAX() macro evaluates its arguments more times than is necessary and it not type checked. This patch strips replaces it with a new, more efficient constant. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin