Re: [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h

2023-11-29 Thread Pasha Tatashin
> Reviewed-by: Janne Grunau Thank you, Pasha

Re: [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h

2023-11-28 Thread Janne Grunau
Hej, On Tue, Nov 28, 2023, at 21:49, Pasha Tatashin wrote: > Convert iommu/io-pgtable-dart.c to use the new page allocation functions > provided in iommu-pages.h. > > Signed-off-by: Pasha Tatashin > --- > drivers/iommu/io-pgtable-dart.c | 37 + > 1 file changed,

[PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h

2023-11-28 Thread Pasha Tatashin
Convert iommu/io-pgtable-dart.c to use the new page allocation functions provided in iommu-pages.h. Signed-off-by: Pasha Tatashin --- drivers/iommu/io-pgtable-dart.c | 37 + 1 file changed, 14 insertions(+), 23 deletions(-) diff --git