Message ID | 20231103225413.1479857-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | a99583e2aff64baf27b04b7d3a0341a52bf8e047 |
Headers | show |
Series | MAINTAINERS: list all Qualcomm IOMMU drivers in the QUALCOMM IOMMU entry | expand |
On 11/3/23 23:54, 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@linaro.org> > --- Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
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@linaro.org> > --- > 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@lists.linux.dev > L: linux-arm-msm@vger.kernel.org > 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@kernel.org> Will
diff --git a/MAINTAINERS b/MAINTAINERS index 5a7dc3e56e1e..ed1c864794aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17888,6 +17888,8 @@ L: iommu@lists.linux.dev L: linux-arm-msm@vger.kernel.org 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* QUALCOMM IPC ROUTER (QRTR) DRIVER M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
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@linaro.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)