From: Tom Rini <trini@konsulko.com>
To: Scaria Kochidanadu <s-kochidanadu@ti.com>
Cc: u-boot@lists.denx.de, sjg@chromium.org,
mkorpershoek@baylibre.com, abdellatif.elkhlifi@arm.com,
sumit.garg@linaro.org, neil.armstrong@linaro.org,
caleb.connolly@linaro.org, semen.protsenko@linaro.org,
marek.vasut+renesas@mailbox.org, nathan.morrison@timesys.com,
devarsht@ti.com, j-luthra@ti.com, vigneshr@ti.com,
praneeth@ti.com, nm@ti.com, khasim@ti.com, rogerq@kernel.org,
francesco.dolcini@toradex.com, afd@ti.com,
jan.kiszka@siemens.com
Subject: Re: [PATCH 6/6] linux: bitmap.h: Add for_each_set_bit_from() function
Date: Mon, 8 Jul 2024 09:49:04 -0600 [thread overview]
Message-ID: <20240708154904.GG38804@bill-the-cat> (raw)
In-Reply-To: <20240708075207.37207-7-s-kochidanadu@ti.com>
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2024-07-08 15:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 7:52 [PATCH 0/6] Enable audio playback in AM62x SoC Scaria Kochidanadu
2024-07-08 7:52 ` [PATCH 1/6] sound: ti: Add sound support for am625 board in Uboot Scaria Kochidanadu
2024-07-08 15:46 ` Tom Rini
2024-07-09 11:26 ` [EXTERNAL] " Scaria Kochidanadu
2024-07-09 15:04 ` Tom Rini
2024-07-17 11:47 ` Nishanth Menon
2024-07-08 7:52 ` [PATCH 2/6] sound: ti: Add TLV320AIC3106 Codec Scaria Kochidanadu
2024-07-08 7:52 ` [PATCH 3/6] sound: ti: Add MCASP driver for transfer of Audio data to sound codec Scaria Kochidanadu
2024-07-08 7:52 ` [PATCH 4/6] arm: dts: k3-am625-sk-u-boot.dtsi: Add sound driver nodes Scaria Kochidanadu
2024-07-08 15:48 ` Tom Rini
2024-07-08 7:52 ` [PATCH 5/6] configs: am62x_evm_a53_defconfig: Enable sound and I2C commands Scaria Kochidanadu
2024-07-08 7:52 ` [PATCH 6/6] linux: bitmap.h: Add for_each_set_bit_from() function Scaria Kochidanadu
2024-07-08 15:49 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240708154904.GG38804@bill-the-cat \
--to=trini@konsulko.com \
--cc=abdellatif.elkhlifi@arm.com \
--cc=afd@ti.com \
--cc=caleb.connolly@linaro.org \
--cc=devarsht@ti.com \
--cc=francesco.dolcini@toradex.com \
--cc=j-luthra@ti.com \
--cc=jan.kiszka@siemens.com \
--cc=khasim@ti.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=mkorpershoek@baylibre.com \
--cc=nathan.morrison@timesys.com \
--cc=neil.armstrong@linaro.org \
--cc=nm@ti.com \
--cc=praneeth@ti.com \
--cc=rogerq@kernel.org \
--cc=s-kochidanadu@ti.com \
--cc=semen.protsenko@linaro.org \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.