diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-01-14 18:08:37 -0600 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-02-25 15:57:02 +0530 |
commit | a90def0681270eb58496825b8861aa9ffca6abce (patch) | |
tree | 47fa647d65057324917b5aa65f23a6749d7d720d /tools/perf/scripts/python/syscall-counts.py | |
parent | fb9469e54fa7a7b6a8137c40ae66c41b8d0ab175 (diff) |
soundwire: bus: fix race condition with initialization_complete signaling
Waiting for the enumeration to be complete may not be enough for a
Slave driver, there is a possible race condition between resume
operations and initializations handled in an interrupt thread, which
can results in settings not being fully restored after system or
pm_runtime resume.
This patch builds on the changes added for enumeration_complete,
init_completion() is called when the Slave device becomes UNATTACHED,
as done with enumeration_complete.
The difference with the enumeration_complete case is that complete()
is signaled after the Slave device is fully initialized after the
.update_status() callback is called.
A Slave device driver can decide to wait on either of the two
complete() cases, depending on its initialization code and
requirements.
Signed-off-by: Rander Wang <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions