aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2015-12-10 12:10:12 +0100
committerLinus Walleij <[email protected]>2015-12-14 14:10:04 +0100
commit3773c195d3874d38d1c5ac68868024b32a1f08c9 (patch)
tree5c33a6f016c3094361210d9862f41a1324507074 /tools/perf/scripts/python/check-perf-trace.py
parent29ab875b7b4892af1a6cd0084faed37245b8dd2c (diff)
gpio: zynq: Do PM initialization earlier to support gpio hogs
GPIO hogs registration is call at the end of gpiochip_add() function. Calling sequence is: gpiochip_add -> of_gpiochip_add -> of_gpiochip_scan_hogs -> gpiod_hog -> gpiochip_request_own_desc -> __gpiod_request -> chip->request -> zynq_gpio_request which calls pm_runtime_get_sync() which returns -13 because PM is not initialized yet. Initialize PM before gpiochip_add is called to fix this issue. Signed-off-by: Michal Simek <[email protected]> Signed-off-by: Soren Brinkmann <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions