[PATCH v2 4/6] iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features

2019-04-03 Thread Geert Uytterhoeven
The maximum number of micro-TLBs per IPMMU instance is not fixed, but depends on the SoC type. Hence move it from struct ipmmu_vmsa_device to struct ipmmu_features, and set up the correct value for both R-Car Gen2 and Gen3 SoCs. Note that currently no code uses this value. Signed-off-by: Geert U

Re: [PATCH v2 4/6] iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features

2019-04-11 Thread Simon Horman
On Wed, Apr 03, 2019 at 08:21:46PM +0200, Geert Uytterhoeven wrote: > The maximum number of micro-TLBs per IPMMU instance is not fixed, but > depends on the SoC type. Hence move it from struct ipmmu_vmsa_device to > struct ipmmu_features, and set up the correct value for both R-Car Gen2 > and Gen3

Re: [PATCH v2 4/6] iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features

2019-04-11 Thread Simon Horman
On Thu, Apr 11, 2019 at 10:32:40AM +0200, Simon Horman wrote: > On Wed, Apr 03, 2019 at 08:21:46PM +0200, Geert Uytterhoeven wrote: > > The maximum number of micro-TLBs per IPMMU instance is not fixed, but > > depends on the SoC type. Hence move it from struct ipmmu_vmsa_device to > > struct ipmmu