Re: [PATCH v4 0/6] iio: core: Add mmap interface infrastructure

2021-02-27 Thread Jonathan Cameron
On Thu, 18 Feb 2021 13:10:45 + Jonathan Cameron wrote: > On Wed, 17 Feb 2021 09:36:32 +0200 > Alexandru Ardelean wrote: > > Dropped v3 and applied v4 to the togreg branch of iio.git and pushed > it out as testing for the autobuilders to poke at it and see what > else they can find :) > >

Re: [PATCH v4 0/6] iio: core: Add mmap interface infrastructure

2021-02-18 Thread Jonathan Cameron
On Wed, 17 Feb 2021 09:36:32 +0200 Alexandru Ardelean wrote: Dropped v3 and applied v4 to the togreg branch of iio.git and pushed it out as testing for the autobuilders to poke at it and see what else they can find :) Jonathan > Changelog v3 -> v4: > * >

[PATCH v4 0/6] iio: core: Add mmap interface infrastructure

2021-02-16 Thread Alexandru Ardelean
Changelog v3 -> v4: * https://lore.kernel.org/linux-iio/20210215143234.3248-5-alexandru.ardel...@analog.com/T/ * added patch 'iio: buffer-dma: reduce the type of block.size to u32' - resolves error on 64 bit archs; 32 bit block size should be enough * in patch 'iio: buffer-dma: Add mmap