linux/drivers/staging/iio/adc
Lars-Peter Clausen 70e01880a9 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>
2012-08-16 20:24:37 +01:00
..
Kconfig staging:iio:adc:ad799x: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
Makefile
ad799x.h staging:iio:adc:ad799x: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
ad799x_core.c staging:iio:ad799x: Do not return error code in interrupt handler 2012-07-08 20:02:27 +01:00
ad799x_ring.c staging:iio:ad799x: Do not return error code in interrupt handler 2012-07-08 20:02:27 +01:00
ad7192.c staging:iio:ad7192: Report offset and scale for temperature channel 2012-08-16 20:24:37 +01:00
ad7192.h
ad7280a.c
ad7280a.h
ad7291.c
ad7298.h staging:iio:adc:ad7298: Use new triggered buffer setup helper function 2012-06-18 17:26:09 -07:00
ad7298_core.c staging:iio:adc:ad7298: Use new triggered buffer setup helper function 2012-06-18 17:26:09 -07:00
ad7298_ring.c iio: staging: ad7298_ring: Fix maybe-uninitialized warning 2012-08-16 20:24:32 +01:00
ad7476.h
ad7476_core.c staging:iio:adc:ad7476: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
ad7476_ring.c staging:iio:ad7476: Do not return error code in interrupt handler 2012-07-08 20:02:28 +01:00
ad7606.h
ad7606_core.c staging:iio:adc:ad7606: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
ad7606_par.c
ad7606_ring.c staging:iio:adc:ad7606: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
ad7606_spi.c
ad7780.c staging:iio:ad7780: Mark channels as unsigned 2012-08-16 20:24:37 +01:00
ad7780.h
ad7793.c staging:iio:ad7793: Fix internal reference value 2012-08-16 20:24:35 +01:00
ad7793.h
ad7816.c staging:iio: Request threaded-only IRQs with IRQF_ONESHOT 2012-07-08 20:02:24 +01:00
ad7887.h
ad7887_core.c staging:iio:adc:ad7887: Use new triggered buffer setup helper function 2012-06-18 17:26:10 -07:00
ad7887_ring.c staging:iio:ad7887: Do not return error code in interrupt handler 2012-07-08 20:02:28 +01:00
adt7310.c staging:iio:adt7310: Do not return error code in interrupt handler 2012-07-08 20:02:26 +01:00
adt7410.c Mixed back of updates and trivial examples fixes. 2012-07-09 13:39:08 -07:00
lpc32xx_adc.c staging:iio:lpc32xx_adc: Ensure request_irq and free_irq dev_id parameter match 2012-07-14 09:42:57 +01:00
max1363.h
max1363_core.c
max1363_ring.c staging:iio:max1363: Don't free uninitialized variable 2012-07-12 17:50:26 +01:00
spear_adc.c