From: Vinod Koul <vkoul@kernel.org>
To: alsa-devel@alsa-project.org
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Sanyog Kale <sanyog.r.kale@intel.com>,
Bard Liao <yung-chuan.liao@linux.intel.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Vinod Koul <vkoul@kernel.org>
Subject: [PATCH v2 0/2] soundwire: use {u32|u16}p_replace_bits
Date: Thu, 17 Sep 2020 17:31:44 +0530 [thread overview]
Message-ID: <20200917120146.1780323-1-vkoul@kernel.org> (raw)
This is v2 of the series to fix usage of FIELD_PREP and use
{u32|u16}p_replace_bits.
v1 used u32_replace_bits but looks like it might be removed so use the
{u32|u16}p_replace_bits() instead. Also this helped to find that one
instance in intel driver should have used u16p_replace_bits() so that is
fixed too
Vinod Koul (2):
soundwire: cadence: use u32p_replace_bits
soundwire: intel: use {u32|u16}p_replace_bits
drivers/soundwire/cadence_master.c | 21 ++++++++++-----------
drivers/soundwire/intel.c | 14 +++++++-------
2 files changed, 17 insertions(+), 18 deletions(-)
--
2.26.2
next reply other threads:[~2020-09-17 12:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-17 12:01 Vinod Koul [this message]
2020-09-17 12:01 ` [PATCH v2 1/2] soundwire: cadence: use u32p_replace_bits Vinod Koul
2020-09-17 12:01 ` [PATCH v2 2/2] soundwire: intel: use {u32|u16}p_replace_bits Vinod Koul
-- strict thread matches above, loose matches on Subject: below --
2020-09-18 12:10 [PATCH v2 0/2] soundwire: " Liao, Bard
2020-09-18 12:20 ` Vinod Koul
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=20200917120146.1780323-1-vkoul@kernel.org \
--to=vkoul@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=sanyog.r.kale@intel.com \
--cc=srinivas.kandagatla@linaro.org \
--cc=yung-chuan.liao@linux.intel.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.