Re: [PATCH 6/6] linux: bitmap.h: Add for_each_set_bit_from() function

2024-07-08 Thread Tom Rini
On Mon, Jul 08, 2024 at 01:22:07PM +0530, Scaria Kochidanadu wrote: > Add function macro for_each_set_bit_from(), an extension to the already > existing function macro for_each_set_bit() to iterate through set bits > of a variable from a given bit index as required by the MCASP Driver. > > Signed

[PATCH 6/6] linux: bitmap.h: Add for_each_set_bit_from() function

2024-07-08 Thread Scaria Kochidanadu
Add function macro for_each_set_bit_from(), an extension to the already existing function macro for_each_set_bit() to iterate through set bits of a variable from a given bit index as required by the MCASP Driver. Signed-off-by: Scaria Kochidanadu --- include/linux/bitmap.h | 5 + 1 file chan