linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Mailbox changes for v5.10
@ 2020-10-18 18:22 Jassi Brar
  2020-10-18 21:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jassi Brar @ 2020-10-18 18:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-arm-kernel

Hi Linus,

The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

  Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c7dacf5b0f32957b24ef29df1207dc2cd8307743:

  mailbox: avoid timer start from callback (2020-10-16 19:09:17 -0500)

----------------------------------------------------------------
- arm: implementation of mhu as a doorbell driver
       conversion of dt-bindings to json-schema
- mediatek: fix platform_get_irq error handling
- bcm: convert tasklets to use new tasklet_setup api
- core: fix race cause by hrtimer starting inappropriately

----------------------------------------------------------------
Allen Pais (1):
      mailbox: bcm: convert tasklets to use new tasklet_setup() API

Jassi Brar (1):
      mailbox: avoid timer start from callback

Krzysztof Kozlowski (1):
      maiblox: mediatek: Fix handling of platform_get_irq() error

Sudeep Holla (3):
      dt-bindings: mailbox: add doorbell support to ARM MHU
      mailbox: arm_mhu: Match only if compatible is "arm,mhu"
      mailbox: arm_mhu: Add ARM MHU doorbell driver

Viresh Kumar (1):
      dt-bindings: mailbox : arm,mhu: Convert to Json-schema

 .../devicetree/bindings/mailbox/arm,mhu.yaml       | 135 ++++++++
 .../devicetree/bindings/mailbox/arm-mhu.txt        |  43 ---
 drivers/mailbox/Makefile                           |   2 +-
 drivers/mailbox/arm_mhu.c                          |   3 +
 drivers/mailbox/arm_mhu_db.c                       | 354 +++++++++++++++++++++
 drivers/mailbox/bcm-pdc-mailbox.c                  |   6 +-
 drivers/mailbox/mailbox.c                          |  12 +-
 drivers/mailbox/mtk-cmdq-mailbox.c                 |   8 +-
 8 files changed, 506 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhu.yaml
 delete mode 100644 Documentation/devicetree/bindings/mailbox/arm-mhu.txt
 create mode 100644 drivers/mailbox/arm_mhu_db.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Mailbox changes for v5.10
  2020-10-18 18:22 [GIT PULL] Mailbox changes for v5.10 Jassi Brar
@ 2020-10-18 21:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-18 21:50 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linus Torvalds, Linux Kernel Mailing List, linux-arm-kernel

The pull request you sent on Sun, 18 Oct 2020 13:22:33 -0500:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-18 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-18 18:22 [GIT PULL] Mailbox changes for v5.10 Jassi Brar
2020-10-18 21:50 ` pr-tracker-bot

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