dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/iio/meter
Lars-Peter Clausen ee0312a05d staging:iio:ade7758: Use iio_validate_scan_mask_onehot
Only one of the channels of the ade7758 may be sampled at a time. Use the new
validate_scan_mask callback and the iio_validate_scan_mask_onehot function to
implement this restriction. Previously this was implemented using
available_scan_masks, but this requires a individual scan mask for each channel.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2012-07-09 18:18:16 +01:00
..
Kconfig staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER 2011-09-26 17:31:53 -07:00
Makefile staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER 2011-09-26 17:31:53 -07:00
ade7753.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7753.h staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within state 2011-06-28 14:39:48 -07:00
ade7754.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7754.h staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state. 2011-06-28 14:39:48 -07:00
ade7758.h staging:iio:ade7758: Use iio_validate_scan_mask_onehot 2012-07-09 18:18:16 +01:00
ade7758_core.c staging:iio:ade7758: Use iio_validate_scan_mask_onehot 2012-07-09 18:18:16 +01:00
ade7758_ring.c staging:iio:ade7758: Use iio_validate_scan_mask_onehot 2012-07-09 18:18:16 +01:00
ade7758_trigger.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
ade7759.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7759.h staging:iio:meter:ade7759: allocate state with iio_dev 2011-06-28 14:39:51 -07:00
ade7854-i2c.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7854-spi.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7854.c staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
ade7854.h staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev. 2011-06-28 14:39:49 -07:00
meter.h IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00