linux-kernel.vger.kernel.org archive mirror
 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.10
Date: Sun, 18 Oct 2020 13:22:33 -0500	[thread overview]
Message-ID: <CABb+yY2hRBr7Uz9qtF9SUGzcUW6NNak0988v=0m0316erAYBTQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2020-10-18 18:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 18:22 Jassi Brar [this message]
2020-10-18 21:50 ` [GIT PULL] Mailbox changes for v5.10 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+yY2hRBr7Uz9qtF9SUGzcUW6NNak0988v=0m0316erAYBTQ@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 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).