[GIT PULL] Mailbox changes for v6.4
Jassi Brar
jassisinghbrar at gmail.com
Sat May 6 08:52:50 PDT 2023
Hi Linus,
The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026:
Linux 6.3-rc7 (2023-04-16 15:23:53 -0700)
are available in the Git repository at:
git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v6.4
for you to fetch changes up to d396133dced4cbaa52581d0e9c4aea8e04b8db10:
dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
(2023-05-04 01:08:41 -0500)
----------------------------------------------------------------
- mailbox api: allow direct registration to a channel
Convert omap and pcc to use mbox_bind_client
- omap and hi6220 : use of_property_read_bool
- test: fix double-free and use spinlock header
- rockchip and bcm-pdc: drop of_match_ptr
- mpfs: change config symbol
- mediatek gce: support MT6795
- qcom apcs: consolidate of_device_id
support IPQ9574
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6795
Conor Dooley (1):
mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Devi Priya (1):
dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
Elliot Berman (3):
mailbox: Allow direct registration to a channel
mailbox: omap: Use mbox_bind_client
mailbox: pcc: Use mbox_bind_client
Krzysztof Kozlowski (4):
mailbox: rockchip: drop of_match_ptr for ID table
mailbox: bcm-pdc: drop of_match_ptr for ID table
dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks for
few variants
mailbox: qcom-apcs-ipc: do not grow the of_device_id
Lee Jones (2):
mailbox: mailbox-test: Explicitly include header for spinlock support
mailbox: mailbox-test: Fix potential double-free in
mbox_test_message_write()
Rob Herring (1):
mailbox: Use of_property_read_bool() for boolean properties
.../bindings/mailbox/mediatek,gce-mailbox.yaml | 20 ++--
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 31 +++---
drivers/mailbox/Kconfig | 2 +-
drivers/mailbox/bcm-pdc-mailbox.c | 2 +-
drivers/mailbox/hi6220-mailbox.c | 5 +-
drivers/mailbox/mailbox-test.c | 8 ++
drivers/mailbox/mailbox.c | 96 +++++++++++-----
drivers/mailbox/omap-mailbox.c | 25 +----
drivers/mailbox/pcc.c | 84 +++++++-------
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 11 +-
drivers/mailbox/rockchip-mailbox.c | 2 +-
include/dt-bindings/gce/mediatek,mt6795-gce.h | 123 +++++++++++++++++++++
include/linux/mailbox_client.h | 1 +
13 files changed, 288 insertions(+), 122 deletions(-)
create mode 100644 include/dt-bindings/gce/mediatek,mt6795-gce.h
More information about the linux-arm-kernel
mailing list