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 Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Mailbox changes for v5.3
Date: Sat, 13 Jul 2019 18:41:55 -0500	[thread overview]
Message-ID: <CABb+yY2RWBW0054fPLyNMAFX4BQ2FqV2NeAvHe7aHhAuH46dcA@mail.gmail.com> (raw)

Hi Linus,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the Git repository at:

  git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v5.3

for you to fetch changes up to 25777e5784a7b417967460d4fcf9660d05a0c320:

  mailbox: handle failed named mailbox channel request (2019-07-11
10:19:00 -0500)

----------------------------------------------------------------
- stm32: race fix by adding a spinlock
- mhu: trim included headers
- omap: add support for K3 SoCs
- imx: Irq disable fix
- bcm: tidy up extracting driver data
- tegra: make resume 'noirq'
- api: fix error handling

----------------------------------------------------------------
Arnaud Pouliquen (1):
      mailbox: stm32_ipcc: add spinlock to fix channels concurrent access

Bitan Biswas (2):
      mailbox: tegra: hsp: add noirq resume
      mailbox: tegra: avoid resume NULL mailboxes

Daniel Baluta (1):
      mailbox: imx: Clear GIEn bit at shutdown

Fuqian Huang (1):
      mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directly

Sudeep Holla (1):
      mailbox: arm_mhu: reorder header inclusion and drop unneeded ones

Suman Anna (2):
      dt-bindings: mailbox: omap: Update bindings for TI K3 SoCs
      mailbox: omap: Add support for TI K3 SoCs

morten petersen (1):
      mailbox: handle failed named mailbox channel request

 .../devicetree/bindings/mailbox/omap-mailbox.txt   | 59 ++++++++++++++++++----
 drivers/mailbox/Kconfig                            |  2 +-
 drivers/mailbox/arm_mhu.c                          | 11 ++--
 drivers/mailbox/bcm-flexrm-mailbox.c               |  6 +--
 drivers/mailbox/imx-mailbox.c                      |  4 +-
 drivers/mailbox/mailbox.c                          |  6 ++-
 drivers/mailbox/omap-mailbox.c                     | 43 +++++++++-------
 drivers/mailbox/stm32-ipcc.c                       | 37 ++++++++++----
 drivers/mailbox/tegra-hsp.c                        | 20 ++++++--
 include/linux/omap-mailbox.h                       |  4 +-
 10 files changed, 134 insertions(+), 58 deletions(-)

             reply	other threads:[~2019-07-13 23:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-13 23:41 Jassi Brar [this message]
2019-07-15  0:30 ` [GIT PULL] Mailbox changes for v5.3 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+yY2RWBW0054fPLyNMAFX4BQ2FqV2NeAvHe7aHhAuH46dcA@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).