Re: [PATCH v8 4/5] iommu/mediatek: Add mt8173 IOMMU driver

2016-01-26 Thread kbuild test robot
Hi Yong, [auto build test WARNING on robh/for-next] [also build test WARNING on v4.5-rc1 next-20160125] [cannot apply to iommu/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Yong-Wu/MT81

Re: [PATCH v8 4/5] iommu/mediatek: Add mt8173 IOMMU driver

2016-01-26 Thread Robin Murphy
On 26/01/16 04:12, Yong Wu wrote: This patch adds support for mediatek m4u (MultiMedia Memory Management Unit). Whilst I can't speak for the hardware specifics, I think we've got the API aspects and general shape of the code looking pretty much right by now - I don't see anything worth compla

Re: [PATCH v8 4/5] iommu/mediatek: Add mt8173 IOMMU driver

2016-01-26 Thread kbuild test robot
Hi Yong, [auto build test ERROR on robh/for-next] [also build test ERROR on v4.5-rc1 next-20160125] [cannot apply to iommu/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Yong-Wu/MT8173-I

[PATCH v8 4/5] iommu/mediatek: Add mt8173 IOMMU driver

2016-01-26 Thread Yong Wu
This patch adds support for mediatek m4u (MultiMedia Memory Management Unit). Signed-off-by: Yong Wu --- drivers/iommu/Kconfig | 16 + drivers/iommu/Makefile| 1 + drivers/iommu/mtk_iommu.c | 732 ++ 3 files changed, 749 insertions(+) creat