[PATCH 1/6] dma-mapping: remove the {alloc,free}_noncoherent methods

2021-01-28 Thread Christoph Hellwig
It turns out allowing non-contigous allocations here was a rather bad idea, as we'll now need to define ways to get the pages for mmaping or dma_buf sharing. Revert this change and stick to the original concept. A different API for the use case of non-contigous allocations will be added back

[PATCH 1/6] dma-mapping: remove the {alloc,free}_noncoherent methods

2020-11-24 Thread Ricardo Ribalda
From: Christoph Hellwig It turns out allowing non-contigous allocations here was a rather bad idea, as we'll now need to define ways to get the pages for mmaping or dma_buf sharing. Revert this change and stick to the original concept. A different API for the use case of non-contigous