[PATCH 0/2] iommu/arm-smmu-v3: Miscellaneous clean up

2018-10-10 Thread Andrew Murray
Remove unnecessary code and license text. Andrew Murray (2): iommu/arm-smmu-v3: Add SPDX header iommu/arm-smmu-v3: Remove unnecessary wrapper function drivers/iommu/arm-smmu-v3.c | 25 + 1 file changed, 5 insertions(+), 20 deletions(-) -- 2.7.4

[PATCH 2/2] iommu/arm-smmu-v3: Remove unnecessary wrapper function

2018-10-10 Thread Andrew Murray
Simplify the code by removing an unnecessary wrapper function. This was left behind by commit 2f657add07a8 ("iommu/arm-smmu-v3: Specialise CMD_SYNC handling") Signed-off-by: Andrew Murray --- drivers/iommu/arm-smmu-v3.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff

[PATCH 1/2] iommu/arm-smmu-v3: Add SPDX header

2018-10-10 Thread Andrew Murray
Replace license text with SDPX header Signed-off-by: Andrew Murray --- drivers/iommu/arm-smmu-v3.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index db402e8..c7bd18e 100644 ---

Re: [PATCH 1/2] iommu/arm-smmu-v3: Add SPDX header

2018-10-10 Thread Robin Murphy
On 10/10/18 11:29, Andrew Murray wrote: Replace license text with SDPX header Acked-by: Robin Murphy Signed-off-by: Andrew Murray --- drivers/iommu/arm-smmu-v3.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c

Re: [PATCH 2/2] iommu/arm-smmu-v3: Remove unnecessary wrapper function

2018-10-10 Thread Robin Murphy
On 10/10/18 11:29, Andrew Murray wrote: Simplify the code by removing an unnecessary wrapper function. This was left behind by commit 2f657add07a8 ("iommu/arm-smmu-v3: Specialise CMD_SYNC handling") Oops, sorry about that ;) Reviewed-by: Robin Murphy Signed-off-by: Andrew Murray ---

Re: [PATCH 0/2] iommu/arm-smmu-v3: Miscellaneous clean up

2018-10-10 Thread Will Deacon
On Wed, Oct 10, 2018 at 11:29:25AM +0100, Andrew Murray wrote: > Remove unnecessary code and license text. These two look fine to me. Joerg -- you can pick them up if you're still queueing patches, otherwise I'll include them for 4.21. Cheers, Will

[PATCH] iommu: arm-smmu: handle client iommu translation fault handlers

2018-10-10 Thread Stanimir Varbanov
Call iommu client translation fault handler(s). Signed-off-by: Stanimir Varbanov --- drivers/iommu/arm-smmu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c index 066f4c8daf4e..02a8aab0cc59 100644 --- a/drivers/iommu/arm-smmu.c +++

Re: [PATCH 0/2] iommu/arm-smmu-v3: Miscellaneous clean up

2018-10-10 Thread Joerg Roedel
On Wed, Oct 10, 2018 at 03:49:48PM +0100, Will Deacon wrote: > Joerg -- you can pick them up if you're still queueing patches, otherwise > I'll include them for 4.21. Applied to arm/smmu. ___ iommu mailing list iommu@lists.linux-foundation.org

Re: [PATCH 0/2] iommu/arm-smmu-v3: Miscellaneous clean up

2018-10-10 Thread Will Deacon
On Wed, Oct 10, 2018 at 06:10:32PM +0200, Joerg Roedel wrote: > On Wed, Oct 10, 2018 at 03:49:48PM +0100, Will Deacon wrote: > > Joerg -- you can pick them up if you're still queueing patches, otherwise > > I'll include them for 4.21. > > Applied to arm/smmu. Thanks, Joerg. Will

Re: [PATCH] iommu: arm-smmu: handle client iommu translation fault handlers

2018-10-10 Thread Will Deacon
On Wed, Oct 10, 2018 at 05:44:07PM +0300, Stanimir Varbanov wrote: > Call iommu client translation fault handler(s). > > Signed-off-by: Stanimir Varbanov > --- > drivers/iommu/arm-smmu.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/iommu/arm-smmu.c