mbox series

[GIT,PULL] Qualcomm driver updates for v6.15

Message ID 20250317210158.2025380-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm driver updates for v6.15 | expand

Pull-request

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

Message

Bjorn Andersson March 17, 2025, 9:01 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2e14c17a2e3d697bef6b5bf49b253d6e52f3d186:

  soc: qcom: Do not expose internal servreg_location_entry_ei array (2025-02-14 11:37:30 -0600)

----------------------------------------------------------------
Qualcomm driver updates for v6.15

Improve the client interface for the Qualcomm ICE driver to avoid
leaking references, including fixing the client drivers to call the new
function.

Adopt str_on_off() helper in AOSS driver and mark non-global servreg QMI
element info array in the PDR driver static.

----------------------------------------------------------------
Jishnu Prakash (1):
      dt-bindings: soc: qcom: qcom,pmic-glink: Document SM8750 compatible

Krzysztof Kozlowski (2):
      soc: qcom: Use str_enable_disable-like helpers
      soc: qcom: Do not expose internal servreg_location_entry_ei array

Tudor Ambarus (4):
      soc: qcom: ice: introduce devm_of_qcom_ice_get
      mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get
      scsi: ufs: qcom: fix dev reference leaked through of_qcom_ice_get
      soc: qcom: ice: make of_qcom_ice_get() static

 .../bindings/soc/qcom/qcom,pmic-glink.yaml         |  1 +
 drivers/mmc/host/sdhci-msm.c                       |  2 +-
 drivers/soc/qcom/ice.c                             | 51 +++++++++++++++++++++-
 drivers/soc/qcom/pdr_internal.h                    |  1 -
 drivers/soc/qcom/qcom_aoss.c                       |  3 +-
 drivers/soc/qcom/qcom_pdr_msg.c                    |  3 +-
 drivers/ufs/host/ufs-qcom.c                        |  2 +-
 include/soc/qcom/ice.h                             |  3 +-
 8 files changed, 57 insertions(+), 9 deletions(-)