From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Iskren Chernev <iskren.chernev@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Rob Herring <robh+dt@kernel.org>
Cc: phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
Adam Skladowski <a39.skl@gmail.com>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>,
Joerg Roedel <joro@8bytes.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Sai Prakash Ranjan <quic_saipraka@quicinc.com>,
Emma Anholt <emma@anholt.net>, Rob Clark <robdclark@chromium.org>,
linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 5/8] iommu/arm-smmu-qcom: Add SM6115 support
Date: Thu, 15 Dec 2022 17:10:48 +0200 [thread overview]
Message-ID: <9e94c0b9-f901-5ac9-2abb-40e958cbe5a2@linaro.org> (raw)
In-Reply-To: <20221030094258.486428-6-iskren.chernev@gmail.com>
On 30/10/2022 11:42, Iskren Chernev wrote:
> From: Adam Skladowski <a39.skl@gmail.com>
>
> Add the Qualcomm SM6115 platform to the list of compatible,
> this target uses MMU500 for both APSS and GPU.
>
> Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
This needs to rebased on linux-next (or 6.2-rc1 once it's out).
> ---
> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> index b2708de25ea3..526fec79b4fe 100644
> --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> @@ -432,6 +432,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
> { .compatible = "qcom,sc8280xp-smmu-500" },
> { .compatible = "qcom,sdm630-smmu-v2" },
> { .compatible = "qcom,sdm845-smmu-500" },
> + { .compatible = "qcom,sm6115-smmu-500" },
> { .compatible = "qcom,sm6125-smmu-500" },
> { .compatible = "qcom,sm6350-smmu-500" },
> { .compatible = "qcom,sm6375-smmu-500" },
--
With best wishes
Dmitry
next prev parent reply other threads:[~2022-12-15 15:10 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-30 9:42 [PATCH v5 0/8] Add support for sm6115,4250 and OnePlus Nord N100 Iskren Chernev
2022-10-30 9:42 ` [PATCH v5 1/8] dt-bindings: ufs: qcom: Add sm6115 binding Iskren Chernev
2022-12-15 11:57 ` Bhupesh Sharma
2022-10-30 9:42 ` [PATCH v5 2/8] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone Iskren Chernev
2022-10-30 9:42 ` [PATCH v5 3/8] dt-bindings: dmaengine: qcom: gpi: add compatible for SM6115 Iskren Chernev
2022-10-31 21:44 ` Rob Herring
2022-11-04 14:45 ` Vinod Koul
2022-10-30 9:42 ` [PATCH v5 4/8] dt-bindings: arm-smmu: Add compatible for Qualcomm SM6115 Iskren Chernev
2022-10-31 21:45 ` Rob Herring
2022-12-15 15:12 ` Dmitry Baryshkov
2022-10-30 9:42 ` [PATCH v5 5/8] iommu/arm-smmu-qcom: Add SM6115 support Iskren Chernev
2022-12-15 15:10 ` Dmitry Baryshkov [this message]
2022-12-15 15:14 ` Dmitry Baryshkov
2022-12-19 10:01 ` Iskren Chernev
2022-12-19 11:28 ` Dmitry Baryshkov
2022-10-30 9:42 ` [PATCH v5 6/8] arm64: dts: qcom: sm6115: Add basic soc dtsi Iskren Chernev
2022-10-31 21:17 ` Konrad Dybcio
2022-10-30 9:42 ` [PATCH v5 7/8] arm64: dts: qcom: sm4250: Add " Iskren Chernev
2022-10-31 21:18 ` Konrad Dybcio
2022-10-30 9:42 ` [PATCH v5 8/8] arm64: dts: qcom: sm4250: Add support for oneplus-billie2 Iskren Chernev
2022-10-31 21:21 ` Konrad Dybcio
2022-11-04 19:17 ` Krzysztof Kozlowski
2022-11-07 9:01 ` Iskren Chernev
2022-11-14 14:20 ` [PATCH v5 0/8] Add support for sm6115,4250 and OnePlus Nord N100 Will Deacon
2022-11-14 14:29 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9e94c0b9-f901-5ac9-2abb-40e958cbe5a2@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=a39.skl@gmail.com \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=emma@anholt.net \
--cc=iommu@lists.linux.dev \
--cc=iskren.chernev@gmail.com \
--cc=joro@8bytes.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=quic_saipraka@quicinc.com \
--cc=robdclark@chromium.org \
--cc=robh+dt@kernel.org \
--cc=robin.murphy@arm.com \
--cc=will@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).