mbox series

[GIT,PULL] rpmsg updates for v6.11

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

Pull-request

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

Message

Bjorn Andersson July 23, 2024, 7:17 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 23, 2024, 9:09 p.m. UTC | #1
The pull request you sent on Tue, 23 Jul 2024 12:17:49 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/643af93f15be901982b2b08f241263934201c99f

Thank you!