mbox series

[GIT,PULL] rpmsg updates for v6.9

Message ID 20240321125653.1676534-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] rpmsg updates for v6.9 | expand

Pull-request

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

Message

Bjorn Andersson March 21, 2024, 12:56 p.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b03aa6d4e9a74c4289929b6cf3c6bcc80270682d:

  rpmsg: core: Make rpmsg_bus const (2024-02-05 13:43:22 -0700)

----------------------------------------------------------------
rpmsg updates for v6.9

This transitions rpmsg_ctrl and rpmsg_char drivers away from the
deprecated ida_simple_*() API. It also makes the rpmsg_bus const.

----------------------------------------------------------------
Christophe JAILLET (1):
      rpmsg: Remove usage of the deprecated ida_simple_xx() API

Ricardo B. Marliere (1):
      rpmsg: core: Make rpmsg_bus const

 drivers/rpmsg/rpmsg_char.c | 12 ++++++------
 drivers/rpmsg/rpmsg_core.c |  2 +-
 drivers/rpmsg/rpmsg_ctrl.c | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org March 21, 2024, 5:57 p.m. UTC | #1
The pull request you sent on Thu, 21 Mar 2024 05:56:51 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/91f263dda66a2dd4bf0c5d8ad6f48ab9fd5d9eca

Thank you!