
8 Jul
2024
8 Jul
'24
5:49 p.m.
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-off-by: Scaria Kochidanadu s-kochidanadu@ti.com
include/linux/bitmap.h | 5 +++++ 1 file changed, 5 insertions(+)
Please note the Linux Kernel commit (or tag, really) you're backporting this function from and emphasize that, not what you're using it for, thanks.
--
Tom