From: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
To: Johan Hovold <johan+linaro@kernel.org>,
Vinod Koul <vkoul@kernel.org>,
Bard Liao <yung-chuan.liao@linux.intel.com>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>,
Sanyog Kale <sanyog.r.kale@intel.com>,
linux-arm-msm@vger.kernel.org, linux-sound@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] soundwire: qcom: demote probe registration printk
Date: Mon, 9 Jun 2025 13:12:44 +0100 [thread overview]
Message-ID: <fb03dd8d-8caf-4861-b56a-2c10b070e2dc@oss.qualcomm.com> (raw)
In-Reply-To: <20250523085317.11439-1-johan+linaro@kernel.org>
On 5/23/25 9:53 AM, Johan Hovold wrote:
> Driver should generally by quiet on successful probe.
>
> Demote the Qualcomm controller registration info message to debug level
> to make boot logs a little less noisy:
>
> qcom-soundwire 6ab0000.soundwire: Qualcomm Soundwire controller v2.0.0 Registered
> qcom-soundwire 6ad0000.soundwire: Qualcomm Soundwire controller v2.0.0 Registered
> qcom-soundwire 6b10000.soundwire: Qualcomm Soundwire controller v2.0.0 Registered
> qcom-soundwire 6d30000.soundwire: Qualcomm Soundwire controller v2.0.0 Registered
>
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
--srini
> drivers/soundwire/qcom.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c
> index 295a46dc2be7..3265c39e6b51 100644
> --- a/drivers/soundwire/qcom.c
> +++ b/drivers/soundwire/qcom.c
> @@ -1648,9 +1648,9 @@ static int qcom_swrm_probe(struct platform_device *pdev)
> if (ret)
> goto err_master_add;
>
> - dev_info(dev, "Qualcomm Soundwire controller v%x.%x.%x Registered\n",
> - (ctrl->version >> 24) & 0xff, (ctrl->version >> 16) & 0xff,
> - ctrl->version & 0xffff);
> + dev_dbg(dev, "Qualcomm Soundwire controller v%x.%x.%x registered\n",
> + (ctrl->version >> 24) & 0xff, (ctrl->version >> 16) & 0xff,
> + ctrl->version & 0xffff);
>
> pm_runtime_set_autosuspend_delay(dev, 3000);
> pm_runtime_use_autosuspend(dev);
next prev parent reply other threads:[~2025-06-09 12:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 8:53 Johan Hovold
2025-05-23 17:27 ` Dmitry Baryshkov
2025-06-09 12:12 ` Srinivas Kandagatla [this message]
2025-06-09 16:17 ` 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=fb03dd8d-8caf-4861-b56a-2c10b070e2dc@oss.qualcomm.com \
--to=srinivas.kandagatla@oss.qualcomm.com \
--cc=johan+linaro@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=pierre-louis.bossart@linux.dev \
--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®