commit | 680f8ea0e85c5c3a7283be99435d6461e8725348 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Aug 10 17:36:00 2012 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Thu Aug 16 20:24:34 2012 +0100 |
tree | f7a1ec3672c23a0d21cd36d82995643566d7bb19 | |
parent | e83539092c390c95e30b0d9e434709f195340f80 [diff] |
staging:iio:ad7793: Report channel offset In bipolar mode there is a a binary offset of 2**(N-1) (with N being the number of bits) on the reported value. Currently this value is subtracted when doing a manual read. While this works for manual channel readings it does not work for buffered mode. So report the offset in the channels offset property, which will work in both modes. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>