[GIT PULL] Mailbox fixes for v6.18-rc7

Jassi Brar jassisinghbrar at gmail.com
Fri Nov 28 07:58:47 PST 2025


Hi Linus,
The following changes since commit ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d:

  Linux 6.18-rc7 (2025-11-23 14:53:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git
tags/mailbox-fixes-v6.18-rc7

for you to fetch changes up to e3cee98f2fcc2234be7813c0e55a7f7a5e77aaf2:

  mailbox: th1520: fix clock imbalance on probe failure (2025-11-28
09:47:44 -0600)

----------------------------------------------------------------
omap: check for pending msgs only when mbox is exclusive
mailbox-test: debugfs_create_dir error checking
mtk: cmdq: fix DMA address handling
     gpueb: Add missing 'static' to mailbox ops struct
pcc: don't zero error register
th1520: fix clock imbalance on probe failure

----------------------------------------------------------------
Beleswar Padhi (1):
      mailbox: omap-mailbox: Check for pending msgs only when mbox is exclusive

Haotian Zhang (1):
      mailbox: mailbox-test: Fix debugfs_create_dir error checking

Jamie Iles (1):
      mailbox: pcc: don't zero error register

Jason-JH Lin (1):
      mailbox: mtk-cmdq: Refine DMA address handling for the command buffer

Johan Hovold (1):
      mailbox: th1520: fix clock imbalance on probe failure

Nicolas Frattaroli (1):
      mailbox: mtk-gpueb: Add missing 'static' to mailbox ops struct

 drivers/mailbox/mailbox-test.c           |  2 +-
 drivers/mailbox/mailbox-th1520.c         |  4 +--
 drivers/mailbox/mtk-cmdq-mailbox.c       | 45 ++++++++++++++++++++++----------
 drivers/mailbox/mtk-gpueb-mailbox.c      |  2 +-
 drivers/mailbox/omap-mailbox.c           | 35 ++++++++++++++-----------
 drivers/mailbox/pcc.c                    |  8 +++---
 include/linux/mailbox/mtk-cmdq-mailbox.h | 10 +++++++
 7 files changed, 68 insertions(+), 38 deletions(-)



More information about the linux-arm-kernel mailing list