Re: [PATCH] iommu/exynos: Make driver independent of the system page size

2022-07-06 Thread Joerg Roedel
On Thu, Jun 23, 2022 at 11:36:29AM +0200, Marek Szyprowski wrote: > drivers/iommu/exynos-iommu.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Applied, thanks. ___ iommu mailing list iommu@lists.linux-foundation.org

Re: [PATCH] iommu/exynos: Make driver independent of the system page size

2022-06-23 Thread Sam Protsenko
Hi Marek, On Thu, 23 Jun 2022 at 12:36, Marek Szyprowski wrote: > > PAGE_{SIZE,SHIFT} macros depend on the configured kernel's page size, but > the driver expects values calculated as for 4KB pages. Fix this. > > Reported-by: Robin Murphy > Signed-off-by: Marek Szyprowski > --- Reviewed-by:

Re: [PATCH] iommu/exynos: Make driver independent of the system page size

2022-06-23 Thread Krzysztof Kozlowski
On 23/06/2022 11:36, Marek Szyprowski wrote: > PAGE_{SIZE,SHIFT} macros depend on the configured kernel's page size, but > the driver expects values calculated as for 4KB pages. Fix this. > > Reported-by: Robin Murphy > Signed-off-by: Marek Szyprowski > --- > Untested, because Exynos based

[PATCH] iommu/exynos: Make driver independent of the system page size

2022-06-23 Thread Marek Szyprowski
PAGE_{SIZE,SHIFT} macros depend on the configured kernel's page size, but the driver expects values calculated as for 4KB pages. Fix this. Reported-by: Robin Murphy Signed-off-by: Marek Szyprowski --- Untested, because Exynos based boards I have doesn't boot with non-4KB page size for other