Re: [PATCH] iommu: convert DT component matching to component_match_add_release()

2016-11-10 Thread Joerg Roedel
On Wed, Oct 19, 2016 at 11:30:34AM +0100, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King > --- > drivers/iommu/mtk_iommu.c| 8 +--- > drivers/iommu/mtk_iommu.h| 5 + > drivers/iommu/mtk_iommu_v1.c | 8

[PATCH] iommu: convert DT component matching to component_match_add_release()

2016-10-19 Thread Russell King
Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- drivers/iommu/mtk_iommu.c| 8 +--- drivers/iommu/mtk_iommu.h| 5 + drivers/iommu/mtk_iommu_v1.c | 8 +--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/driver

Re: [PATCH] iommu: convert DT component matching to component_match_add_release()

2016-06-03 Thread Matthias Brugger
On 03/06/16 09:58, Russell King wrote: Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- Reviewed-by: Matthias Brugger drivers/iommu/mtk_iommu.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH] iommu: convert DT component matching to component_match_add_release()

2016-06-03 Thread Russell King
Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- drivers/iommu/mtk_iommu.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c index c3043d8754e3..c036df1c49ca