From: Nayeemahmed Badebade <nayeemahmed.badebade@sony.com>
To: Stephan Gerhold <stephan.gerhold@linaro.org>
Cc: "Barnabás Czémán" <barnabas.czeman@mainlining.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Tudor Ambarus" <tudor.ambarus@linaro.org>,
"Jassi Brar" <jassisinghbrar@gmail.com>,
"Konrad Dybcio" <konradybcio@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
linux-kernel@vger.kernel.org, "Luca Weiss" <luca@lucaweiss.eu>
Subject: Re: [PATCH 0/2] Fix fallback qcom,ipc parse
Date: Tue, 29 Jul 2025 16:44:25 +0530 [thread overview]
Message-ID: <aIitER4euo35Y27O@NAB-HP-ProDesk-600sony.com> (raw)
In-Reply-To: <aAdRfirB9AnAOlH8@linaro.org>
On Tue, Apr 22, 2025 at 10:21:18AM +0200, Stephan Gerhold wrote:
> On Mon, Apr 21, 2025 at 04:04:15AM +0200, Barnabás Czémán wrote:
> > mbox_request_channel() returning value was changed in case of error.
> > It uses returning value of of_parse_phandle_with_args().
> > It is returning with -ENOENT instead of -ENODEV when no mboxes property
> > exists.
> >
> > ENODEV was checked before fallback to parse qcom,ipc property.
> >
>
> Thanks for the fix!
>
> Would be good to mention clearly that this fixes booting 6.15-rc on SoCs
> that still use qcom,ipc (e.g. MSM8917, MSM8939).
>
> Anyway, for both patches:
>
> Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org>
> Tested-by: Stephan Gerhold <stephan.gerhold@linaro.org> # msm8939
>
Hi,
I think we should consider applying these fixes to stable versions such
as linux-5.15.y and linux-5.10.y
On v5.15.186 and v5.10.240, we noticed below errors with msm8916
platform:
[ 0.185835] qcom_smp2p: probe of smp2p-hexagon failed with error -2
[ 0.185905] qcom_smp2p: probe of smp2p-wcnss failed with error -2
[ 1.525302] smd:rpm: failed to parse smd edge
On these versions, msm8916 device tree still uses qcom,ipc, due to which
drivers in question fail with above errors.
Applying these patches on those versions, fixes the issues.
Also, only one patch which updates drivers/soc/qcom/smp2p.c seems to be
merged to mainline, while drivers/rpmsg/qcom_smd.c is not updated yet.
Thank you.
Tested-by: Nayeemahmed Badebade <nayeemahmed.badebade@sony.com> #msm8916
Regards,
Nayeem
> > Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
> > ---
> > Barnabás Czémán (2):
> > rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
> > soc: qcom: smp2p: Fix fallback to qcom,ipc parse
> >
> > drivers/rpmsg/qcom_smd.c | 2 +-
> > drivers/soc/qcom/smp2p.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> > ---
> > base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081
> > change-id: 20250421-fix-qcom-smd-76f7c414a11a
> >
> > Best regards,
> > --
> > Barnabás Czémán <barnabas.czeman@mainlining.org>
> >
next prev parent reply other threads:[~2025-07-29 11:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-21 2:04 [PATCH 0/2] Fix fallback qcom,ipc parse Barnabás Czémán
2025-04-21 2:04 ` [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to " Barnabás Czémán
2025-04-21 10:38 ` Dmitry Baryshkov
2025-04-21 11:40 ` barnabas.czeman
2025-04-24 11:16 ` Dmitry Baryshkov
2025-04-21 2:04 ` [PATCH 2/2] soc: qcom: smp2p: " Barnabás Czémán
2025-04-22 8:21 ` [PATCH 0/2] Fix fallback " Stephan Gerhold
2025-07-29 11:14 ` Nayeemahmed Badebade [this message]
2025-05-09 22:13 ` (subset) " Bjorn Andersson
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=aIitER4euo35Y27O@NAB-HP-ProDesk-600sony.com \
--to=nayeemahmed.badebade@sony.com \
--cc=andersson@kernel.org \
--cc=barnabas.czeman@mainlining.org \
--cc=jassisinghbrar@gmail.com \
--cc=konradybcio@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=luca@lucaweiss.eu \
--cc=mathieu.poirier@linaro.org \
--cc=stephan.gerhold@linaro.org \
--cc=tudor.ambarus@linaro.org \
/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