[GIT PULL] Mailbox changes for v6.6

From: Jassi Brar
Date: Tue Sep 05 2023 - 13:10:22 EST


Hi Linus,

The following changes since commit 706a741595047797872e669b3101429ab8d378ef:

Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)

are available in the Git repository at:

git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v6.6

for you to fetch changes up to a493208079e299aefdc15169dc80e3da3ebb718a:

mailbox: qcom-ipcc: fix incorrect num_chans counting (2023-09-05
10:11:01 -0500)

----------------------------------------------------------------
qcom: fix incorrect num_chans counting
mhu: Remove redundant dev_err
bcm: fix comments
common changes:
convert to use devm_platform_get_and_ioremap_resource
correct DT includes

----------------------------------------------------------------
Jonathan Marek (1):
mailbox: qcom-ipcc: fix incorrect num_chans counting

Li Zetao (1):
mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()

Minjie Du (1):
mailbox: mailbox-test: Fix an error check in mbox_test_probe()

Rob Herring (1):
mailbox: Explicitly include correct DT includes

Ruan Jinjie (1):
mailbox: platform-mhu: Remove redundant dev_err()

Yang Li (1):
mailbox: bcm-pdc: Fix some kernel-doc comments

Yangtao Li (5):
mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()
mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()
mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()
mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()
mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()

drivers/mailbox/arm_mhu.c | 1 +
drivers/mailbox/arm_mhu_db.c | 1 -
drivers/mailbox/bcm-flexrm-mailbox.c | 10 +++-------
drivers/mailbox/bcm-pdc-mailbox.c | 18 ++++++------------
drivers/mailbox/hi3660-mailbox.c | 1 +
drivers/mailbox/hi6220-mailbox.c | 1 +
drivers/mailbox/imx-mailbox.c | 3 ++-
drivers/mailbox/mailbox-mpfs.c | 1 +
drivers/mailbox/mailbox-test.c | 8 +++-----
drivers/mailbox/mailbox.c | 1 +
drivers/mailbox/mtk-adsp-mailbox.c | 3 ++-
drivers/mailbox/mtk-cmdq-mailbox.c | 2 +-
drivers/mailbox/omap-mailbox.c | 2 +-
drivers/mailbox/platform_mhu.c | 5 ++---
drivers/mailbox/qcom-ipcc.c | 4 +---
drivers/mailbox/rockchip-mailbox.c | 8 ++------
drivers/mailbox/sprd-mailbox.c | 2 +-
drivers/mailbox/stm32-ipcc.c | 1 +
drivers/mailbox/tegra-hsp.c | 5 +----
drivers/mailbox/ti-msgmgr.c | 16 ++++++----------
drivers/mailbox/zynqmp-ipi-mailbox.c | 2 --
21 files changed, 37 insertions(+), 58 deletions(-)