Re: [PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API

2024-06-08 Thread Randy Dunlap
Hi Paul. On 6/7/24 12:44 AM, Paul Cercueil wrote: > Hi Randy, > > Le jeudi 06 juin 2024 à 10:32 -0700, Randy Dunlap a écrit : >> Hi, >> >> On 6/5/24 4:08 AM, Paul Cercueil wrote: >>> Document the new DMABUF based API. >>> >>> Signed-off-by: Paul Cercueil >>> Signed-off-by: Nuno Sa >>> >>> --- >

Re: [PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API

2024-06-07 Thread Paul Cercueil
Hi Randy, Le jeudi 06 juin 2024 à 10:32 -0700, Randy Dunlap a écrit : > Hi, > > On 6/5/24 4:08 AM, Paul Cercueil wrote: > > Document the new DMABUF based API. > > > > Signed-off-by: Paul Cercueil > > Signed-off-by: Nuno Sa > > > > --- > > v2: - Explicitly state that the new interface is optio

Re: [PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API

2024-06-06 Thread Randy Dunlap
Hi, On 6/5/24 4:08 AM, Paul Cercueil wrote: > Document the new DMABUF based API. > > Signed-off-by: Paul Cercueil > Signed-off-by: Nuno Sa > > --- > v2: - Explicitly state that the new interface is optional and is > not implemented by all drivers. > - The IOCTLs can now only be calle

[PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API

2024-06-05 Thread Paul Cercueil
Document the new DMABUF based API. Signed-off-by: Paul Cercueil Signed-off-by: Nuno Sa --- v2: - Explicitly state that the new interface is optional and is not implemented by all drivers. - The IOCTLs can now only be called on the buffer FD returned by IIO_BUFFER_GET_FD_IOCTL.