diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-07-09 14:18:33 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-07-15 10:12:10 -0400 |
commit | b80f4e3b8cb8a4a41cc038807cd0a1e889154902 (patch) | |
tree | ac31dabd2752553adcaa4a2eb344f0b1d6125d21 /tools/perf/scripts/python/flamegraph.py | |
parent | bd3f305886adc07c27b8e998719c73688dad0991 (diff) |
Bluetooth: hci_qca: schedule a devm action for disabling the clock
In preparation for unduplicating the hci_uart registration code,
schedule a devres action for disabling the SUSCLK rather than doing it
manually.
We cannot really use devm_clk_get_enabled() as we also set the rate
before enabling the clock. While this should in theory work, I don't
want to risk breaking existing users. One solution for the future is to
add devm_clk_get_enabled_with_rate() to the clock framework.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions