diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2014-04-29 03:51:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-04-30 01:07:11 +0400 |
commit | 0ee8546ac01864b6e12e65199142e00db59c9809 (patch) | |
tree | 0e9fd9edf7193e7b9ba5094d08c49ae7d1c81e87 /COPYING | |
parent | 9fbfb4b37ed23f71aa9484484266381c6c6964cb (diff) | |
download | linux-0ee8546ac01864b6e12e65199142e00db59c9809.tar.xz |
IIO: core: Modify scan element type
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/storagebitsXr[>>shift].
Here r is specifying how may times, real/storage bits are repeating.
When X is value is 0 or 1, then repeat value is not used in the format,
and it will be same as existing format.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions