[GIT PULL] Qualcomm driver fixes for 6.4

Bjorn Andersson andersson at kernel.org
Thu Jun 1 07:10:58 PDT 2023


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.4

for you to fetch changes up to cbd77119b6355872cd308a60e99f9ca678435d15:

  EDAC/qcom: Get rid of hardcoded register offsets (2023-05-26 20:56:55 -0700)

----------------------------------------------------------------
Qualcomm driver fixes for 6.4

Error paths is corrected across icc-bwmon, rpmh-rsc, ramp_controller and
rmtfs. The ice module is renamed qcom_ice, to avoid clashing with
existing "ice" driver.

SA8155P-specific RPMh power-domains are introduced to avoid the code
trying to access resources that exists on SM8150, but not on SA8155P.

Lastly, changes to the EDAC driver to fix an issue where the driver
performs mmio based on the wrong register map.

----------------------------------------------------------------
Abel Vesa (1):
      soc: qcom: Rename ice to qcom_ice to avoid module name conflict

Bjorn Andersson (1):
      Merge branch '20230411-topic-hanaau-v2-1-fd3d70844b31 at linaro.org' into drivers-fixes-for-6.4

Christophe JAILLET (1):
      soc: qcom: ramp_controller: Fix an error handling path in qcom_ramp_controller_probe()

Dan Carpenter (1):
      soc: qcom: rmtfs: Fix error code in probe()

Konrad Dybcio (3):
      dt-bindings: power: qcom,rpmpd: Add SA8155P
      soc: qcom: rpmhpd: Add SA8155P power domains
      dt-bindings: cache: qcom,llcc: Fix SM8550 description

Krzysztof Kozlowski (2):
      soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
      soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision

Manivannan Sadhasivam (2):
      EDAC/qcom: Remove superfluous return variable assignment in qcom_llcc_core_setup()
      EDAC/qcom: Get rid of hardcoded register offsets

 .../devicetree/bindings/cache/qcom,llcc.yaml       |   1 +
 .../devicetree/bindings/power/qcom,rpmpd.yaml      |   1 +
 drivers/edac/qcom_edac.c                           | 118 ++++++++++-----------
 drivers/soc/qcom/Makefile                          |   3 +-
 drivers/soc/qcom/icc-bwmon.c                       |   4 +-
 drivers/soc/qcom/ramp_controller.c                 |   2 +-
 drivers/soc/qcom/rmtfs_mem.c                       |   1 +
 drivers/soc/qcom/rpmh-rsc.c                        |   2 +-
 drivers/soc/qcom/rpmhpd.c                          |  16 +++
 include/dt-bindings/power/qcom-rpmpd.h             |   9 ++
 include/linux/soc/qcom/llcc-qcom.h                 |   6 --
 11 files changed, 93 insertions(+), 70 deletions(-)



More information about the linux-arm-kernel mailing list