From: Srinivas Pandruvada Date: Mon, 28 Apr 2014 23:51:00 +0000 (+0100) Subject: IIO: core: Modify scan element type X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1015^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee8546ac01864b6e12e65199142e00db59c9809;p=pandora-kernel.git 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 Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed