Re: [PATCH v3 0/5] iio: core: Add mmap interface infrastructure

2021-02-16 Thread Alexandru Ardelean
On Tue, Feb 16, 2021 at 10:02 PM Jonathan Cameron wrote: > > On Mon, 15 Feb 2021 16:32:29 +0200 > Alexandru Ardelean wrote: > > > Hi Alex, > > I'm a little nervous about adding the userspace interface used in this > series, but it seems reasonable and as you say below, is close to what > Analog

Re: [PATCH v3 0/5] iio: core: Add mmap interface infrastructure

2021-02-16 Thread Jonathan Cameron
On Mon, 15 Feb 2021 16:32:29 +0200 Alexandru Ardelean wrote: Hi Alex, I'm a little nervous about adding the userspace interface used in this series, but it seems reasonable and as you say below, is close to what Analog have been using for years. So I've applied it to the togreg branch of

[PATCH v3 0/5] iio: core: Add mmap interface infrastructure

2021-02-15 Thread Alexandru Ardelean
Changelog v2 -> v3: * https://lore.kernel.org/linux-iio/20210212101143.18993-1-alexandru.ardel...@analog.com/T/#u * added 'Documentation: iio: add doc for high-speed buffer API' * add 'iio: buffer-dma: split iio_dma_buffer_fileio_free() function' * patch 'iio: buffer-dma: Add mmap support' -