diff options
author | 2015-05-20 09:21:41 +0200 | |
---|---|---|
committer | 2015-06-11 13:11:05 -0400 | |
commit | 9590e69db93d72684f6f1ae7307e2cac7aa5bca8 (patch) | |
tree | 0fcd83d71cbdd58347f0f5768666a364381742da /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | drm/msm/dsi: Separate PHY to another platform device (diff) | |
download | wireguard-linux-9590e69db93d72684f6f1ae7307e2cac7aa5bca8.tar.xz wireguard-linux-9590e69db93d72684f6f1ae7307e2cac7aa5bca8.zip |
drm/msm: use devm_gpiod_get_optional for optional reset gpio
Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions)
which appeared in v3.17-rc1, the gpiod_get* functions take an additional
parameter that allows to specify direction and initial value for output.
Also there is a variant to find optional gpios that returns NULL if
there is no gpio instead of -ENOENT.
Make use of both features to simplify the driver.
This makes error checking more strict because errors like -ENOSYS ("no
gpio support compiled in") or -EPROBE_DEFER ("gpio not ready yet") are
handled correctly now.
Furthermore this is one caller less that stops us making the flags
argument to gpiod_get*() mandatory.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions