linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] A few more Qualcomm driver updates for v6.4
@ 2023-04-14  2:43 Bjorn Andersson
  0 siblings, 0 replies; only message in thread
From: Bjorn Andersson @ 2023-04-14  2:43 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Abel Vesa, Konrad Dybcio, Rob Clark,
	Tushar Nimkar


The following changes since commit c78ad8597ed961e822bf86ce7f1916dbfba255ef:

  dt-bindings: firmware: document Qualcomm SC8180X SCM (2023-04-04 20:23:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f6ff91a47ac57cb1118d94020302617b6b22c0d1:

  dt-bindings: crypto: Add Qualcomm Inline Crypto Engine (2023-04-07 12:21:27 -0700)

----------------------------------------------------------------
A few more Qualcomm driver updates for v6.4

This introduces a new binding and a dedicated driver for the Qualcomm
Inline-Crypto-Engine (ICE), in order to support a single shared instance
between SDHCI and UFS, found in recent platforms.

RSC version check is updated to support minor revisions of v3 of the ip
block, the SMD-RPM interface is transitioned to GFP_ATOMIC to avoid the
shrinker to kick in underneath the GPU and QCM2290 support is added to
the SCM binding.

----------------------------------------------------------------
Abel Vesa (2):
      soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
      dt-bindings: crypto: Add Qualcomm Inline Crypto Engine

Bjorn Andersson (1):
      Merge tag '20230407105029.2274111-4-abel.vesa@linaro.org' into drivers-for-6.4

Konrad Dybcio (1):
      dt-bindings: firmware: document Qualcomm QCM2290 SCM

Rob Clark (1):
      soc: qcom: smd-rpm: Use GFP_ATOMIC in write path

Tushar Nimkar (1):
      soc: qcom: rpmh-rsc: Support RSC v3 minor versions

 .../bindings/crypto/qcom,inline-crypto-engine.yaml |  42 +++
 .../devicetree/bindings/firmware/qcom,scm.yaml     |   3 +
 drivers/soc/qcom/Kconfig                           |   4 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/ice.c                             | 366 +++++++++++++++++++++
 drivers/soc/qcom/rpmh-rsc.c                        |   2 +-
 drivers/soc/qcom/smd-rpm.c                         |   2 +-
 include/soc/qcom/ice.h                             |  37 +++
 8 files changed, 455 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
 create mode 100644 drivers/soc/qcom/ice.c
 create mode 100644 include/soc/qcom/ice.h

_______________________________________________
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] only message in thread

only message in thread, other threads:[~2023-04-14  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14  2:43 [GIT PULL] A few more Qualcomm driver updates for v6.4 Bjorn Andersson

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