projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
59de6c3
0f3b818
)
ASoC: cleanup mutex lock
author
Mark Brown
<broonie@kernel.org>
Mon, 17 Apr 2023 19:12:43 +0000
(20:12 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 17 Apr 2023 19:12:43 +0000
(20:12 +0100)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
ASoC is using many type of mutex lock, but
some of them has helper function, but some doesn't.
Or, it has helper function, but is static.
This patch-set adds helper function and use it.
Trivial merge