summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Kochetkov <al.kochet@gmail.com>2020-10-19 18:03:43 +0300
committerMark Brown <broonie@kernel.org>2020-10-26 23:29:05 +0000
commitae0f18bef30d0e76dd62be46c59b24c75f175092 (patch)
treed7a93055b9c711852c770da98b2df15390407672 /tools/perf/scripts/python
parent940f3bbf3dacd6e31e482a10e64c96e69b00dded (diff)
spi: spi-sun6i: enable autosuspend feature
If SPI is used for periodic polling any sensor, significant delays sometimes appear. Switching on module clocks during resume lead to delays. Enabling autosuspend mode causes the controller to not suspend between SPI transfers and the delays disappear. The commit also remove unnecessary call to pm_runtime_idle() used to explicit put device to suspended state. Without pm_runtime_idle() PM core will put device in the suspended state just after probe() returns. Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Acked-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20201019150343.2520-1-akochetkov@lintech.ru Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions