[GIT,PULL] Mailbox changes for v6.7

Message ID CABb+yY2JHKRv3+cjvnLONK+BDd=j7SbPa_oEecqQ7gtw19R5TA@mail.gmail.com
State New
Headers
Series [GIT,PULL] Mailbox changes for v6.7 |

Pull-request

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

Message

Jassi Brar Nov. 5, 2023, 8:42 p.m. UTC
  Hi Linus,

The following changes since commit 11d3f72613957cba0783938a1ceddffe7dbbf5a1:

  Merge tag 'usb-6.6-rc6' of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2023-10-15
09:16:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 96cb7a4e296da9aaae0ad61394fdb2828e0a21b5:

  dt-bindings: mailbox: qcom-ipcc: document the SM8650 Inter-Processor
Communication Controller (2023-11-04 13:46:53 -0500)

----------------------------------------------------------------
Moving repo
  From
   https://git.linaro.org/landing-teams/working/fujitsu/integration.git
  To
   git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git

imx: add support for TX Doorbell v2
mtk: implement runtime PM
zynqmp: add destination mailbox compatible
qcom: add another clock provider for IPQ
      add SM8650 compatible
misc: sse preferred device_get_match_data()

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      mailbox: mtk-cmdq-mailbox: Implement Runtime PM with autosuspend

Kathiravan Thirumoorthy (1):
      dt-bindings: mailbox: qcom: add one more clock provider for IPQ mailbox

Neil Armstrong (1):
      dt-bindings: mailbox: qcom-ipcc: document the SM8650
Inter-Processor Communication Controller

Peng Fan (2):
      dt-bindings: mailbox: fsl,mu: add new tx doorbell channel
      mailbox: imx: support channel type tx doorbell v2

Rob Herring (1):
      mailbox: Use device_get_match_data()

Tanmay Shah (1):
      dt-bindings: zynqmp: add destination mailbox compatible

 .../devicetree/bindings/mailbox/fsl,mu.yaml        |  5 +-
 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    |  2 +
 .../devicetree/bindings/mailbox/qcom-ipcc.yaml     |  1 +
 .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.yaml  |  6 ++
 drivers/mailbox/bcm-pdc-mailbox.c                  | 10 +--
 drivers/mailbox/imx-mailbox.c                      | 32 ++++++++-
 drivers/mailbox/mailbox-sti.c                      |  8 +--
 drivers/mailbox/mtk-cmdq-mailbox.c                 | 80 ++++++++++++++++++----
 drivers/mailbox/ti-msgmgr.c                        | 12 +---
 9 files changed, 117 insertions(+), 39 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 6, 2023, 3:19 a.m. UTC | #1
The pull request you sent on Sun, 5 Nov 2023 14:42:02 -0600:

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

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

Thank you!