mbox series

[GIT,PULL] Mailbox changes for v5.3

Message ID CABb+yY2RWBW0054fPLyNMAFX4BQ2FqV2NeAvHe7aHhAuH46dcA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Mailbox changes for v5.3 | expand

Pull-request

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

Message

Jassi Brar July 13, 2019, 11:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 15, 2019, 12:30 a.m. UTC | #1
The pull request you sent on Sat, 13 Jul 2019 18:41:55 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fde7dc63b1caa6dedf9af7cbf79895589629bc95

Thank you!