* [GIT PULL] Mailbox changes for v7.1
@ 2026-04-26 22:51 Jassi Brar
2026-04-27 23:53 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jassi Brar @ 2026-04-26 22:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-arm-kernel, Linux Kernel Mailing List
Hi Linus,
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git
tags/mailbox-v7.1
for you to fetch changes up to 6e937f4e769e60947909e3525965f0137b9039e8:
mailbox: mailbox-test: make data_ready a per-instance variable
(2026-04-18 13:10:14 -0500)
----------------------------------------------------------------
mailbox: updates for v7.1
- core: fix NULL message handling and add API to query TX queue slots
- test: resolve concurrency bugs, dangling IRQs, and memory leaks
- dt-bindings: qcom: add Eliza IPCC
- mtk: fix address calculation and pointer handling bugs
- cix: resolve SCMI suspend timeouts
- misc memory allocation optimizations and cleanups
----------------------------------------------------------------
Abel Vesa (1):
dt-bindings: mailbox: qcom-ipcc: Document the Eliza
Inter-Processor Communication Controller
Dylan Wu (1):
mailbox: cix: Add IRQF_NO_SUSPEND to mailbox interrupt
Felix Gu (1):
mailbox: mtk-vcp-mailbox: Fix the return value in mtk_vcp_mbox_xlate()
Jason-JH Lin (1):
mailbox: mtk-cmdq: Fix CURR and END addr for task insert case
Jassi Brar (2):
mailbox: add API to query available TX queue slots
mailbox: Fix NULL message support in mbox_send_message()
Rosen Penev (2):
mailbox: rockchip: kzalloc + kcalloc to kzalloc
mailbox: hi6220: kzalloc + kcalloc to kzalloc
Wolfram Sang (12):
mailbox: exynos: drop superfluous mbox setting per channel
mailbox: test: really ignore optional memory resources
mailbox: correct kdoc title for mbox_bind_client
mailbox: remove superfluous internal header
mailbox: prefix new constants with MBOX_
mailbox: mailbox-test: free channels on probe error
mailbox: add sanity check for channel array
mailbox: update kdoc for struct mbox_controller
mailbox: mailbox-test: handle channel errors consistently
mailbox: mailbox-test: don't free the reused channel
mailbox: mailbox-test: initialize struct earlier
mailbox: mailbox-test: make data_ready a per-instance variable
.../devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
drivers/mailbox/cix-mailbox.c | 6 +-
drivers/mailbox/exynos-mailbox.c | 4 --
drivers/mailbox/hi3660-mailbox.c | 2 -
drivers/mailbox/hi6220-mailbox.c | 14 ++--
drivers/mailbox/imx-mailbox.c | 4 +-
drivers/mailbox/mailbox-sti.c | 2 -
drivers/mailbox/mailbox-test.c | 80 +++++++++++++---------
drivers/mailbox/mailbox.c | 67 +++++++++++-------
drivers/mailbox/mailbox.h | 12 ----
drivers/mailbox/mtk-cmdq-mailbox.c | 10 +--
drivers/mailbox/mtk-vcp-mailbox.c | 2 +-
drivers/mailbox/omap-mailbox.c | 4 +-
drivers/mailbox/pcc.c | 2 -
drivers/mailbox/rockchip-mailbox.c | 9 +--
drivers/mailbox/tegra-hsp.c | 6 +-
include/linux/mailbox_client.h | 1 +
include/linux/mailbox_controller.h | 17 +++--
18 files changed, 124 insertions(+), 119 deletions(-)
delete mode 100644 drivers/mailbox/mailbox.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Mailbox changes for v7.1
2026-04-26 22:51 [GIT PULL] Mailbox changes for v7.1 Jassi Brar
@ 2026-04-27 23:53 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-04-27 23:53 UTC (permalink / raw)
To: Jassi Brar; +Cc: Linus Torvalds, linux-arm-kernel, Linux Kernel Mailing List
The pull request you sent on Sun, 26 Apr 2026 17:51:13 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git tags/mailbox-v7.1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a7cc308da5f78eee8d94bf666c026671a180d7e5
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26 22:51 [GIT PULL] Mailbox changes for v7.1 Jassi Brar
2026-04-27 23:53 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox