[GIT PULL] Mailbox changes for v6.11

From: Jassi Brar
Date: Tue Jul 23 2024 - 01:56:05 EST


Hi Linus,

The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948:

Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a8bd68e4329f9a0ad1b878733e0f80be6a971649:

mailbox: mtk-cmdq: Move devm_mbox_controller_register() after
devm_pm_runtime_enable() (2024-07-19 21:25:23 -0500)

----------------------------------------------------------------
broadcom: remove unused pdc_dma_map
imx: fix TXDB_V2 channel race condition
mediatek: cleanup and refactor driver
add bindings for gce-props
omap: fix mailbox interrupt sharing
qcom: add bindings for SA8775p
add CPUCP driver
zynqmp: make polling period configurable

----------------------------------------------------------------
Andrew Davis (1):
mailbox: omap: Fix mailbox interrupt sharing

AngeloGioacchino Del Regno (3):
mailbox: mtk-cmdq: Stop requiring name for GCE clock
mailbox: mtk-cmdq: Move and partially refactor clocks probe
mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structure

Arnd Bergmann (1):
mailbox: qcom-cpucp: fix 64BIT dependency

Bartosz Golaszewski (1):
dt-bindings: remoteproc: qcom,sa8775p-pas: Document the SA8775p
ADSP, CDSP and GPDSP

Ben Levinsky (1):
mailbox: zynqmp-ipi: Make polling period configurable

Dr. David Alan Gilbert (1):
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'

Jason-JH.Lin (2):
dt-bindings: mailbox: Add mediatek,gce-props.yaml
mailbox: mtk-cmdq: Move devm_mbox_controller_register() after
devm_pm_runtime_enable()

Jeff Johnson (1):
mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macro

Peng Fan (1):
mailbox: imx: fix TXDB_V2 channel race condition

Sibi Sankar (2):
dt-bindings: mailbox: qcom: Add CPUCP mailbox controller bindings
mailbox: Add support for QTI CPUCP mailbox controller

.../bindings/mailbox/mediatek,gce-props.yaml | 52 ++++++
.../bindings/mailbox/qcom,cpucp-mbox.yaml | 49 ++++++
.../bindings/remoteproc/qcom,sa8775p-pas.yaml | 160 ++++++++++++++++++
MAINTAINERS | 7 +
drivers/mailbox/Kconfig | 8 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/bcm-pdc-mailbox.c | 4 -
drivers/mailbox/imx-mailbox.c | 10 +-
drivers/mailbox/mtk-cmdq-mailbox.c | 100 +++++++----
drivers/mailbox/omap-mailbox.c | 3 +-
drivers/mailbox/qcom-cpucp-mbox.c | 187 +++++++++++++++++++++
drivers/mailbox/zynqmp-ipi-mailbox.c | 9 +-
12 files changed, 548 insertions(+), 43 deletions(-)
create mode 100644
Documentation/devicetree/bindings/mailbox/mediatek,gce-props.yaml
create mode 100644
Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
create mode 100644
Documentation/devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml
create mode 100644 drivers/mailbox/qcom-cpucp-mbox.c