The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.11 for you to fetch changes up to 36862eab884d997e182aad9163cc6ca953614a68: rpmsg: char: add missing MODULE_DESCRIPTION() macro (2024-06-10 11:11:59 -0600) ---------------------------------------------------------------- rpmsg updates for v6.11 This corrects interrupt handling in the stm32 remoteproc driver when being attached to an already running remote processor. It fixes invalid kernel-doc and adds missing MODULE_DESCRIPTION() in the rpmsg char driver. ---------------------------------------------------------------- Arnaud Pouliquen (1): rpmsg: char: Fix rpmsg_eptdev structure documentation Gwenael Treuveur (1): remoteproc: stm32_rproc: Fix mailbox interrupts queuing Jeff Johnson (1): rpmsg: char: add missing MODULE_DESCRIPTION() macro drivers/remoteproc/stm32_rproc.c | 2 +- drivers/rpmsg/rpmsg_char.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-)