[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABb+yY08XqC40=vNuRfOU97bXHFo+R69LQvKavPv_N0NoF2PkQ@mail.gmail.com>
Date: Wed, 1 Sep 2021 09:50:55 -0500
From: Jassi Brar <jassisinghbrar@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: [GIT PULL] Mailbox changes for v5.15
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
Powered by blists - more mailing lists