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 Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] Mailbox changes for v4.13
Date: Thu, 6 Jul 2017 21:52:30 +0530	[thread overview]
Message-ID: <CABb+yY2v=RrVk5E9eWAX5j2sMO=4waawGdQCHMQU8S-4GgBm+A@mail.gmail.com> (raw)

Hi Linus,

The following changes since commit 63f700aab4c11d46626de3cd051dae56cf7e9056:

  Merge tag 'xtensa-20170612' of
git://github.com/jcmvbkbc/linux-xtensa (2017-06-13 15:09:10 +0900)

are available in the git repository at:

  https://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-for-next

for you to fetch changes up to 25bfee16d5a3158086273cc51110c7470144c842:

  mailbox: Introduce Qualcomm APCS IPC driver (2017-06-14 17:47:19 +0530)

----------------------------------------------------------------
- Minor improvement : avoid requiring unnecessary startup/shutdown
callback that many drivers seem to not need
- New controller driver for Qualcomm's APCS IPC

----------------------------------------------------------------
Bjorn Andersson (3):
      mailbox: Make startup and shutdown ops optional
      dt-bindings: mailbox: Introduce Qualcomm APCS global binding
      mailbox: Introduce Qualcomm APCS IPC driver

 .../bindings/mailbox/qcom,apcs-kpss-global.txt     |  46 ++++++++
 drivers/mailbox/Kconfig                            |   8 ++
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/mailbox.c                          |  16 ++-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            | 129 +++++++++++++++++++++
 5 files changed, 195 insertions(+), 6 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
 create mode 100644 drivers/mailbox/qcom-apcs-ipc-mailbox.c

             reply	other threads:[~2017-07-06 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 16:22 Jassi Brar [this message]
2017-07-07 17:26 ` [GIT PULL] Mailbox changes for v4.13 Linus Torvalds

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+yY2v=RrVk5E9eWAX5j2sMO=4waawGdQCHMQU8S-4GgBm+A@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).