Re: [PATCH 3/3] dmaengine: edma: make edma_filter_fn private

2019-03-24 Thread Vinod Koul
On 07-03-19, 16: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 3/3] dmaengine: edma: make edma_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/edma.c | 5

[PATCH 3/3] dmaengine: edma: make edma_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/edma.c | 5 +++-- include/linux/edma.h | 29 - 2 files changed, 3