linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jassisinghbrar@gmail.com (Jassi Brar)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Mailbox changes for 3.19
Date: Wed, 10 Dec 2014 11:08:01 +0530	[thread overview]
Message-ID: <CABb+yY14EGbv4cPUanuZyKZ5=jtkbAsWUX+=auqSrESQ1fFvGw@mail.gmail.com> (raw)

Hi Linus,

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

  http://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-devel

for you to fetch changes up to 86c22f8c9a3b71d42d38bfcd80372de72f573713:

  Mailbox: Add support for Platform Communication Channel (2014-11-27
12:51:09 +0530)

----------------------------------------------------------------
Andrew Bresticker (1):
      mailbox: Don't unnecessarily re-arm the polling timer

Ashwin Chaugule (1):
      Mailbox: Add support for Platform Communication Channel

Sudeep Holla (1):
      mailbox: add tx_prepare client callback

Suman Anna (1):
      mailbox/omap: adapt to the new mailbox framework

 .../devicetree/bindings/mailbox/omap-mailbox.txt   |  23 ++
 drivers/mailbox/Kconfig                            |  12 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/mailbox.c                          |  19 +-
 drivers/mailbox/mailbox.h                          |  14 +
 drivers/mailbox/omap-mailbox.c                     | 346 ++++++++++--------
 drivers/mailbox/pcc.c                              | 403 +++++++++++++++++++++
 drivers/remoteproc/omap_remoteproc.c               |  51 +--
 include/linux/mailbox_client.h                     |   3 +
 include/linux/omap-mailbox.h                       |  16 +-
 10 files changed, 701 insertions(+), 188 deletions(-)
 create mode 100644 drivers/mailbox/mailbox.h
 create mode 100644 drivers/mailbox/pcc.c

                 reply	other threads:[~2014-12-10  5:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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+yY14EGbv4cPUanuZyKZ5=jtkbAsWUX+=auqSrESQ1fFvGw@mail.gmail.com' \
    --to=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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).