[PATCH 6/6] linux: bitmap.h: Add for_each_set_bit_from() function
Tom Rini
trini at konsulko.com
Mon Jul 8 17:49:04 CEST 2024
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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240708/b921e5cb/attachment.sig>
More information about the U-Boot
mailing list