All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Dr . David Alan Gilbert" <linux@treblig.org>,
	Dan Carpenter <dan.carpenter@linaro.org>,
	Luca Weiss <luca@lucaweiss.eu>
Subject: [GIT PULL] rpmsg updates for v6.16
Date: Mon,  2 Jun 2025 09:09:12 -0500	[thread overview]
Message-ID: <20250602140914.2086-1-andersson@kernel.org> (raw)


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.16

for you to fetch changes up to 5de775df3362090a6e90046d1f2d83fe62489aa0:

  rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send() (2025-05-20 21:46:10 -0500)

----------------------------------------------------------------
rpmsg updates for v6.16

Remove some dead and unused code from core and virtio modules.
Improve the error messages from the Qualcomm SMD driver and initialize
an uninitialized variable in the send path.

----------------------------------------------------------------
Dan Carpenter (1):
      rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send()

Dr. David Alan Gilbert (3):
      rpmsg: core: Remove deadcode
      rpmsg: virtio: Remove uncallable offchannel functions
      rpmsg: Remove unused method pointers *send_offchannel

Luca Weiss (1):
      rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge

 Documentation/staging/rpmsg.rst  | 46 -----------------------------
 drivers/rpmsg/qcom_smd.c         | 10 +++----
 drivers/rpmsg/rpmsg_core.c       | 63 ----------------------------------------
 drivers/rpmsg/rpmsg_internal.h   |  6 ----
 drivers/rpmsg/virtio_rpmsg_bus.c | 24 +--------------
 include/linux/rpmsg.h            | 22 --------------
 6 files changed, 6 insertions(+), 165 deletions(-)

             reply	other threads:[~2025-06-02 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-02 14:09 Bjorn Andersson [this message]
2025-06-02 19:17 ` [GIT PULL] rpmsg updates for v6.16 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=20250602140914.2086-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=linux@treblig.org \
    --cc=luca@lucaweiss.eu \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.