Re: [PATCH v14 2/5] dmaengine: pch_dma: Replace PCI pool old API

2017-10-31 Thread Vinod Koul
On Mon, Oct 23, 2017 at 07:59:55PM +0200, Romain Perier wrote: > From: Romain Perier > > The PCI pool API is deprecated. This commit replaces the PCI pool old > API by the appropriate function with the DMA pool API. Applied, thanks -- ~Vinod

[PATCH v14 2/5] dmaengine: pch_dma: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: Romain Perier The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/dma/pch_dma.c | 12 ++-- 1 file cha