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(-)