On Sat, Nov 04, 2023 at 12:54:13AM +0200, Dmitry Baryshkov wrote: > For historical reasons the 'QUALCOMM IOMMU' entry lists only one > Qualcomm IOMMU driver. However there are also the historical MSM IOMMU > driver, which is used for old 32-bit platforms, and the > Qualcomm-specific customisations for the generic ARM SMMU driver. List > all these files under the QUALCOMM IOMMU entry. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5a7dc3e56e1e..ed1c864794aa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17888,6 +17888,8 @@ L: iommu@xxxxxxxxxxxxxxx > L: linux-arm-msm@xxxxxxxxxxxxxxx > S: Maintained > F: drivers/iommu/arm/arm-smmu/qcom_iommu.c > +F: drivers/iommu/arm/arm-smmu/arm-smmu-qcom* > +F: drivers/iommu/msm_iommu* Acked-by: Will Deacon <will@xxxxxxxxxx> Will