OpenCloudOS-Kernel/drivers/gpu/drm/bridge
Uwe Kleine-König c06ea0ada7 drm/bridge: ptn3460: Pass flags to devm_gpiod_get()
Since 39b2bbe3d7 (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.

Use this to simplify the driver. Furthermore this is one caller less
that stops us making the flags argument to gpiod_get*() mandatory.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2015-05-19 10:08:04 +02:00
..
Kconfig drm/bridge: Add I2C based driver for ps8622/ps8625 bridge 2015-03-24 11:16:47 +01:00
Makefile drm/bridge: Add I2C based driver for ps8622/ps8625 bridge 2015-03-24 11:16:47 +01:00
dw_hdmi.c drm/bridge: dw-hdmi: Staticize dw_hdmi_bridge_funcs 2015-05-15 11:13:04 +02:00
dw_hdmi.h drm: bridge/dw_hdmi: add function dw_hdmi_phy_enable_spare 2015-01-07 18:31:59 +01:00
ps8622.c drm/bridge: ps8622: Pass flags to devm_gpiod_get() 2015-05-19 10:08:04 +02:00
ptn3460.c drm/bridge: ptn3460: Pass flags to devm_gpiod_get() 2015-05-19 10:08:04 +02:00