[GIT PULL] Mailbox changes for v5.5

From: Jassi Brar
Date: Sun Dec 01 2019 - 00:39:21 EST


Hi Linus,
The following changes since commit af42d3466bdc8f39806b26f593604fdc54140bcb:

Linux 5.4-rc8 (2019-11-17 14:47:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c6c6bc6ea9fce31baaca053befc31215cfcb3dd9:

mailbox: imx: add support for imx v1 mu (2019-11-30 23:09:14 -0600)

----------------------------------------------------------------
mailbox changes for v5.5

- omap : misc - catch error returned from pm_runtime_put_sync
- hisi : misc - drop .owner from platform_driver
- stm : change how wakeup is handled
- imx : fix - bailout on error and nuke correct irq
- imx : add support for imx7ulp platform

----------------------------------------------------------------
Brandon Maier (1):
mailbox/omap: Handle if CONFIG_PM is disabled

Daniel Baluta (2):
mailbox: imx: Fix Tx doorbell shutdown path
mailbox: imx: Clear the right interrupts at shutdown

Fabien Dessenne (1):
mailbox: stm32-ipcc: Update wakeup management

Richard Zhu (2):
dt-bindings: mailbox: imx-mu: add imx7ulp MU support
mailbox: imx: add support for imx v1 mu

Tian Tao (1):
mailbox: no need to set .owner platform_driver_register

.../devicetree/bindings/mailbox/fsl,mu.txt | 2 +
drivers/mailbox/hi6220-mailbox.c | 1 -
drivers/mailbox/imx-mailbox.c | 74 ++++++++++++++++------
drivers/mailbox/omap-mailbox.c | 2 +-
drivers/mailbox/stm32-ipcc.c | 36 ++---------
5 files changed, 64 insertions(+), 51 deletions(-)