[GIT PULL] Mailbox changes for v5.15

From: Jassi Brar
Date: Wed Sep 01 2021 - 10:51:11 EST


Hi Linus,

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v5.15

for you to fetch changes up to 85dfdbfc13ea9614a2168ce4a7d2cd089d84cb64:

mailbox: cmdq: add multi-gce clocks support for mt8195 (2021-08-31
22:57:45 -0500)

----------------------------------------------------------------
- mtk: added support for mt8192 and mt8195
minor fix regarding address shift.
- qcom: added compatibles for MSM8953, SM6350 and SM6115
enable loading IPCC as a module
- misc: change Altera maintainer
fix sti kernel-doc warnings

----------------------------------------------------------------
Amit Pundir (1):
mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a module

Iskren Chernev (2):
dt-bindings: mailbox: qcom: Add SM6115 APCS compatible
mailbox: qcom: Add support for SM6115 APCS IPC

Joyce Ooi (1):
MAINTAINERS: Replace Ley Foon Tan as Altera Mailbox maintainer

Konrad Dybcio (1):
dt-bindings: mailbox: qcom-ipcc: Add compatible for SM6350

Randy Dunlap (1):
mailbox: sti: quieten kernel-doc warnings

Vladimir Lypak (2):
dt-bindings: mailbox: Add compatible for the MSM8953
mailbox: qcom-apcs-ipc: Add compatible for MSM8953 SoC

Yongqiang Niu (3):
dt-binding: gce: add gce header file for mt8192
mailbox: cmdq: add mt8192 support
soc: mediatek: cmdq: add address shift in jump

jason-jh.lin (4):
dt-bindings: mailbox: add definition for mt8195
dt-bindings: gce: add gce header file for mt8195
mailbox: cmdq: add mediatek mailbox support for mt8195
mailbox: cmdq: add multi-gce clocks support for mt8195

.../devicetree/bindings/mailbox/mtk-gce.txt | 9 +-
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 +
.../devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
MAINTAINERS | 2 +-
drivers/mailbox/Kconfig | 2 +-
drivers/mailbox/mailbox-sti.c | 16 +-
drivers/mailbox/mtk-cmdq-mailbox.c | 109 ++-
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 +
drivers/mailbox/qcom-ipcc.c | 1 +
include/dt-bindings/gce/mt8192-gce.h | 335 +++++++++
include/dt-bindings/gce/mt8195-gce.h | 812 +++++++++++++++++++++
11 files changed, 1257 insertions(+), 34 deletions(-)
create mode 100644 include/dt-bindings/gce/mt8192-gce.h
create mode 100644 include/dt-bindings/gce/mt8195-gce.h