mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
c2a8b623a0
We unfortunately can't use ~0UL for the scan mask to indicate that the
only valid scan mask is all channels selected. The IIO core needs the exact
mask to work correctly and not a super-set of it. So calculate the masked
based on the channels that are available for a particular device.
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Fixes:
|
||
---|---|---|
.. | ||
inv_mpu6050 | ||
adis16400_buffer.c | ||
adis16400_core.c | ||
adis16400.h | ||
adis16480.c | ||
adis_buffer.c | ||
adis_trigger.c | ||
adis.c | ||
Kconfig | ||
kmx61.c | ||
Makefile |