mbox series

[GIT,PULL] More Qualcomm driver updates for 6.2

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

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-drivers-for-6.2-2

Message

Bjorn Andersson Dec. 7, 2022, 3:41 p.m. UTC
The following changes since commit aa9f474014b1e2665194a97dc4675aa187534bb9:

  dt-bindings: firmware: scm: add sdm670 compatible (2022-11-11 21:28:52 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-drivers-for-6.2-2

for you to fetch changes up to f33ca7ec5e5e3a53d5636a4eab270bacac751f6e:

  soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table (2022-12-05 16:50:40 -0600)

----------------------------------------------------------------
More Qualcomm driver updates for 6.2

Socinfo is extended with knowledge about MSM8956, MSM8976, SM6115,
SM4250, SM8150, SA8155 and SM8550.

Support for RSC v3, as found in SM8550 is added to the RPMH RSC driver.

Support for SM8550 and SM4250 ARC regulators are added to the RPM(h)
power-domain drivers. SM8550 support is added to the LLCC driver.
The AOSS QMP binding is declared compatible for SM8550.

BWMON and LLCC now selects REGMAP_MMIO to ensure dependencies are built
properly.

----------------------------------------------------------------
Abel Vesa (9):
      dt-bindings: power: rpmpd: Add SM8550 to rpmpd binding
      soc: qcom: rpmhpd: Add SM8550 power domains
      soc: qcom: rpmh-rsc: Add support for RSC v3 register offsets
      soc: qcom: rpmh-rsc: Avoid unnecessary checks on irq-done response
      soc: qcom: socinfo: Add SM8550 ID
      soc: qcom: llcc: Add v4.1 HW version support
      dt-bindings: arm: msm: Add LLCC compatible for SM8550
      soc: qcom: llcc: Add configuration data for SM8550
      dt-bindings: soc: qcom: aoss: Add compatible for SM8550

AngeloGioacchino Del Regno (2):
      dt-bindings: arm: qcom,ids: Add SoC IDs for MSM8956 and MSM8976
      soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id table

Bhupesh Sharma (6):
      dt-bindings: power: rpmpd: Add SM4250 support
      soc: qcom: rpmpd: Add SM4250 support
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
      soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
      soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

Krzysztof Kozlowski (1):
      dt-bindings: soc: qcom: apr: document generic qcom,apr compatible

Manivannan Sadhasivam (2):
      soc: qcom: Select REMAP_MMIO for LLCC driver
      soc: qcom: Select REMAP_MMIO for ICC_BWMON driver

 .../devicetree/bindings/arm/msm/qcom,llcc.yaml     |   1 +
 .../devicetree/bindings/power/qcom,rpmpd.yaml      |   2 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |   1 +
 .../devicetree/bindings/soc/qcom/qcom,apr.yaml     |   1 +
 drivers/soc/qcom/Kconfig                           |   2 +
 drivers/soc/qcom/llcc-qcom.c                       | 166 ++++++++++++++++++-
 drivers/soc/qcom/rpmh-internal.h                   |  11 +-
 drivers/soc/qcom/rpmh-rsc.c                        | 181 ++++++++++++---------
 drivers/soc/qcom/rpmh.c                            |  10 +-
 drivers/soc/qcom/rpmhpd.c                          |  24 +++
 drivers/soc/qcom/rpmpd.c                           |  18 ++
 drivers/soc/qcom/socinfo.c                         |   9 +
 drivers/soc/qcom/trace-rpmh.h                      |  11 +-
 include/dt-bindings/arm/qcom,ids.h                 |   9 +
 include/dt-bindings/power/qcom-rpmpd.h             |  26 +++
 include/linux/soc/qcom/llcc-qcom.h                 |  12 ++
 16 files changed, 383 insertions(+), 101 deletions(-)