Re: [RESEND PATCH 2/4] iommu: arm-smmu: split out register defines

2017-08-10 Thread Will Deacon
On Wed, Aug 09, 2017 at 10:43:03AM -0400, Rob Clark wrote:
> I want to re-use some of these for qcom_iommu, which has (roughly) the
> same context-bank registers.
> 
> Signed-off-by: Rob Clark 
> ---
>  drivers/iommu/arm-smmu-regs.h | 220 
> ++
>  drivers/iommu/arm-smmu.c  | 211 ++--
>  2 files changed, 229 insertions(+), 202 deletions(-)
>  create mode 100644 drivers/iommu/arm-smmu-regs.h

This looks like a reasonable split, thanks:

Acked-by: Will Deacon 

Will


Re: [RESEND PATCH 2/4] iommu: arm-smmu: split out register defines

2017-08-10 Thread Will Deacon
On Wed, Aug 09, 2017 at 10:43:03AM -0400, Rob Clark wrote:
> I want to re-use some of these for qcom_iommu, which has (roughly) the
> same context-bank registers.
> 
> Signed-off-by: Rob Clark 
> ---
>  drivers/iommu/arm-smmu-regs.h | 220 
> ++
>  drivers/iommu/arm-smmu.c  | 211 ++--
>  2 files changed, 229 insertions(+), 202 deletions(-)
>  create mode 100644 drivers/iommu/arm-smmu-regs.h

This looks like a reasonable split, thanks:

Acked-by: Will Deacon 

Will