Yury Norov ec288a2cf7 bitmap: unify find_bit operations
bitmap_for_each_{set,clear}_region() are similar to for_each_bit()
macros in include/linux/find.h, but interface and implementation
of them are different.

This patch adds for_each_bitrange() macros and drops unused
bitmap_*_region() API in sake of unification.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Dennis Zhou <dennis@kernel.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC
2022-01-15 08:47:31 -08:00
..
2021-02-08 13:00:31 +01:00
2021-02-15 10:43:23 +01:00
2021-10-26 17:37:06 +02:00
2021-10-19 12:59:04 +02:00
2021-11-23 12:32:28 +01:00
2021-02-08 13:00:31 +01:00
2019-07-11 18:11:21 -07:00
2021-02-08 13:00:31 +01:00