Re: [PATCH 7/7] hexagon: use the generic global coherent pool

2021-08-18 Thread 'Christoph Hellwig'
Thanks, I've pulled the whole series into the dma-mapping for-next tree. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

RE: [PATCH 7/7] hexagon: use the generic global coherent pool

2021-08-13 Thread Brian Cain
> -Original Message- > From: Christoph Hellwig ... > Switch hexagon to use the generic code for dma_alloc_coherent from > a global pre-filled pool. > > Signed-off-by: Christoph Hellwig Reviewed-by: Brian Cain ___ iommu mailing list

[PATCH 7/7] hexagon: use the generic global coherent pool

2021-07-12 Thread Christoph Hellwig
Switch hexagon to use the generic code for dma_alloc_coherent from a global pre-filled pool. Signed-off-by: Christoph Hellwig --- arch/hexagon/Kconfig | 1 + arch/hexagon/kernel/dma.c | 57 --- 2 files changed, 12 insertions(+), 46 deletions(-) diff