Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-03-30 Thread Daniel Vetter
On Tue, Mar 29, 2022 at 06:16:56PM +0100, Paul Cercueil wrote: > Hi Daniel, > > Le mar., mars 29 2022 at 16:10:44 +0200, Daniel Vetter a > écrit : > > On Tue, Mar 29, 2022 at 10:11:14AM +0100, Paul Cercueil wrote: > > > Hi Daniel, > > > > > > Le mar., mars 29 2022 at 10:33:32 +0200, Daniel Vet

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-03-29 Thread Paul Cercueil
Hi Daniel, Le mar., mars 29 2022 at 16:10:44 +0200, Daniel Vetter a écrit : On Tue, Mar 29, 2022 at 10:11:14AM +0100, Paul Cercueil wrote: Hi Daniel, Le mar., mars 29 2022 at 10:33:32 +0200, Daniel Vetter a écrit : > On Tue, Feb 15, 2022 at 05:43:35PM +, Paul Cercueil wrote: > >

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-03-29 Thread Daniel Vetter
On Tue, Mar 29, 2022 at 10:11:14AM +0100, Paul Cercueil wrote: > Hi Daniel, > > Le mar., mars 29 2022 at 10:33:32 +0200, Daniel Vetter a > écrit : > > On Tue, Feb 15, 2022 at 05:43:35PM +, Paul Cercueil wrote: > > > Hi Jonathan, > > > > > > Le dim., févr. 13 2022 at 18:46:16 +, Jonatha

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-03-29 Thread Paul Cercueil
Hi Daniel, Le mar., mars 29 2022 at 10:33:32 +0200, Daniel Vetter a écrit : On Tue, Feb 15, 2022 at 05:43:35PM +, Paul Cercueil wrote: Hi Jonathan, Le dim., févr. 13 2022 at 18:46:16 +, Jonathan Cameron a écrit : > On Mon, 7 Feb 2022 12:59:21 + > Paul Cercueil wrote: >

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-03-29 Thread Daniel Vetter
On Tue, Feb 15, 2022 at 05:43:35PM +, Paul Cercueil wrote: > Hi Jonathan, > > Le dim., févr. 13 2022 at 18:46:16 +, Jonathan Cameron > a écrit : > > On Mon, 7 Feb 2022 12:59:21 + > > Paul Cercueil wrote: > > > > > Hi Jonathan, > > > > > > This is the V2 of my patchset that intro

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-02-15 Thread Paul Cercueil
Hi Jonathan, Le dim., févr. 13 2022 at 18:46:16 +, Jonathan Cameron a écrit : On Mon, 7 Feb 2022 12:59:21 + Paul Cercueil wrote: Hi Jonathan, This is the V2 of my patchset that introduces a new userspace interface based on DMABUF objects to complement the fileio API, and adds

Re: [PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-02-13 Thread Jonathan Cameron
On Mon, 7 Feb 2022 12:59:21 + Paul Cercueil wrote: > Hi Jonathan, > > This is the V2 of my patchset that introduces a new userspace interface > based on DMABUF objects to complement the fileio API, and adds write() > support to the existing fileio API. Hi Paul, It's been a little while. P

[PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API

2022-02-07 Thread Paul Cercueil
Hi Jonathan, This is the V2 of my patchset that introduces a new userspace interface based on DMABUF objects to complement the fileio API, and adds write() support to the existing fileio API. Changes since v1: - the patches that were merged in v1 have been (obviously) dropped from this patchse