linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm driver updates for 5.12
@ 2021-02-04  5:22 Bjorn Andersson
  2021-02-09 23:19 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2021-02-04  5:22 UTC (permalink / raw)
  To: arm, soc
  Cc: Sai Prakash Ranjan, Arnd Bergmann, linux-arm-msm,
	Manivannan Sadhasivam, Konrad Dybcio, Konrad Dybcio, Lina Iyer,
	Stephen Boyd, Luca Weiss, Dmitry Baryshkov, Vinod Koul,
	Andy Gross, Dan Carpenter, Kevin Hilman, Olof Johansson,
	Colin Ian King, Andy Shevchenko, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Qualcomm driver updates for 5.12
  2021-02-04  5:22 [GIT PULL] Qualcomm driver updates for 5.12 Bjorn Andersson
@ 2021-02-09 23:19 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:19 UTC (permalink / raw)
  To: soc, arm, Bjorn Andersson
  Cc: Sai Prakash Ranjan, Arnd Bergmann, Kevin Hilman, linux-arm-msm,
	Konrad Dybcio, Konrad Dybcio, Lina Iyer, Stephen Boyd,
	Luca Weiss, Olof Johansson, Vinod Koul, Andy Gross,
	linux-arm-kernel, Manivannan Sadhasivam, Dmitry Baryshkov,
	Colin Ian King, Andy Shevchenko, Dan Carpenter

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 3 Feb 2021 23:22:58 -0600, Bjorn Andersson wrote:
> 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
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: ce8ccf21c040cd1d76f8c16c5cf67e4bc0d8a06f

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-09 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  5:22 [GIT PULL] Qualcomm driver updates for 5.12 Bjorn Andersson
2021-02-09 23:19 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).