Re: [PATCH 1/2] iommu: Add M2 support to Apple DART driver

2022-07-25 Thread Tom Rini
On Fri, Jul 01, 2022 at 12:06:16AM +0200, Janne Grunau wrote: > "apple,t8112-dart" uses an incompatible register interface but still > offers the same functionality. This DART is found on the M2 and M1 > Pro/Max/Ultra SoCs. > > Signed-off-by: Janne Grunau > Reviewed-by: Mark Kettenis Applied t

Re: [PATCH 1/2] iommu: Add M2 support to Apple DART driver

2022-07-10 Thread Mark Kettenis
> From: Janne Grunau > Date: Fri, 1 Jul 2022 00:06:16 +0200 > > "apple,t8112-dart" uses an incompatible register interface but still > offers the same functionality. This DART is found on the M2 and M1 > Pro/Max/Ultra SoCs. > > Signed-off-by: Janne Grunau Reviewed-by: Mark Kettenis > --- >

[PATCH 1/2] iommu: Add M2 support to Apple DART driver

2022-06-30 Thread Janne Grunau
"apple,t8112-dart" uses an incompatible register interface but still offers the same functionality. This DART is found on the M2 and M1 Pro/Max/Ultra SoCs. Signed-off-by: Janne Grunau --- drivers/iommu/apple_dart.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --