]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: core: add function to retrieve active_scan_mask index
authorJulien Stephan <jstephan@baylibre.com>
Wed, 31 Jul 2024 07:05:43 +0000 (09:05 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 10:33:34 +0000 (11:33 +0100)
commitd092b6869817208326005df0a656e3bb9724d89f
treea7bc4d94857914070fb0c1713ef22695a755df30
parent2043594d64a5271f5360e35dd175f2c1d4d5bf0f
iio: core: add function to retrieve active_scan_mask index

Add a function to retrieve the index of the active scan mask inside the
available scan masks array.

As in iio_scan_mask_match and iio_sanity_check_avail_scan_masks,
this function does not handle multi-long masks correctly.
It only checks the first long to be zero, and will use such mask
as a terminator even if there was bits set after the first long.

This should be fine since the available_scan_mask has already been
sanity tested using iio_sanity_check_avail_scan_masks.

See iio_scan_mask_match and iio_sanity_check_avail_scan_masks for
more details

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20240731-ad7380-add-single-ended-chips-v2-2-cd63bf05744c@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-core.c
include/linux/iio/iio.h