summaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-01-31 21:43:00 (GMT)
committerJonathan Cameron <jic23@kernel.org>2013-02-02 10:08:23 (GMT)
commit482bb4e6c648a68598cde9d4a56b066df26d5ae6 (patch)
tree04fe848f0b03e4e022dba2abc73fe35f1c24ed49 /drivers/rtc
parentdcb9ca0a25e1ccab9ad6827887c08e2b6b65f38e (diff)
downloadlinux-fsl-qoriq-482bb4e6c648a68598cde9d4a56b066df26d5ae6.tar.xz
iio/adc: (max1363) Fix data conversion problems
For chips with more than 8 bit ADC resolution, received data was always masked against 0xfff, ie with a 12 bit mask. This can result in bad data for chips with 10 bit resolution if those chips have higher bits set (seen with MAX1139). The receive buffer was defined as char array. This could result in unintentional sign extensions if the upper bit in a received byte was set. Since the chip is configured for unipolar mode, we never have to handle negative values, and sign extensions are never needed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/rtc')
0 files changed, 0 insertions, 0 deletions