mbox series

[GIT,PULL] Mailbox changes for v6.3

Message ID CABb+yY3u9hBsHEeJXEYcdohhy-nQy8io1ZN1-MhFjvudUBPZ6w@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Mailbox changes for v6.3 | expand

Pull-request

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

Message

Jassi Brar Feb. 24, 2023, 9:27 p.m. UTC
Hi Linus,

The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

  Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6ccbe33a39523f6d62b22c5ee99c6695993c935e:

  dt-bindings: mailbox: qcom-ipcc: Add compatible for QDU1000/QRU1000
(2023-02-23 14:47:13 -0600)

----------------------------------------------------------------
- qcom: misc changes to bindings for sa8775p, QDU1000/QRU1000,
         IPQ5332, SDX55, msm8976, glink-rpm-edge
- sti: convert to DT schema
- zynq: switch to flexible array to simplify code

----------------------------------------------------------------
Alain Volmat (1):
      dt-bindings: mailbox: sti-mailbox: convert to DT schema

Bartosz Golaszewski (1):
      dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform

Christophe JAILLET (1):
      mailbox: zynq: Switch to flexible array to simplify code

Dmitry Baryshkov (6):
      dt-bindings: mailbox: qcom: add SDX55 compatible
      dt-bindings: mailbox: qcom: enable syscon compatible for msm8976
      dt-bindings: mailbox: qcom: correct the list of platforms using clocks
      dt-bindings: mailbox: qcom: add missing platforms to conditional clauses
      dt-bindings: mailbox: qcom: add #clock-cells to msm8996 example
      mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996

Kathiravan T (2):
      dt-bindings: mailbox: qcom: add compatible for the IPQ5332 SoC
      mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock support

Krzysztof Kozlowski (1):
      dt-bindings: remoteproc: qcom,glink-rpm-edge: convert to DT schema

Melody Olvera (1):
      dt-bindings: mailbox: qcom-ipcc: Add compatible for QDU1000/QRU1000

 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    | 53 +++++++++---
 .../devicetree/bindings/mailbox/qcom-ipcc.yaml     |  2 +
 .../bindings/mailbox/st,sti-mailbox.yaml           | 53 ++++++++++++
 .../devicetree/bindings/mailbox/sti-mailbox.txt    | 51 -----------
 .../bindings/remoteproc/qcom,glink-rpm-edge.yaml   | 99 ++++++++++++++++++++++
 .../devicetree/bindings/soc/qcom/qcom,glink.txt    | 94 --------------------
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            |  3 +-
 drivers/mailbox/zynqmp-ipi-mailbox.c               |  6 +-
 8 files changed, 197 insertions(+), 164 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/st,sti-mailbox.yaml
 delete mode 100644 Documentation/devicetree/bindings/mailbox/sti-mailbox.txt
 create mode 100644
Documentation/devicetree/bindings/remoteproc/qcom,glink-rpm-edge.yaml
 delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt

Comments

pr-tracker-bot@kernel.org Feb. 25, 2023, 11:22 p.m. UTC | #1
The pull request you sent on Fri, 24 Feb 2023 15:27:48 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/562ed38ded83a5cd3ecf9a1a875c7ee786c146ae

Thank you!