Skip to content

chain_dma: remove bogus use of a spin-lock - #10129

Closed
lyakh wants to merge 2 commits into
thesofproject:mainfrom
lyakh:chain
Closed

chain_dma: remove bogus use of a spin-lock#10129
lyakh wants to merge 2 commits into
thesofproject:mainfrom
lyakh:chain

Conversation

@lyakh

Copy link
Copy Markdown
Collaborator

chain-dma shouldn't use the driver list spinlock for its internal synchronisation, and it's also unclear what it's protecting currently. Remove it.

lyakh added 2 commits July 22, 2025 12:45
Zephyr inserts function names into logs automatically, no need to
duplicate them in log format strings.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
comp_drivers_get()->lock is guarding the global list of component
drivers, no need for the chain DMA driver to take it.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
@lyakh

Copy link
Copy Markdown
CollaboratorAuthor

oops, forgot, that it's a part of #10118 - closing

@lyakhlyakh closed this Jul 22, 2025
@lyakh
lyakh deleted the chain branch July 22, 2025 13:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@lyakh@lgirdwood