aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAdam Thomson <[email protected]>2020-08-11 17:57:25 +0100
committerMark Brown <[email protected]>2020-08-17 18:48:45 +0100
commit78013a1cf2971684775f6956d5666237ac53a1aa (patch)
tree438a7c05a66786f24c9b0bed98239bca9129eb8d /tools/perf/scripts/python/stackcollapse.py
parentaa5b18d1c29023b315073661b74c67f91bf2f27c (diff)
ASoC: da7219: Fix clock handling around codec level probe
Previously the driver would use devm_* related functions at the codec level probe() to allocate clock resources for MCLK and the DAI clocks exposed by the device. This caused issues when registering clocks on a re-probe (no device level remove/prove involved) as the devm_* resources were never freed up so the clocks were still registered from the previous codec level probe(). This commit updates the clock handling for MCLK usage and DAI clock provision to fix this discrepancy and allow the codec level probe/remove functionality to operate as intended. Signed-off-by: Adam Thomson <[email protected]> Link: https://lore.kernel.org/r/b92c461baeed27a6cd92e59e36a55c2547218683.1597164865.git.Adam.Thomson.Opensource@diasemi.com Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions