Re: [Patch v5 3/6] IIO: core: Modify scan element type

2014-04-14 Thread Jonathan Cameron
On April 14, 2014 11:33:12 PM GMT+01:00, Peter Meerwald wrote: >> The current scan element type uses the following format: >> [be|le]:[s|u]bits/storagebits[>>shift]. >> To specify multiple elements in this type, added a repeat value. >> So new format is: >>

Re: [Patch v5 3/6] IIO: core: Modify scan element type

2014-04-14 Thread Peter Meerwald
> The current scan element type uses the following format: > [be|le]:[s|u]bits/storagebits[>>shift]. > To specify multiple elements in this type, added a repeat value. > So new format is: > [be|le]:[s|u]bits/storagebits{X[repeat]}[>>shift]. > Here X is specifying how may times, real/storage

Re: [Patch v5 3/6] IIO: core: Modify scan element type

2014-04-14 Thread Peter Meerwald
The current scan element type uses the following format: [be|le]:[s|u]bits/storagebits[shift]. To specify multiple elements in this type, added a repeat value. So new format is: [be|le]:[s|u]bits/storagebits{X[repeat]}[shift]. Here X is specifying how may times, real/storage bits are

Re: [Patch v5 3/6] IIO: core: Modify scan element type

2014-04-14 Thread Jonathan Cameron
On April 14, 2014 11:33:12 PM GMT+01:00, Peter Meerwald pme...@pmeerw.net wrote: The current scan element type uses the following format: [be|le]:[s|u]bits/storagebits[shift]. To specify multiple elements in this type, added a repeat value. So new format is: