Re: add a new dma_alloc_noncontiguous API v3

2021-03-11 Thread Ricardo Ribalda
Hi Christoph I tried to run it in an arm device and it worked fine. On Thu, Mar 11, 2021 at 5:52 PM Christoph Hellwig wrote: > > Any comments? Especially on the uvcvideo conversion? > > On Mon, Mar 01, 2021 at 09:52:30AM +0100, Christoph Hellwig wrote: > > Hi all, > > > > this series adds the

Re: add a new dma_alloc_noncontiguous API v3

2021-03-11 Thread Christoph Hellwig
Any comments? Especially on the uvcvideo conversion? On Mon, Mar 01, 2021 at 09:52:30AM +0100, Christoph Hellwig wrote: > Hi all, > > this series adds the new noncontiguous DMA allocation API requested by > various media driver maintainers. > > Changes since v2: > - rebased to Linux 5.12-rc1 >

add a new dma_alloc_noncontiguous API v3

2021-03-01 Thread Christoph Hellwig
Hi all, this series adds the new noncontiguous DMA allocation API requested by various media driver maintainers. Changes since v2: - rebased to Linux 5.12-rc1 - dropped one already merged patch - pass an attrs argument to dma_alloc_noncontigous - clarify the dma_vmap_noncontiguous documentati