On Thu, 2017-12-07 at 10:42 +0100, Lars-Peter Clausen wrote: > Open for suggestions on how to massage __sysfs_match_string() into > handling > this use-case. I use to have an idea to use bitmap variant of such functions. Though I didn't find enough users to make it beneficial. match_string_[with_gaps](...unsigned long *map, ...) { ... for_each_set_bit() { ... } ... } So, in addition to (or instead of) passing size pass bitmap. -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html