linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jassi Brar <jassisinghbrar@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Mailbox changes for v5.9
Date: Fri, 7 Aug 2020 01:30:04 -0500	[thread overview]
Message-ID: <CABb+yY0bZ8cdRa+vWYzE4zbujgQfKK=NzZs7G4o0QkxJXscEGQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2020-08-07  6:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07  6:30 Jassi Brar [this message]
2020-08-07 20:39 ` [GIT PULL] Mailbox changes for v5.9 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABb+yY0bZ8cdRa+vWYzE4zbujgQfKK=NzZs7G4o0QkxJXscEGQ@mail.gmail.com' \
    --to=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).