From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
vkoul@kernel.org
Cc: sanyog.r.kale@intel.com, yung-chuan.liao@linux.intel.com,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH 2/3] soundwire: qcom: add auto enumeration support
Date: Fri, 5 Mar 2021 16:57:41 +0000 [thread overview]
Message-ID: <a9129fe5-c505-920f-d3d4-85282ce83120@linaro.org> (raw)
In-Reply-To: <46e297dc-487f-1959-1b84-22978fd9a19b@linux.intel.com>
On 05/03/2021 16:19, Pierre-Louis Bossart wrote:
>>>
>>>
>>> The question is: what happens if that device is NOT described in the
>>> Device Tree data? The loop over bus->slaves will not find this device
>>> by comparing with known devID values, so the set_bit(i,
>>> bus->assigned) will not happen.
>>
>> yes, that is true, There is no way we can assign a dev_number to the
>> device which is not enumerated on the bus!
>>
>> Am sure this is the same behavior with soundwire core too, atleast
>> form the code I can see it sets the assigned bit for only the devices
>> that are enumerated on the bus! Not all the devices specified in DT!
>> Unless I missed something!
>
> I am talking about the other way around, where a device is present and
> enumerated on the bus but not listed in DT. In that case the hardware
> did assign a device number but bus->assigned will not be set.
thanks for your patience!
Ah, I understand it now!, yes that part is missing!
adding Something like what core does in qcom driver should fix it!
if (!found) {
sdw_slave_add(bus, &id, NULL);
dev_err(bus->dev, "Slave Entry not found\n");
}
--srini
next prev parent reply other threads:[~2021-03-05 16:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 17:02 [PATCH 0/3] soundwire: qcom: add Clock Stop and Auto Enumeration support Srinivas Kandagatla
2021-02-26 17:02 ` [PATCH 1/3] soundwire: export sdw_compare_devid() and sdw_extract_slave_id() Srinivas Kandagatla
2021-02-26 17:02 ` [PATCH 2/3] soundwire: qcom: add auto enumeration support Srinivas Kandagatla
2021-02-26 17:44 ` Pierre-Louis Bossart
2021-03-02 10:33 ` Srinivas Kandagatla
2021-03-02 14:34 ` Pierre-Louis Bossart
2021-03-03 9:38 ` Srinivas Kandagatla
2021-03-03 16:35 ` Pierre-Louis Bossart
2021-03-05 10:39 ` Srinivas Kandagatla
2021-03-05 16:19 ` Pierre-Louis Bossart
2021-03-05 16:57 ` Srinivas Kandagatla [this message]
2021-02-26 17:02 ` [PATCH 3/3] soundwire: qcom: add clock stop via runtime pm support Srinivas Kandagatla
2021-02-26 17:41 ` Pierre-Louis Bossart
2021-03-03 11:46 ` Srinivas Kandagatla
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=a9129fe5-c505-920f-d3d4-85282ce83120@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=alsa-devel@alsa-project.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