aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorMason Zhang <[email protected]>2021-06-29 18:08:15 +0800
committerMark Brown <[email protected]>2021-07-11 23:51:46 +0100
commit162a31effc4182dd5a0675d9fd0336d5096e0ad3 (patch)
tree5f113898a7fe993b3f97f1f1c17a7af12ffdcb33 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent3522d9aa19285bbff14da20cb3481e36ef4835fd (diff)
spi: mediatek: add no_need_unprepare support
This patch add no_need_unprepare support for spi, if spi src clk is MAIN PLL, it can keep the clk_prepare and will not cause low power issue. So we no need do clk_prepare/clk_unprepare in runtime pm, and it will get better performance, because clk_prepare has called mutex lock. In the same way, clk_get_rate also has called mutex lock, so we moved it to spi_probe. Signed-off-by: Mason Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions