Re: [PATCH] iommu/dma: Apply dma_{alloc,free}_contiguous functions

2019-06-14 Thread Christoph Hellwig
On Fri, Jun 14, 2019 at 11:42:54AM +0100, Robin Murphy wrote: > On 06/06/2019 07:28, Christoph Hellwig wrote: >> Looks fine to me. Robin, any comments? > > AFAICS this looks like the obvious conversion, so... no? :) Yep. Just want to make sure I don't apply dma-iommu patches without your review.

Re: [PATCH] iommu/dma: Apply dma_{alloc,free}_contiguous functions

2019-06-14 Thread Christoph Hellwig
Thanks, applied to the dma-mapping for-next branch.

Re: [PATCH] iommu/dma: Apply dma_{alloc,free}_contiguous functions

2019-06-14 Thread Robin Murphy
On 06/06/2019 07:28, Christoph Hellwig wrote: Looks fine to me. Robin, any comments? AFAICS this looks like the obvious conversion, so... no? :) On Mon, Jun 03, 2019 at 03:52:59PM -0700, Nicolin Chen wrote: This patch replaces dma_{alloc,release}_from_contiguous() with dma_{alloc,free}_cont

Re: [PATCH] iommu/dma: Apply dma_{alloc,free}_contiguous functions

2019-06-05 Thread Christoph Hellwig
Looks fine to me. Robin, any comments? On Mon, Jun 03, 2019 at 03:52:59PM -0700, Nicolin Chen wrote: > This patch replaces dma_{alloc,release}_from_contiguous() with > dma_{alloc,free}_contiguous() to simplify those function calls. > > Signed-off-by: Nicolin Chen > --- > drivers/iommu/dma-iomm

[PATCH] iommu/dma: Apply dma_{alloc,free}_contiguous functions

2019-06-03 Thread Nicolin Chen
This patch replaces dma_{alloc,release}_from_contiguous() with dma_{alloc,free}_contiguous() to simplify those function calls. Signed-off-by: Nicolin Chen --- drivers/iommu/dma-iommu.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/iommu/dma-iommu.c b