[GIT PULL] Mailbox changes for v6.1

From: Jassi Brar
Date: Fri Oct 07 2022 - 21:54:22 EST


Hi Linus,

The following changes since commit 3245cb65fd91cd514801bf91f5a3066d562f0ac4:

Merge tag 'devicetree-fixes-for-6.0-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2022-09-14
10:22:39 +0100)

are available in the Git repository at:

git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v6.1

for you to fetch changes up to b8ae88e1e75e5cb7a6df5298ab75334362ed631c:

mailbox: qcom-ipcc: flag IRQ NO_THREAD (2022-10-05 21:51:58 -0500)

----------------------------------------------------------------
- apple: implement poll and flush callbacks
- qcom: fix clocks for IPQ6018 and IPQ8074
irq handler as not-a-thread
- microchip: split reg-space into two
- imx: RST channel fix
- bcm: fix dma_map_sg error handling
- misc: spellinf fix in pcc driver

----------------------------------------------------------------
Colin Ian King (1):
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"

Conor Dooley (3):
dt-bindings: mailbox: fix the mpfs' reg property
mailbox: mpfs: fix handling of the reg property
mailbox: mpfs: account for mbox offsets while sending

Eric Chanudet (1):
mailbox: qcom-ipcc: flag IRQ NO_THREAD

Hector Martin (2):
mailbox: apple: Implement flush() operation
mailbox: apple: Implement poll_data() operation

Jack Wang (1):
mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg

Peng Fan (1):
mailbox: imx: fix RST channel support

Robert Marko (3):
dt-bindings: mailbox: qcom: set correct #clock-cells
dt-bindings: mailbox: qcom: correct clocks for IPQ6018 and IPQ8074
mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock support

.../bindings/mailbox/microchip,mpfs-mailbox.yaml | 15 ++++--
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 63 +++++++++++++++++-----
drivers/mailbox/apple-mailbox.c | 63 ++++++++++++++++++++--
drivers/mailbox/bcm-flexrm-mailbox.c | 8 +--
drivers/mailbox/imx-mailbox.c | 10 ++--
drivers/mailbox/mailbox-mpfs.c | 25 +++++----
drivers/mailbox/pcc.c | 2 +-
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 +-
drivers/mailbox/qcom-ipcc.c | 3 +-
9 files changed, 148 insertions(+), 43 deletions(-)