RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
; Bogdan, Dragos > Subject: RE: [PATCH v3 0/6] iio: Add output buffer support > > [External] > > > > > -Original Message- > > From: Jonathan Cameron > > Sent: Monday, March 8, 2021 12:52 PM > > To: Sa, Nuno ; Jonathan Cameron > > >

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
; Bogdan, Dragos > Subject: Re: [PATCH v3 0/6] iio: Add output buffer support > > [External] > > On Mon, 8 Mar 2021 10:07:05 + > "Sa, Nuno" wrote: > > > > -Original Message- > > > From: Jonathan Cameron > > > Sent:

Re: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Jonathan Cameron
r.kernel.org; linux-...@vger.kernel.org; > > l...@metafoo.de; Sa, Nuno ; Bogdan, Dragos > > > > Subject: Re: [PATCH v3 0/6] iio: Add output buffer support > > > > On Fri, 5 Mar 2021 08:57:08 + > > "Hennerich, Michael" wrote: > > > > > Hi J

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
> -Original Message- > From: Jonathan Cameron > Sent: Saturday, March 6, 2021 6:35 PM > To: Hennerich, Michael > Cc: Ardelean, Alexandru ; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > l...@metafoo.de; Sa, Nuno ; Bogdan, Dragos > > Subj

Re: [PATCH v3 0/6] iio: Add output buffer support

2021-03-06 Thread Jonathan Cameron
On Fri, 5 Mar 2021 08:57:08 + "Hennerich, Michael" wrote: > Hi Jonathan and others, > > With output/dac buffer support the semantics of the scan_element type may > change. > > Today the Format is [be|le]:[s|u]bits/storagebitsXrepeat[>>shift]. > > While shift (if specified) is the shift

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-05 Thread Hennerich, Michael
Hi Jonathan and others, With output/dac buffer support the semantics of the scan_element type may change. Today the Format is [be|le]:[s|u]bits/storagebitsXrepeat[>>shift]. While shift (if specified) is the shift that needs to be applied prior to masking out unused bits. So far so good and

Re: [PATCH v3 0/6] iio: Add output buffer support

2021-02-21 Thread Jonathan Cameron
On Fri, 19 Feb 2021 14:40:06 +0200 Alexandru Ardelean wrote: > Changelog v2 -> v3: > * > https://lore.kernel.org/linux-iio/20210217083438.37865-4-alexandru.ardel...@analog.com/T/#m396545e0c6cc9d58e17f4d79b6fc707fd0373d89 > * adding only infrastructure pieces for output DAC buffers,

[PATCH v3 0/6] iio: Add output buffer support

2021-02-19 Thread Alexandru Ardelean
Changelog v2 -> v3: * https://lore.kernel.org/linux-iio/20210217083438.37865-4-alexandru.ardel...@analog.com/T/#m396545e0c6cc9d58e17f4d79b6fc707fd0373d89 * adding only infrastructure pieces for output DAC buffers, unfortunately I couldn't finish a complete DAC change to showcase these changes *