mbox series

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

Message ID 20250319142448.2279164-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] More 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-2

Message

Bjorn Andersson March 19, 2025, 2:24 p.m. UTC
The following changes since commit 2e14c17a2e3d697bef6b5bf49b253d6e52f3d186:

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

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-2

for you to fetch changes up to 65f330ade7daec740ed8dbdf33ccfbfcc5fbf5c8:

  dt-bindings: power: qcom,kpss-acc-v2: add qcom,msm8916-acc compatible (2025-03-13 17:50:04 -0500)

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

Introduce Devicetree binding for providing board-specific firmware-name
for the GENI serial engine block. Add SDM630/636 support in pd-mapper.
Clean up and fix error handling in the SSC block bus driver.
Add missing msm8916-acc compatible to resolve a number of Devicetree
validation errors.

----------------------------------------------------------------
Alexey Minnekhanov (1):
      soc: qcom: pd-mapper: Add support for SDM630/636

Christophe JAILLET (2):
      bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls
      bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe()

Rayyan Ansari (1):
      dt-bindings: power: qcom,kpss-acc-v2: add qcom,msm8916-acc compatible

Viken Dadhaniya (1):
      dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading

 .../bindings/power/qcom,kpss-acc-v2.yaml           |  4 ++-
 .../devicetree/bindings/soc/qcom/qcom,geni-se.yaml |  5 ++++
 drivers/bus/qcom-ssc-block-bus.c                   | 34 ++++++++++++----------
 drivers/soc/qcom/qcom_pd_mapper.c                  | 12 ++++++++
 4 files changed, 39 insertions(+), 16 deletions(-)