This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
refactor patch: perf/smmuv3: Allow sharing MMIO registers with the SMMU driver #152
Comments
On 5.15.y, drop: 56ca42a Rebase instead of revert, to keep the commit message clean.
|
On 5.4.y, revert 779bed7: perf/smmuv3: Allow sharing MMIO registers with the SMMU driver |
One remaining issue:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In linux-5.4.y kernel, we backported two smmu related patches:
The purpose of these two patches are the same, some iomem region of SMMU and SMMU-PMU (i.e pmcg) overlapped:
if both smmuv3 driver and smmuv3-pmu try to request the overlapped region, there may be error message like
Since both patches tries to fix the same issue, we just need to keep the upstream backporting, i.e: 'iommu/arm-smmu-v3: Don't reserve implementation defined register space'
The text was updated successfully, but these errors were encountered: