Re: [PATCH 2/5] iommu/dart: Skip reset for locked DARTs

From: Alyssa Rosenzweig
Date: Tue Feb 11 2025 - 13:45:20 EST


> > struct apple_dart *dart = platform_get_drvdata(pdev);
> > - apple_dart_hw_reset(dart);
> > + if (!dart->locked)
> > + apple_dart_hw_reset(dart);
>
> Not much point saving anything on suspend either, in that case.

Quite right. Fixed in v2, thanks!