Re: [PATCH] iommu/mediatek: Fix a build fail of m4u_type

2017-08-26 Thread Matthias Brugger
On 08/26/2017 09:33 PM, Matthias Brugger wrote: On 08/24/2017 08:24 AM, Yong Wu wrote: The commit ("iommu/mediatek: Enlarge the validate PA range for 4GB mode") introduce the following build error: drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_hw_init': drivers/iommu/mtk_iommu.c:53

Re: [PATCH] iommu/mediatek: Fix a build fail of m4u_type

2017-08-26 Thread Matthias Brugger
On 08/24/2017 08:24 AM, Yong Wu wrote: The commit ("iommu/mediatek: Enlarge the validate PA range for 4GB mode") introduce the following build error: drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_hw_init': drivers/iommu/mtk_iommu.c:536:30: error: 'const struct mtk_iommu_data' has n

[PATCH] MAINTAINERS: use the iommu list for the dma-mapping subsystem

2017-08-26 Thread Christoph Hellwig
Maintaining a subsystem with linux-kernel as the main list is painful as it has way to much traffic. On the other hand the dma-mapping subsystem is small enough that a list on its own would be silly. So use the list for the closes subsystem instead instead. Signed-off-by: Christoph Hellwig ---