Merge tag 'qcom-drivers-for-5.10' of https://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 19:59:48 +0000 (12:59 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 19:59:49 +0000 (12:59 -0700)
commitf8e87554b1763d50fd19620504a9b166c5f74311
treee3cb15542545e3bafedeec6da5b91bbb26d91941
parentc78c6e18ab266261c9967f8616fa2294b3d81d11
parent2899347249fe7567cb04bb810a85f848fc0ce475
Merge tag 'qcom-drivers-for-5.10' of https://git./linux/kernel/git/qcom/linux into arm/drivers

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().

* tag 'qcom-drivers-for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  soc: qcom: llcc: use devm_platform_ioremap_resource_byname()
  soc: qcom: apr: Fixup the error displayed on lookup failure
  soc: qcom: socinfo: Add msm8992/4 and apq8094 SoC IDs
  soc: qcom: rpmh-rsc: Sleep waiting for tcs slots to be free
  soc: qcom-geni-se: Don't use relaxed writes when writing commands
  soc: qcom: socinfo: add SC7180 entry to soc_id array
  soc: qcom: socinfo: add soc id for IPQ6018

Link: https://lore.kernel.org/r/20200924040504.179708-1-bjorn.andersson@linaro.org
Signed-off-by: Olof Johansson <olof@lixom.net>