Re: [PATCH] dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c

2015-01-18 Thread Vinod Koul
On Wed, Oct 29, 2014 at 12:30:58AM +0200, Laurent Pinchart wrote: > The function is too big to be a static inline. > Applied thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c

2015-01-17 Thread Laurent Pinchart
Hi Vinod, Maxime, On Wednesday 29 October 2014 00:30:58 Laurent Pinchart wrote: > The function is too big to be a static inline. > > Signed-off-by: Laurent Pinchart Ping ? Could this patch get in v3.20 ? > --- > drivers/dma/dmaengine.c | 33 + > include/linux

[PATCH] dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c

2014-10-28 Thread Laurent Pinchart
The function is too big to be a static inline. Signed-off-by: Laurent Pinchart --- drivers/dma/dmaengine.c | 33 + include/linux/dmaengine.h | 32 +--- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/drivers/dma/dmaen