Re: [PATCH 08/15] iommu/arm-smmu: Abstract context bank accesses

2019-08-15 Thread Robin Murphy
On 15/08/2019 11:56, Will Deacon wrote: On Fri, Aug 09, 2019 at 06:07:45PM +0100, Robin Murphy wrote: Context bank accesses are fiddly enough to deserve a number of extra helpers to keep the callsites looking sane, even though there are only one or two of each. Signed-off-by: Robin Murphy ---

Re: [PATCH 08/15] iommu/arm-smmu: Abstract context bank accesses

2019-08-15 Thread Will Deacon
On Fri, Aug 09, 2019 at 06:07:45PM +0100, Robin Murphy wrote: > Context bank accesses are fiddly enough to deserve a number of extra > helpers to keep the callsites looking sane, even though there are only > one or two of each. > > Signed-off-by: Robin Murphy > --- > drivers/iommu/arm-smmu.c |

[PATCH 08/15] iommu/arm-smmu: Abstract context bank accesses

2019-08-09 Thread Robin Murphy
Context bank accesses are fiddly enough to deserve a number of extra helpers to keep the callsites looking sane, even though there are only one or two of each. Signed-off-by: Robin Murphy --- drivers/iommu/arm-smmu.c | 137 --- 1 file changed, 72