Re: [PATCH 03/06] iommu/ipmmu-vmsa: Break out utlb control function

2015-12-28 Thread Laurent Pinchart
Hi Magnus, On Tuesday 15 December 2015 16:48:42 Geert Uytterhoeven wrote: > On Tue, Dec 15, 2015 at 1:02 PM, Magnus Damm wrote: > > --- 0004/drivers/iommu/ipmmu-vmsa.c > > +++ work/drivers/iommu/ipmmu-vmsa.c 2015-12-15 13:17:40.580513000 > > +0900 > > @@ -279,9 +279,18 @@ static void ipmmu_ut

Re: [PATCH 03/06] iommu/ipmmu-vmsa: Break out utlb control function

2015-12-15 Thread Geert Uytterhoeven
Hi Magnus, On Tue, Dec 15, 2015 at 1:02 PM, Magnus Damm wrote: > --- 0004/drivers/iommu/ipmmu-vmsa.c > +++ work/drivers/iommu/ipmmu-vmsa.c 2015-12-15 13:17:40.580513000 +0900 > @@ -279,9 +279,18 @@ static void ipmmu_utlb_enable(struct ipm > static void ipmmu_utlb_disable(struct ipmmu_vmsa_do

[PATCH 03/06] iommu/ipmmu-vmsa: Break out utlb control function

2015-12-15 Thread Magnus Damm
From: Magnus Damm Introduce the function ipmmu_utlb_ctrl() that shares code to enable or disable utlbs. Signed-off-by: Magnus Damm --- drivers/iommu/ipmmu-vmsa.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) --- 0004/drivers/iommu/ipmmu-vmsa.c +++ w