commit | 70e01880a9b2c548d3911d0eed467d664aad5986 | [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:37 2012 +0100 |
tree | 0257d956bfdb4ad5afada7a16bde50a46802b6af | |
parent | 4fcbcf95b775acc430742a09fb3334dce08b6c10 [diff] |
staging:iio:ad7780: Mark channels as unsigned The values reported by the AD7780 are unsigned with a binary offset: 0x000000 is negative fullscale 0x800000 is zeroscale 0xffffff is positive fullscale So mark the channel in the channel spec as unsigned rather than signed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>