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.8
Date: Mon, 1 Aug 2016 08:40:57 +0530	[thread overview]
Message-ID: <CABb+yY2MFEPTc_Xi+3sT4pqP3ECXSJ6Tby3BRz-jmFQAPLYxUg@mail.gmail.com> (raw)

Hi Linus,

The following changes since commit 8714f8f5fe396ca513ccaaac2304497439c181fb:

  Merge branch 'for-linus' of git://git.kernel.dk/linux-block
(2016-06-11 18:42:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to a68b216676e89fa959a23b583b56f9ce7df81b37:

  mailbox: Fix format and type mismatches in Broadcom PDC driver
(2016-07-28 21:27:31 +0530)

----------------------------------------------------------------
- Broadcom
       New PDC controller driver and bindings
- Misc
     PL320 - Convert from 'raw' IO to 'relaxed' version
     Test - fix dangling pointer

----------------------------------------------------------------
Ben Dooks (1):
      mailbox: pl320: remove __raw IO

Rob Rice (3):
      dt-bindings: add bindings documentation for PDC driver.
      mailbox: Add Broadcom PDC mailbox driver
      mailbox: Fix format and type mismatches in Broadcom PDC driver

Sudeep Holla (1):
      mailbox: mailbox-test: set tdev->signal to NULL after freeing

 .../bindings/mailbox/brcm,iproc-pdc-mbox.txt       |   23 +
 drivers/mailbox/Kconfig                            |    9 +
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/bcm-pdc-mailbox.c                  | 1531 ++++++++++++++++++++
 drivers/mailbox/mailbox-test.c                     |    1 +
 drivers/mailbox/pl320-ipc.c                        |   46 +-
 include/linux/mailbox/brcm-message.h               |   56 +
 7 files changed, 1645 insertions(+), 23 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/brcm,iproc-pdc-mbox.txt
 create mode 100644 drivers/mailbox/bcm-pdc-mailbox.c
 create mode 100644 include/linux/mailbox/brcm-message.h

                 reply	other threads:[~2016-08-01  3:11 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+yY2MFEPTc_Xi+3sT4pqP3ECXSJ6Tby3BRz-jmFQAPLYxUg@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).