All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>,
	Luca Weiss <luca.weiss@fairphone.com>,
	Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	Johan Hovold <johan@kernel.org>,
	Kathiravan Thirumoorthy
	<kathiravan.thirumoorthy@oss.qualcomm.com>,
	Maulik Shah <maulik.shah@oss.qualcomm.com>,
	Rakesh Kota <rakesh.kota@oss.qualcomm.com>
Subject: [GIT PULL] More Qualcomm driver updates for v6.17
Date: Sat, 19 Jul 2025 22:07:41 -0500	[thread overview]
Message-ID: <20250720030743.285440-1-andersson@kernel.org> (raw)


The following changes since commit 9f35ab0e53ccbea57bb9cbad8065e0406d516195:

  soc: qcom: mdt_loader: Fix error return values in mdt_header_valid() (2025-06-25 14:31:31 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.17-2

for you to fetch changes up to 4587d3910f805ac74348e6c320071a9b65be035e:

  dt-bindings: soc: qcom: qcom,pmic-glink: document Milos compatible (2025-07-16 22:59:58 -0500)

----------------------------------------------------------------
More Qualcomm driver updates for v6.17

Fix race condition during SCM driver initialization, in relation to
tzmem and waitqueue irq handling,

Make the rpmh RSC driver support version 4 of the IP block.

Add SM7635 family and related PMICs to the socinfo driver. Also add
support for retrieving the bootloader build details.

----------------------------------------------------------------
Bartosz Golaszewski (4):
      firmware: qcom: scm: remove unused arguments from SHM bridge routines
      firmware: qcom: scm: take struct device as argument in SHM bridge enable
      firmware: qcom: scm: initialize tzmem before marking SCM as available
      firmware: qcom: scm: request the waitqueue irq *after* initializing SCM

Johan Hovold (1):
      soc: qcom: pmic_glink: fix OF node leak

Kathiravan Thirumoorthy (1):
      soc: qcom: socinfo: Add support to retrieve APPSBL build details

Luca Weiss (6):
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
      soc: qcom: socinfo: Add SoC IDs for SM7635 family
      soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
      dt-bindings: firmware: qcom,scm: document Milos SCM Firmware Interface
      dt-bindings: soc: qcom,aoss-qmp: document the Milos Always-On Subsystem side channel
      dt-bindings: soc: qcom: qcom,pmic-glink: document Milos compatible

Maulik Shah (1):
      soc: qcom: rpmh-rsc: Add RSC version 4 support

Rakesh Kota (1):
      soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs

 .../devicetree/bindings/firmware/qcom,scm.yaml     |  2 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |  1 +
 .../bindings/soc/qcom/qcom,pmic-glink.yaml         |  1 +
 drivers/firmware/qcom/qcom_scm.c                   | 95 +++++++++++-----------
 drivers/firmware/qcom/qcom_scm.h                   |  1 +
 drivers/firmware/qcom/qcom_tzmem.c                 | 11 +--
 drivers/soc/qcom/pmic_glink.c                      |  9 +-
 drivers/soc/qcom/rpmh-rsc.c                        |  2 +-
 drivers/soc/qcom/socinfo.c                         | 11 +++
 include/dt-bindings/arm/qcom,ids.h                 |  5 ++
 include/linux/firmware/qcom/qcom_scm.h             |  5 +-
 include/soc/qcom/qcom-spmi-pmic.h                  |  2 +
 12 files changed, 85 insertions(+), 60 deletions(-)


             reply	other threads:[~2025-07-20  3:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-20  3:07 Bjorn Andersson [this message]
2025-07-22 21:10 ` [GIT PULL] More Qualcomm driver updates for v6.17 patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250720030743.285440-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=johan@kernel.org \
    --cc=kathiravan.thirumoorthy@oss.qualcomm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=maulik.shah@oss.qualcomm.com \
    --cc=rakesh.kota@oss.qualcomm.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.