[GIT PULL] Mailbox changes for v6.2

From: Jassi Brar
Date: Tue Dec 20 2022 - 11:23:49 EST


Hi Linus,

The following changes since commit 76dcd734eca23168cb008912c0f69ff408905235:

Linux 6.1-rc8 (2022-12-04 14:48:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 53c60d1004270045d63cdee91aa77c145282d7e4:

dt-bindings: mailbox: qcom-ipcc: Add compatible for SM8550
(2022-12-18 20:40:31 -0600)

----------------------------------------------------------------
- qcom: enable sc8280xp, sm8550 and sm4250 support
- ti: default to ARCH_K3 for msg manager
- mediatek: add mt8188 and mt8186 support
request irq only after got ready
- zynq-ipi: fix error handling after device_register
- mpfs: check sys-con status
- rockchip: simplify by using device_get_match_data

----------------------------------------------------------------
Abel Vesa (1):
dt-bindings: mailbox: qcom-ipcc: Add compatible for SM8550

AngeloGioacchino Del Regno (1):
mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copying

Bhupesh Sharma (2):
dt-bindings: mailbox: qcom: Add SM4250 APCS compatible
mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC support

Conor Dooley (1):
mailbox: mpfs: read the system controller's status

Elvis Wang (2):
dt-bindings: mailbox: add GCE header file for mt8188
dt-bindings: mailbox: mediatek,gce-mailbox: add mt8188 compatible name

Luca Weiss (1):
dt-bindings: mailbox: qcom-ipcc: Add sc8280xp compatible

Nicolas Frayer (1):
mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg manager

Ricardo Ribalda (1):
mailbox: mtk-cmdq: Do not request irq until we are ready

Yang Yingliang (2):
mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
mailbox: zynq-ipi: fix error handling while device_register() fails

Yongqiang Niu (4):
mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of number
mailbox: mtk-cmdq: add gce software ddr enable private data
mailbox: mtk-cmdq: add gce ddr enable support flow
mailbox: mtk-cmdq: add MT8186 support

ye xingchen (1):
mailbox: rockchip: Use device_get_match_data() to simplify the code

.../bindings/mailbox/mediatek,gce-mailbox.yaml | 1 +
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
.../devicetree/bindings/mailbox/qcom-ipcc.yaml | 4 +-
drivers/mailbox/Kconfig | 1 +
drivers/mailbox/arm_mhuv2.c | 4 +-
drivers/mailbox/mailbox-mpfs.c | 31 +-
drivers/mailbox/mtk-cmdq-mailbox.c | 130 ++-
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
drivers/mailbox/rockchip-mailbox.c | 4 +-
drivers/mailbox/zynqmp-ipi-mailbox.c | 4 +-
include/dt-bindings/mailbox/mediatek,mt8188-gce.h | 967 +++++++++++++++++++++
11 files changed, 1090 insertions(+), 58 deletions(-)
create mode 100644 include/dt-bindings/mailbox/mediatek,mt8188-gce.h