mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Vinod Koul <vkoul@kernel.org>,
	Bard Liao <yung-chuan.liao@linux.intel.com>,
	Sanyog Kale <sanyog.r.kale@intel.com>,
	linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Cc: Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH] soundwire: qcom: allow multi-link on newer devices
Date: Wed, 29 Nov 2023 17:43:45 +0100	[thread overview]
Message-ID: <ab0fc6e0-a358-42e7-92e5-77ceea53a546@linaro.org> (raw)
In-Reply-To: <e43db38a-206d-4ea5-8813-23e1f918dd65@linux.intel.com>

On 28/11/2023 16:35, Pierre-Louis Bossart wrote:
>>  static enum sdw_command_response qcom_swrm_xfer_msg(struct sdw_bus *bus,
>>  						    struct sdw_msg *msg)
>>  {
>> @@ -1078,6 +1090,7 @@ static const struct sdw_master_port_ops qcom_swrm_port_ops = {
>>  };
>>  
>>  static const struct sdw_master_ops qcom_swrm_ops = {
>> +	.read_prop = qcom_swrm_read_prop,
> 
> nit-pick: read_prop() literally means "read platform properties".
> 
> The functionality implemented in this callback looks more like an
> initialization done in a probe, no?

Yes, but multi_link is being set by sdw_bus_master_add() just before
calling read_prop(). It looks a bit odd, because "bus" comes from the
caller and is probably zero-ed already. Therefore I assumed the code did
it on purpose - ignored multi_link set before sdw_bus_master_add(),

> 
>>  	.xfer_msg = qcom_swrm_xfer_msg,
>>  	.pre_bank_switch = qcom_swrm_pre_bank_switch,
>>  	.post_bank_switch = qcom_swrm_post_bank_switch,
>> @@ -1196,6 +1209,15 @@ static int qcom_swrm_stream_alloc_ports(struct qcom_swrm_ctrl *ctrl,
>>  
>>  	mutex_lock(&ctrl->port_lock);
>>  	list_for_each_entry(m_rt, &stream->master_list, stream_node) {
> 
> just realizing this now, are you sure the 'port_lock' is the proper
> means to protecting the stream->master_list? I don't see this used
> anywhere else in stream.c. I think you need to use bus_lock.

This is from ctrl, internal driver structure:

struct qcom_swrm_ctrl *ctrl


Best regards,
Krzysztof


  reply	other threads:[~2023-11-29 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28 15:00 Krzysztof Kozlowski
2023-11-28 15:35 ` Pierre-Louis Bossart
2023-11-29 16:43   ` Krzysztof Kozlowski [this message]
2023-11-29 17:07     ` Pierre-Louis Bossart

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=ab0fc6e0-a358-42e7-92e5-77ceea53a546@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=andersson@kernel.org \
    --cc=broonie@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=sanyog.r.kale@intel.com \
    --cc=vkoul@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®