Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix fallback qcom,ipc parse
@ 2025-04-21  2:04 Barnabás Czémán
  2025-04-21  2:04 ` [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to " Barnabás Czémán
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Barnabás Czémán @ 2025-04-21  2:04 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier, Tudor Ambarus, Jassi Brar,
	Konrad Dybcio
  Cc: linux-arm-msm, linux-remoteproc, linux-kernel, Luca Weiss,
	Barnabás Czémán

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.

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>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-29 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2025-05-09 22:13 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox