The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-5.12 for you to fetch changes up to 01f937ffc4686837d6c43dea80c6ade6cbd2940a: soc: qcom: ocmem: don't return NULL in of_get_ocmem (2021-02-02 15:39:13 -0600) ---------------------------------------------------------------- Qualcomm driver updates for 5.12 The socinfo driver gains support for dumping information about the platform's PMICs, as well as new definitions for a number of platforms. The LLCC driver gains SM8250 support, AOSS QMP gains SM8350 support and the RPMPD driver gains support for MSM8994 power domains. In addition to this it contains a few minor fixes in the ocmem, rpmh and llcc drivers. ---------------------------------------------------------------- Andy Shevchenko (1): soc: qcom: smem: use %*ph to print small buffer Colin Ian King (1): soc: qcom: socinfo: Fix off-by-one array index bounds check Dan Carpenter (1): soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model() Dmitry Baryshkov (5): dt-bindings: soc: qcom: convert qcom,smem bindings to yaml soc: qcom: socinfo: add qrb5165 SoC ID soc: qcom: socinfo: add several PMIC IDs soc: qcom: socinfo: add info from PMIC models array soc: qcom: socinfo: Remove unwanted le32_to_cpu() Konrad Dybcio (4): soc: qcom: socinfo: Add SoC IDs for 630 family soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998 soc: qcom: socinfo: Add MDM9607 IDs drivers: soc: qcom: rpmpd: Add msm8994 RPM Power Domains Lina Iyer (2): drivers: qcom: rpmh-rsc: Do not read back the register write on trigger soc: qcom: rpmh: Remove serialization of TCS commands Luca Weiss (1): soc: qcom: ocmem: don't return NULL in of_get_ocmem Manivannan Sadhasivam (2): dt-bindings: msm: Add LLCC for SM8250 soc: qcom: llcc-qcom: Add support for SM8250 SoC Sai Prakash Ranjan (1): soc: qcom: llcc-qcom: Extract major hardware version Stephen Boyd (1): soc: qcom: socinfo: Open read access to all for debugfs Vinod Koul (1): soc: qcom: aoss: Add SM8350 compatible .../devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 + .../devicetree/bindings/power/qcom,rpmpd.yaml | 1 + .../devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 1 + .../devicetree/bindings/soc/qcom/qcom,smem.txt | 57 ----------- .../devicetree/bindings/soc/qcom/qcom,smem.yaml | 72 ++++++++++++++ drivers/soc/qcom/llcc-qcom.c | 50 ++++++++++ drivers/soc/qcom/ocmem.c | 8 +- drivers/soc/qcom/qcom_aoss.c | 1 + drivers/soc/qcom/rpmh-rsc.c | 24 ++--- drivers/soc/qcom/rpmpd.c | 28 ++++++ drivers/soc/qcom/smem.c | 4 +- drivers/soc/qcom/socinfo.c | 105 ++++++++++++++++----- include/dt-bindings/power/qcom-rpmpd.h | 9 ++ include/linux/soc/qcom/llcc-qcom.h | 3 + include/soc/qcom/tcs.h | 9 +- 15 files changed, 273 insertions(+), 100 deletions(-) delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.txt create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.yaml