[GIT PULL] Qualcomm driver updates for v5.10

Bjorn Andersson bjorn.andersson at linaro.org
Thu Sep 24 00:05:04 EDT 2020


The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2899347249fe7567cb04bb810a85f848fc0ce475:

  soc: qcom: llcc: use devm_platform_ioremap_resource_byname() (2020-09-17 04:24:49 +0000)

----------------------------------------------------------------
Qualcomm driver updates for v5.10

Replace the busy wait for free tcs slots in the RPMh driver with a
sleeping wait and use memory barriers when writing the command registers.

Add a bunch of SoC ids to the socinfo driver, fix an erro printin the
apr driver and migrate llcc to devm_platform_ioremap_resource_byname().

----------------------------------------------------------------
Douglas Anderson (2):
      soc: qcom: socinfo: add SC7180 entry to soc_id array
      soc: qcom-geni-se: Don't use relaxed writes when writing commands

Kathiravan T (1):
      soc: qcom: socinfo: add soc id for IPQ6018

Konrad Dybcio (1):
      soc: qcom: socinfo: Add msm8992/4 and apq8094 SoC IDs

Qilong Zhang (1):
      soc: qcom: llcc: use devm_platform_ioremap_resource_byname()

Sibi Sankar (1):
      soc: qcom: apr: Fixup the error displayed on lookup failure

Stephen Boyd (1):
      soc: qcom: rpmh-rsc: Sleep waiting for tcs slots to be free

 drivers/soc/qcom/apr.c           |   2 +-
 drivers/soc/qcom/llcc-qcom.c     |   7 +--
 drivers/soc/qcom/rpmh-internal.h |   4 ++
 drivers/soc/qcom/rpmh-rsc.c      | 115 ++++++++++++++++++---------------------
 drivers/soc/qcom/socinfo.c       |   5 ++
 include/linux/qcom-geni-se.h     |   4 +-
 6 files changed, 67 insertions(+), 70 deletions(-)



More information about the linux-arm-kernel mailing list