All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jassi Brar <jassisinghbrar@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] Mailbox changes for v5.5
Date: Sat, 30 Nov 2019 23:38:58 -0600	[thread overview]
Message-ID: <CABb+yY1dtWjRW4Wi3jX178Zyd+yNW_bGCwVm3DD4mNYz4ozd-A@mail.gmail.com> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Jassi Brar <jassisinghbrar@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] Mailbox changes for v5.5
Date: Sat, 30 Nov 2019 23:38:58 -0600	[thread overview]
Message-ID: <CABb+yY1dtWjRW4Wi3jX178Zyd+yNW_bGCwVm3DD4mNYz4ozd-A@mail.gmail.com> (raw)

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-12-01  5:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-01  5:38 Jassi Brar [this message]
2019-12-01  5:38 ` [GIT PULL] Mailbox changes for v5.5 Jassi Brar
2019-12-02  2:50 ` pr-tracker-bot
2019-12-02  2:50   ` 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+yY1dtWjRW4Wi3jX178Zyd+yNW_bGCwVm3DD4mNYz4ozd-A@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.