[GIT PULL] Mailbox changes for v5.9

Jassi Brar jassisinghbrar at gmail.com
Fri Aug 7 02:30:04 EDT 2020


Hi Linus,

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 884996986347dbe3b735cfa9bc041dd98a533796:

  mailbox: mediatek: cmdq: clear task in channel before shutdown
(2020-08-03 23:56:38 -0500)

----------------------------------------------------------------
- mediatek :
    add support for mt6779 gce
    shutdown cleanup and address shift support
- qcom :
    add msm8994 apcs and sdm660 hmss compatibility
- imx :
    mark PM funcs __maybe
- pcc :
    put acpi table before bailout
- misc:
    replace http with https links

----------------------------------------------------------------
Alexander A. Klimov (1):
      mailbox: Replace HTTP links with HTTPS ones

Dennis YC Hsieh (4):
      dt-binding: gce: add gce header file for mt6779
      mailbox: cmdq: variablize address shift in platform
      mailbox: cmdq: support mt6779 gce platform definition
      mailbox: mediatek: cmdq: clear task in channel before shutdown

Hanjun Guo (1):
      mailbox: pcc: Put the PCCT table for error path

Konrad Dybcio (2):
      mailbox: qcom: Add sdm660 hmss compatible
      mailbox: qcom: Add msm8994 apcs compatible

Nathan Chancellor (1):
      mailbox: imx: Mark PM functions as __maybe_unused

 .../devicetree/bindings/mailbox/mtk-gce.txt        |   8 +-
 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    |   2 +
 drivers/mailbox/imx-mailbox.c                      |   8 +-
 drivers/mailbox/mtk-cmdq-mailbox.c                 |  97 +++++++--
 drivers/mailbox/omap-mailbox.c                     |   2 +-
 drivers/mailbox/pcc.c                              |   9 +-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            |  10 +
 drivers/mailbox/ti-msgmgr.c                        |   2 +-
 include/dt-bindings/gce/mt6779-gce.h               | 222 +++++++++++++++++++++
 include/linux/mailbox/mtk-cmdq-mailbox.h           |   2 +
 10 files changed, 338 insertions(+), 24 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt6779-gce.h



More information about the linux-arm-kernel mailing list