OSDN Git Service

ASoC: cs35l56: Add system suspend handling
authorMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 18:59:27 +0000 (19:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 18:59:27 +0000 (19:59 +0100)
commit27ff688a402016c418a1f2f0be37556c71f674d7
treea33d705c59c4c753bf77c8e5f14f0167afa08c0b
parentb599a4d7d905a8e8cf5c36ccae0b3dd97c956075
parent59322d35179987e85b593e504fd334de8683c835
ASoC: cs35l56: Add system suspend handling

Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

This set of patches adds handling for system suspend.
Patches 1..4 make some code changes that simplify the
suspend implementation, mainly to avoid race conditions.

There are two seperate aspects to suspend, and these have
been done as two patches:
- the main suspend-resume handling,
- re-loading the firmware if necessary after resume.