[GIT PULL] Mailbox changes for v6.12

From: Jassi Brar
Date: Sun Sep 29 2024 - 12:03:26 EST


Hi Linus,

The following changes since commit da3ea35007d0af457a0afc87e84fddaebc4e0b63:

Linux 6.11-rc7 (2024-09-08 14:50:28 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git
tags/mailbox-v6.12

for you to fetch changes up to 54595f2807d203770ee50486cb23dc5763916d72:

mailbox, remoteproc: omap2+: fix compile testing (2024-09-27 09:11:05 -0500)

----------------------------------------------------------------
mhu-v3, omap2+ : fix kconfig dependencies
imx: use devie name instead of genereic imx_mu_chan as interrupt name
qcom: enable sa8255p and qcs8300 ipc controllers
bcm2835: Fix timeout during suspend mode
mailbox: convert to use use of_property_match_string
mediatek: enable mt8188
spreadtrum: use devm_clk_get_enabled helpers
rockchip: fix device-id typo

----------------------------------------------------------------
Arnd Bergmann (1):
mailbox, remoteproc: omap2+: fix compile testing

Fei Shao (1):
dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188

Geert Uytterhoeven (1):
mailbox: ARM_MHU_V3 should depend on ARM64

Huan Yang (1):
mailbox: sprd: Use devm_clk_get_enabled() helpers

Jingyi Wang (1):
dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC

Liao Chen (1):
mailbox: rockchip: fix a typo in module autoloading

Nikunj Kela (1):
dt-bindings: mailbox: qcom-ipcc: document the support for SA8255p

Peng Fan (1):
mailbox: imx: use device name in interrupt name

Rob Herring (Arm) (1):
mailbox: Use of_property_match_string() instead of open-coding

Stefan Wahren (1):
mailbox: bcm2835: Fix timeout during suspend mode

.../devicetree/bindings/mailbox/mtk,adsp-mbox.yaml | 12 ++++++++---
.../devicetree/bindings/mailbox/qcom-ipcc.yaml | 2 ++
drivers/mailbox/Kconfig | 3 ++-
drivers/mailbox/bcm2835-mailbox.c | 3 ++-
drivers/mailbox/imx-mailbox.c | 6 +++---
drivers/mailbox/mailbox.c | 22 ++++++-------------
drivers/mailbox/omap-mailbox.c | 2 +-
drivers/mailbox/rockchip-mailbox.c | 2 +-
drivers/mailbox/sprd-mailbox.c | 25 ++++------------------
drivers/remoteproc/Kconfig | 6 ++----
10 files changed, 32 insertions(+), 51 deletions(-)