Re: [PATCH 0/7] iommu: dart: Apple t8110 DART support

From: Joerg Roedel
Date: Fri Jan 20 2023 - 04:36:27 EST


On Fri, Jan 13, 2023 at 07:50:23PM +0900, Hector Martin wrote:
> Hector Martin (7):
> dt-bindings: iommu: dart: add t8110 compatible
> iommu: dart: Add suspend/resume support
> iommu: dart: Support >64 stream IDs
> iommu: dart: Support a variable number of TTBRs per stream
> iommu: dart: Fix DART_PARAMS1/2 bit define names
> iommu: dart: Support different variants with different registers
> iommu: dart: Add t8110 DART support
>
> .../devicetree/bindings/iommu/apple,dart.yaml | 1 +
> drivers/iommu/apple-dart.c | 557 ++++++++++++++----
> 2 files changed, 448 insertions(+), 110 deletions(-)

Applied, thanks Hector.