[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230328092815.292665-1-bhupesh.sharma@linaro.org>
Date: Tue, 28 Mar 2023 14:58:06 +0530
From: Bhupesh Sharma <bhupesh.sharma@...aro.org>
To: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org
Cc: agross@...nel.org, linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org, andersson@...nel.org,
bhupesh.sharma@...aro.org, bhupesh.linux@...il.com,
krzysztof.kozlowski@...aro.org, robh+dt@...nel.org,
konrad.dybcio@...aro.org, vladimir.zapolskiy@...aro.org,
rfoss@...nel.org, neil.armstrong@...aro.org
Subject: [PATCH v3 0/9] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
Changes since v2:
-----------------
- v2 can be viewed here: https://lore.kernel.org/linux-arm-msm/20230322114519.3412469-1-bhupesh.sharma@linaro.org/
- No functional change since v2. As the sdm845 patch from v1 was accepted in linux-next,
dropped it from this version.
Changes since v1:
-----------------
- v1 can be viewed here: https://lore.kernel.org/linux-arm-msm/20230321190118.3327360-1-bhupesh.sharma@linaro.org/
- Folded the BAM DMA dt-binding change.
(sent earlier as: https://lore.kernel.org/linux-arm-msm/20230321184811.3325725-1-bhupesh.sharma@linaro.org/)
- Folded the QCE dt-binding change.
(sent earlier as: https://lore.kernel.org/linux-arm-msm/20230320073816.3012198-1-bhupesh.sharma@linaro.org/)
- Folded Neil's SM8450 dts patch in this series.
- Addressed review comments from Rob, Stephan and Konrad.
- Collected Konrad's R-B for [PATCH 5/9].
This patchset enables Crypto Engine support for Qualcomm SoCs like
SM6115, SM8150, SM8250, SM8350 and SM8450.
Note that:
- SM8250 crypto engine patch utilizes the work already done by myself and
Vladimir.
- SM8350 crypto engine patch utilizes the work already done by Robert.
- SM8450 crypto engine patch utilizes the work already done by Neil.
Also this patchset is rebased on linux-next/master.
Bhupesh Sharma (8):
dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
dt-bindings: dma: Increase iommu maxItems for BAM DMA
dt-bindings: qcom-qce: Fix compatibles combinations for SM8150 and
IPQ4019 SoCs
dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
arm64: dts: qcom: sm6115: Add Crypto Engine support
arm64: dts: qcom: sm8150: Add Crypto Engine support
arm64: dts: qcom: sm8250: Add Crypto Engine support
arm64: dts: qcom: sm8350: Add Crypto Engine support
Neil Armstrong (1):
arm64: dts: qcom: sm8450: add crypto nodes
.../devicetree/bindings/crypto/qcom-qce.yaml | 8 ++++++
.../devicetree/bindings/dma/qcom,bam-dma.yaml | 24 ++++++++++------
arch/arm64/boot/dts/qcom/sm6115.dtsi | 22 +++++++++++++++
arch/arm64/boot/dts/qcom/sm8150.dtsi | 22 +++++++++++++++
arch/arm64/boot/dts/qcom/sm8250.dtsi | 22 +++++++++++++++
arch/arm64/boot/dts/qcom/sm8350.dtsi | 22 +++++++++++++++
arch/arm64/boot/dts/qcom/sm8450.dtsi | 28 +++++++++++++++++++
7 files changed, 140 insertions(+), 8 deletions(-)
--
2.38.1
Powered by blists - more mailing lists