]> www.infradead.org Git - users/hch/misc.git/commitdiff
Improve cs42l43 suspend/IRQ interactions
authorMark Brown <broonie@kernel.org>
Thu, 4 Sep 2025 17:03:58 +0000 (18:03 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 4 Sep 2025 17:03:58 +0000 (18:03 +0100)
Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:

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.


Trivial merge