From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Ohad Ben-Cohen" <ohad@wizery.com>,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
"Bjorn Andersson" <quic_bjorande@quicinc.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: [GIT PULL] rpmsg updates for v6.4
Date: Mon, 24 Apr 2023 07:59:02 -0700 [thread overview]
Message-ID: <20230424145902.277800-1-andersson@kernel.org> (raw)
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.4
for you to fetch changes up to ba7a4754da1092decbeea3b29bf7d5946f1be400:
rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT (2023-04-19 12:43:19 -0700)
----------------------------------------------------------------
rpmsg updates for v6.4
The remove functions of the Qualcomm SMD and GLINK RPM platform drivers
are transitioned to the new void returning prototype. Likewise is
qcom_smd_unregister_edge() transitioned to void, as it unconditionally
returned 0.
An assumption about the ordering of the intent request acknowledgement
and advertisement of a new intent in the GLINK implementation is
corrected. Faulty error handling is corrected is improved in the TX
path, and duplicated code, in the same path, is cleaned up.
----------------------------------------------------------------
Bjorn Andersson (4):
rpmsg: glink: Transition intent request signaling to wait queue
rpmsg: glink: Wait for intent, not just request ack
rpmsg: glink: Propagate TX failures in intentless mode as well
rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
Uwe Kleine-König (3):
rpmsg: qcom_smd: Make qcom_smd_unregister_edge() return void
rpmsg: qcom_glink_rpm: Convert to platform remove callback returning void
rpmsg: qcom_smd: Convert to platform remove callback returning void
drivers/rpmsg/qcom_glink_native.c | 87 +++++++++++++++++++--------------------
drivers/rpmsg/qcom_glink_rpm.c | 6 +--
drivers/rpmsg/qcom_smd.c | 24 +++++------
include/linux/rpmsg/qcom_smd.h | 5 +--
4 files changed, 57 insertions(+), 65 deletions(-)
next reply other threads:[~2023-04-24 14:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 14:59 Bjorn Andersson [this message]
2023-04-26 0:49 ` [GIT PULL] rpmsg updates for v6.4 pr-tracker-bot
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=20230424145902.277800-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=quic_bjorande@quicinc.com \
--cc=torvalds@linux-foundation.org \
--cc=u.kleine-koenig@pengutronix.de \
/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