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@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Mailbox changes for v4.2
Date: Thu, 25 Jun 2015 21:28:48 +0530	[thread overview]
Message-ID: <CABb+yY2N+thoJEBfNdpsyEpDjpvnJ4-GbhTEJM-e7earmZpDAQ@mail.gmail.com> (raw)

Hi Linus,

The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736:

  Linux 4.1-rc3 (2015-05-10 15:12:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7d641938aa2ae433a97cc65ec622547cfe08f2ed:

  mailbox/bcm2835: Fix mailbox full detection. (2015-06-13 16:20:39 +0530)

----------------------------------------------------------------
Andrew Bresticker (1):
      mailbox: Make mbox_chan_ops const

Benson Leung (1):
      mailbox: Fix up error handling in mbox_request_channel()

Eric Anholt (1):
      mailbox/bcm2835: Fix mailbox full detection.

Lee Jones (2):
      mailbox: Add ability for clients to request channels by name
      dt: mailbox: Remove 'mbox-names property is discouraged' message
from binding

Lubomir Rintel (2):
      dt/bindings: Add binding for the BCM2835 mailbox driver
      mailbox: Enable BCM2835 mailbox support

Richard Weinberger (1):
      mailbox: altera: Add dependency on HAS_IOMEM

 .../bindings/mailbox/brcm,bcm2835-mbox.txt         |  26 +++
 .../devicetree/bindings/mailbox/mailbox.txt        |  10 +-
 drivers/mailbox/Kconfig                            |  10 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/arm_mhu.c                          |   2 +-
 drivers/mailbox/bcm2835-mailbox.c                  | 217 +++++++++++++++++++++
 drivers/mailbox/mailbox-altera.c                   |   2 +-
 drivers/mailbox/mailbox.c                          |  40 +++-
 drivers/mailbox/omap-mailbox.c                     |   8 +-
 drivers/mailbox/pcc.c                              |   2 +-
 include/linux/mailbox_client.h                     |   2 +
 include/linux/mailbox_controller.h                 |   2 +-
 12 files changed, 304 insertions(+), 19 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt
 create mode 100644 drivers/mailbox/bcm2835-mailbox.c

             reply	other threads:[~2015-06-25 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 15:58 Jassi Brar [this message]
2015-06-26  1:40 ` [GIT PULL] Mailbox changes for v4.2 Linus Torvalds
2015-06-26  4:05   ` Jassi Brar

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+yY2N+thoJEBfNdpsyEpDjpvnJ4-GbhTEJM-e7earmZpDAQ@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).