mbox series

[GIT,PULL] Mailbox changes for v6.15

Message ID CABb+yY3nL=VjLZq_pDxQfr3m2-B78hiuJyEWhSNRU_zcjaQdKg@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Mailbox changes for v6.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git tags/mailbox-v6.15

Message

Jassi Brar March 29, 2025, 11:57 p.m. UTC
Hi Linus,

The following changes since commit 4701f33a10702d5fc577c32434eb62adde0a1ae1:

  Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git
tags/mailbox-v6.15

for you to fetch changes up to 1ec12fd31ecc38e2a81a137be7eec5df51894bcc:

  mailbox: Remove unneeded semicolon (2025-03-26 20:58:26 -0500)

----------------------------------------------------------------
misc: Constify amba_id table
pcc: cleanup and refactoring of shmem and irq handling
qcom: add MSM8226 compatible
fsl,mu: add i.MX94 compatible
core: misc rejig of header includes
  minor const fixes
mediatek: remove cl in struct cmdq_pkt
tegra: define dimensioning masks in SoC data

----------------------------------------------------------------
Chen Ni (1):
      mailbox: Remove unneeded semicolon

Chun-Kuang Hu (1):
      mailbox: mtk-cmdq: remove cl in struct cmdq_pkt

Frank Li (1):
      dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible

Huisong Li (1):
      mailbox: pcc: Fix the possible race in updation of chan_in_use flag

Jason-JH Lin (1):
      dt-bindings: mailbox: mediatek: Add support for MT8196 GCE mailbox

Kartik Rajput (1):
      mailbox: tegra-hsp: Define dimensioning masks in SoC data

Krzysztof Kozlowski (5):
      mailbox: pl320-ipc: Drop unused xxx_destination functions
      mailbox: pl320-ipc: Constify amba_id table
      mailbox: arm_mhu: Constify amba_id table
      mailbox: arm_mhu_db: Constify amba_id table
      mailbox: arm_mhuv2: Constify amba_id table

Luca Weiss (1):
      dt-bindings: mailbox: qcom: add compatible for MSM8226 SoC

Sudeep Holla (7):
      mailbox: pcc: Always clear the platform ack interrupt first
      mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
      mailbox: pcc: Return early if no GAS register from
pcc_mbox_cmd_complete_check
      mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
      mailbox: pcc: Refactor error handling in irq handler into
separate function
      mailbox: pcc: Always map the shared memory communication address
      mailbox: pcc: Refactor and simplify check_and_ack()

Tudor Ambarus (6):
      mailbox: use error ret code of of_parse_phandle_with_args()
      mailbox: don't protect of_parse_phandle_with_args with con_mutex
      mailbox: sort headers alphabetically
      mailbox: explicitly include <linux/bits.h>
      mailbox: remove unused header files
      MAINTAINERS: add mailbox API's tree type and location

 .../devicetree/bindings/mailbox/fsl,mu.yaml        |   7 +-
 .../bindings/mailbox/mediatek,gce-mailbox.yaml     |   4 +
 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    |   1 +
 MAINTAINERS                                        |   1 +
 drivers/mailbox/arm_mhu.c                          |   2 +-
 drivers/mailbox/arm_mhu_db.c                       |   2 +-
 drivers/mailbox/arm_mhuv2.c                        |   2 +-
 drivers/mailbox/exynos-mailbox.c                   |   2 +-
 drivers/mailbox/mailbox.c                          |  23 ++---
 drivers/mailbox/mailbox.h                          |   2 +
 drivers/mailbox/pcc.c                              | 113 ++++++++++-----------
 drivers/mailbox/pl320-ipc.c                        |  14 +--
 drivers/mailbox/tegra-hsp.c                        |  72 ++++++++++---
 include/acpi/pcc.h                                 |   6 --
 include/linux/mailbox/mtk-cmdq-mailbox.h           |   1 -
 include/linux/mailbox_client.h                     |   2 +-
 include/linux/mailbox_controller.h                 |   6 +-
 17 files changed, 149 insertions(+), 111 deletions(-)

Comments

pr-tracker-bot@kernel.org March 30, 2025, 2:39 a.m. UTC | #1
The pull request you sent on Sat, 29 Mar 2025 18:57:34 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git tags/mailbox-v6.15

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7f2ff7b6261742ed52aa973ccdf99151b7cc3a50

Thank you!