[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABb+yY3o9pOY1EbedNRM_++MxM8TNFrB3EbrZ+07h_p3O4i1LA@mail.gmail.com>
Date: Wed, 12 Jan 2022 20:28:54 -0600
From: Jassi Brar <jassisinghbrar@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: [GIT PULL] Mailbox changes for v5.17
Hi Linus,
The following changes since commit c9e6606c7fe92b50a02ce51dda82586ebdf99b48:
Linux 5.16-rc8 (2022-01-02 14:23:25 -0800)
are available in the Git repository at:
git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v5.17
for you to fetch changes up to 869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e:
dt-bindings: mailbox: Add more protocol and client ID (2022-01-11
23:47:33 -0600)
----------------------------------------------------------------
- qcom: misc updates to qcom-ipcc driver
- mpfs: change compatible string
- pcc: fix handling of subtypes
avoid uninit variable
- mtk: add missing of_node_put
enable control_by_sw
silent probe-defer prints
fix gce_num for mt8192
- zynq: add missing of_node_put
- imx: check for NULL instead of IS_ERR
- appple: switch to generic compatibles
- hi3660: convert comments to kernel-doc notation
----------------------------------------------------------------
Conor Dooley (1):
mailbox: change mailbox-mpfs compatible string
Dan Carpenter (1):
mailbox: imx: Fix an IS_ERR() vs NULL bug
Hector Martin (2):
dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles
mailbox: apple: Bind to generic compatibles
Hsin-Yi Wang (1):
mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks
Huang Yiwei (4):
mailbox: qcom-ipcc: Dynamic alloc for channel arrangement
mailbox: qcom-ipcc: Support more IPCC instance
mailbox: qcom-ipcc: Support interrupt wake up from suspend
dt-bindings: mailbox: Add more protocol and client ID
Randy Dunlap (1):
mailbox: hi3660: convert struct comments to kernel-doc notation
Sudeep Holla (2):
mailbox: pcc: Avoid using the uninitialized variable 'dev'
mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq
Wang Qing (2):
mailbox: zynq: add missing of_node_put before return
mailbox: mtk: add missing of_node_put before return
jason-jh.lin (2):
mailbox: fix gce_num of mt8192 driver data
mailbox: add control_by_sw for mt8195
.../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 ++-
drivers/mailbox/apple-mailbox.c | 4 +-
drivers/mailbox/hi3660-mailbox.c | 18 ++--
drivers/mailbox/imx-mailbox.c | 4 +-
drivers/mailbox/mailbox-mpfs.c | 2 +-
drivers/mailbox/mtk-cmdq-mailbox.c | 15 ++--
drivers/mailbox/pcc.c | 10 ++-
drivers/mailbox/qcom-ipcc.c | 99 +++++++++++++++++-----
drivers/mailbox/zynqmp-ipi-mailbox.c | 1 +
include/dt-bindings/mailbox/qcom-ipcc.h | 2 +
10 files changed, 116 insertions(+), 51 deletions(-)
Powered by blists - more mailing lists