summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2014-10-21 10:47:33 -0700
committerHeiko Stuebner <heiko@sntech.de>2014-10-29 21:06:21 +0100
commite5c2c9db0a2cff4d4df4b94f91146b26a0f0adc7 (patch)
treede56d37cd83b68cce00ad1c0e45bfec59194bfe6 /tools/perf/scripts/python/syscall-counts.py
parent876d716ba9af205f46b7e911d39482e627aea0e8 (diff)
pinctrl: rockchip: Don't call pinctrl_gpio_direction_output() in pin_config_set()
The Rockchip pinctrl driver was calling rockchip_gpio_direction_output() in the pin_config_set() callback. This was just a shortcut for: * rockchip_gpio_set() * pinctrl_gpio_direction_output() Unfortunately it's not so good to call pinctrl_gpio_direction_output() from pin_config_set(). Specifically when initting hogs you'll get an error. Let's refactor a little so we can call _rockchip_pmx_gpio_set_direction() directly. Signed-off-by: Doug Anderson <dianders@chromium.org> Tested-by: Chris Zhong <zyw@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions