mbox series

[GIT,PULL] Mailbox changes for v5.1

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

Pull-request

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

Message

Jassi Brar March 12, 2019, 3:13 p.m. UTC
Hi Linus,

The following changes since commit 3717f613f48df0222311f974cf8a06c8a6c97bae:

  Merge branch 'core-rcu-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2019-03-05
14:49:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 17b860bbfc844a3d8e38135ef430d4af8e436b9e:

  mailbox: imx: keep MU irq working during suspend/resume (2019-03-11
02:51:43 -0500)

----------------------------------------------------------------
- mailbox-test: support multiple controller instances
- misc cleanup: IMX, STM32 and Tegra
- new driver: ZynqMP IPI

----------------------------------------------------------------
Anson Huang (1):
      mailbox: imx: keep MU irq working during suspend/resume

Arnd Bergmann (1):
      mailbox: tegra-hsp: mark suspend function as __maybe_unused

Fabien Dessenne (4):
      mailbox: mailbox-test: fix debugfs in multi-instances
      mailbox: mailbox-test: fix null pointer if no mmio
      mailbox: stm32-ipcc: do not enable wakeup source by default
      mailbox: stm32-ipcc: remove useless device_init_wakeup call

Wendy Liang (2):
      mailbox: ZynqMP IPI mailbox controller
      dt-bindings: mailbox: Add Xilinx IPI Mailbox

 .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt   | 127 ++++
 drivers/mailbox/Kconfig                            |  11 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/imx-mailbox.c                      |   4 +-
 drivers/mailbox/mailbox-test.c                     |  26 +-
 drivers/mailbox/stm32-ipcc.c                       |   4 +-
 drivers/mailbox/tegra-hsp.c                        |   2 +-
 drivers/mailbox/zynqmp-ipi-mailbox.c               | 725 +++++++++++++++++++++
 include/linux/mailbox/zynqmp-ipi-message.h         |  20 +
 9 files changed, 903 insertions(+), 18 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt
 create mode 100644 drivers/mailbox/zynqmp-ipi-mailbox.c
 create mode 100644 include/linux/mailbox/zynqmp-ipi-message.h

Comments

pr-tracker-bot@kernel.org March 13, 2019, 5:10 p.m. UTC | #1
The pull request you sent on Tue, 12 Mar 2019 10:13:28 -0500:

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

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

Thank you!