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

Alyssa Rosenzweig alyssa at rosenzweig.io
Tue Feb 11 10:44:51 PST 2025


> >   	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!



More information about the linux-arm-kernel mailing list