aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2021-03-07 16:17:59 +0100
committerLee Jones <[email protected]>2021-03-18 11:46:15 +0000
commit505eb8df97d9a6c51f5168f69984d116e9c27470 (patch)
treef957dd3bcc1f174b2d071e3d34a0453a9d113df6 /tools/perf/scripts/python/event_analyzing_sample.py
parentece2619fe8edc703b872136057090627e8a19ab4 (diff)
extcon: arizona: Always use pm_runtime_get_sync() when we need the device to be awake
Before this commit the extcon-arizona code was mixing pm_runtime_get() and pm_runtime_get_sync() in different places. In all places where pm_runtime_get[_sync]() is called, the code makes use of the device immediately after the call. This means that we should always use pm_runtime_get_sync(). Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Charles Keepax <[email protected]> Tested-by: Charles Keepax <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions