From: Will Deacon <will@kernel.org>
To: Rob Clark <robdclark@gmail.com>
Cc: Bibek Kumar Patro <quic_bibekkum@quicinc.com>,
robin.murphy@arm.com, joro@8bytes.org, jgg@ziepe.ca,
jsnitsel@redhat.com, robh@kernel.org,
krzysztof.kozlowski@linaro.org, quic_c_gdjako@quicinc.com,
dmitry.baryshkov@linaro.org, iommu@lists.linux.dev,
linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
Date: Tue, 7 Jan 2025 09:39:33 +0000 [thread overview]
Message-ID: <20250107093932.GA6713@willie-the-truck> (raw)
In-Reply-To: <CAF6AEGua_WfLd2PQv42NK3R1oOgJ8wNf6yt6We4tH0GFkHPnoA@mail.gmail.com>
On Fri, Jan 03, 2025 at 10:16:43AM -0800, Rob Clark wrote:
> On Fri, Jan 3, 2025 at 7:37 AM Will Deacon <will@kernel.org> wrote:
> >
> > (please don't top-post...)
> >
> > On Mon, Dec 30, 2024 at 06:45:29PM +0530, Bibek Kumar Patro wrote:
> > > On 12/12/2024 8:43 PM, Bibek Kumar Patro wrote:
> > > > This patch series consist of six parts and covers the following:
> > > >
> > > > 1. Provide option to re-enable context caching to retain prefetcher
> > > > settings during reset and runtime suspend.
> > > >
> > > > 2. Remove cfg inside qcom_smmu structure and replace it with single
> > > > pointer to qcom_smmu_match_data avoiding replication of multiple
> > > > members from same.
> > > >
> > > > 3. Add support for ACTLR PRR bit setup via adreno-smmu-priv interface.
> > > >
> > > > 4. Introduce intital set of driver changes to implement ACTLR register
> > > > for custom prefetcher settings in Qualcomm SoCs.
> > > >
> > > > 5. Add ACTLR data and support for qcom_smmu_500.
> > > >
> > > > Changes in v18 from v17_RESEND:
> > > > - 1/5 : No changes
> > > > - 2/5 : No changes - reviewed-by tags collected
> > > > - 3/5 : Addition of
> > > > pm_runtime_resume_and_get()/pm_runtime_put_autosuspend()
> > > > around register access of PRR related private interfaces
> > > > as discussed in v17_RESEND.
> > > > - 4/5, 5/5 : No changes - reviewed-by tags collected
> > > > Link to v17_RESEND:
> > > > https://lore.kernel.org/all/20241114160721.1527934-1-quic_bibekkum@quicinc.com/
> > >
> > > Thought to follow up on this thread to highlight the latest version (v18) of
> > > this series, in case it was missed during the vacation period.
> >
> >
> > I'm waiting for Rob (Clark) to ack the last patch, as he had comments on
> > the previous version.
>
> You mean 3/5? The latest (v18) lgtm, a-b
Sorry, yes, I meant 3/5. Thanks for having a look!
Will
next prev parent reply other threads:[~2025-01-07 9:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 15:13 [PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs Bibek Kumar Patro
2024-12-12 15:13 ` [PATCH v18 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation Bibek Kumar Patro
2024-12-12 15:13 ` [PATCH v18 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer Bibek Kumar Patro
2024-12-12 15:14 ` [PATCH v18 3/5] iommu/arm-smmu: add support for PRR bit setup Bibek Kumar Patro
2024-12-12 15:14 ` [PATCH v18 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings Bibek Kumar Patro
2024-12-12 15:14 ` [PATCH v18 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500 Bibek Kumar Patro
2024-12-30 13:15 ` [PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs Bibek Kumar Patro
2025-01-03 15:37 ` Will Deacon
2025-01-03 18:16 ` Rob Clark
2025-01-07 9:39 ` Will Deacon [this message]
2025-01-07 16:42 ` Will Deacon
2025-03-11 17:55 ` Will Deacon
2025-03-11 20:03 ` Rob Clark
2025-03-12 13:08 ` Will Deacon
2025-03-12 15:37 ` Rob Clark
2025-11-07 9:28 ` Enric Balletbo i Serra
2025-11-12 8:45 ` Bibek Kumar Patro
2025-11-12 13:34 ` Konrad Dybcio
2025-11-13 13:55 ` Charan Teja Kalla
2025-12-18 12:06 ` Konrad Dybcio
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=20250107093932.GA6713@willie-the-truck \
--to=will@kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=iommu@lists.linux.dev \
--cc=jgg@ziepe.ca \
--cc=joro@8bytes.org \
--cc=jsnitsel@redhat.com \
--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=quic_bibekkum@quicinc.com \
--cc=quic_c_gdjako@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh@kernel.org \
--cc=robin.murphy@arm.com \
/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