Re: [PATCH 3/4] iommu/exynos: Use lookup based approach to access v7 registers

2022-07-09 Thread Sam Protsenko
On Sun, 3 Jul 2022 at 22:29, Krzysztof Kozlowski wrote: > > On 02/07/2022 23:37, Sam Protsenko wrote: > > SysMMU v7 might have different register layouts (VM capable or non-VM > > capable). Check which layout is implemented in current SysMMU module and > > prepare the corresponding register table

Re: [PATCH 3/4] iommu/exynos: Use lookup based approach to access v7 registers

2022-07-03 Thread Krzysztof Kozlowski
On 02/07/2022 23:37, Sam Protsenko wrote: > SysMMU v7 might have different register layouts (VM capable or non-VM > capable). Check which layout is implemented in current SysMMU module and > prepare the corresponding register table for futher usage. This way is > faster and more elegant than checki