[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aIitER4euo35Y27O@NAB-HP-ProDesk-600sony.com>
Date: Tue, 29 Jul 2025 16:44:25 +0530
From: Nayeemahmed Badebade <nayeemahmed.badebade@...y.com>
To: Stephan Gerhold <stephan.gerhold@...aro.org>
Cc: Barnabás Czémán <barnabas.czeman@...nlining.org>,
Bjorn Andersson <andersson@...nel.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Tudor Ambarus <tudor.ambarus@...aro.org>,
Jassi Brar <jassisinghbrar@...il.com>,
Konrad Dybcio <konradybcio@...nel.org>, linux-arm-msm@...r.kernel.org,
linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
Luca Weiss <luca@...aweiss.eu>
Subject: Re: [PATCH 0/2] Fix fallback qcom,ipc parse
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@...aro.org>
> Tested-by: Stephan Gerhold <stephan.gerhold@...aro.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@...y.com> #msm8916
Regards,
Nayeem
> > Signed-off-by: Barnabás Czémán <barnabas.czeman@...nlining.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@...nlining.org>
> >
Powered by blists - more mailing lists