mbox series

[GIT,PULL] Mailbox changes for v6.2

Message ID CABb+yY1_UYa9T7pNc0yPhmx4hy3W=O5xL4mhfSjZx3s-jnRV7A@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Mailbox changes for v6.2 | expand

Pull-request

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

Message

Jassi Brar Dec. 20, 2022, 4:23 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Dec. 21, 2022, 5:44 p.m. UTC | #1
The pull request you sent on Tue, 20 Dec 2022 10:23:30 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f2855eec19cadddad2900da3a009ee39df6116a7

Thank you!