From: Mark Brown Date: Thu, 4 Sep 2025 17:03:58 +0000 (+0100) Subject: Improve cs42l43 suspend/IRQ interactions X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=554f6006c3c050026a0a505dfedfe03407e267e1;p=users%2Fhch%2Fmisc.git Improve cs42l43 suspend/IRQ interactions Merge series from Charles Keepax : cs42l43 uses pm_runtime_force_suspend() during system suspend, however this means care must be taken that IRQ handler code isn't running when entering system suspend as force suspend will ignore that the handler is holding a pm reference. Typically the result of this is just a few error messages, but better to improve the handling and ensure that all IRQ processing is synchronised in before system suspend. --- 554f6006c3c050026a0a505dfedfe03407e267e1