Re: [PATCH 2/3] dmaengine: omap-dma: make omap_dma_filter_fn private

2019-03-24 Thread Vinod Koul
On 08-03-19, 16:32, Peter Ujfalusi wrote: > > > On 07/03/2019 17.16, Arnd Bergmann wrote: > > With the audio driver no longer referring to this function, it > > can be made private to the dmaengine driver itself, and the > > header file removed. Applied, thanks -- ~Vinod

Re: [PATCH 2/3] dmaengine: omap-dma: make omap_dma_filter_fn private

2019-03-08 Thread Peter Ujfalusi
On 07/03/2019 17.16, Arnd Bergmann wrote: > With the audio driver no longer referring to this function, it > can be made private to the dmaengine driver itself, and the > header file removed. Acked-by: Peter Ujfalusi > Signed-off-by: Arnd Bergmann > --- > drivers/dma/ti/omap-dma.c |

[PATCH 2/3] dmaengine: omap-dma: make omap_dma_filter_fn private

2019-03-07 Thread Arnd Bergmann
With the audio driver no longer referring to this function, it can be made private to the dmaengine driver itself, and the header file removed. Signed-off-by: Arnd Bergmann --- drivers/dma/ti/omap-dma.c | 3 ++- include/linux/omap-dma.h | 2 -- include/linux/omap-dmaengine.h | 21