linux-stable/drivers/extcon
Uwe Kleine-König 35eed7a076 extcon: usb-gpio: use flags argument of devm_gpiod_get to set direction
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.

Without this patch there is no call to gpiod_direction_input but the
gpio is used for irq reporting and for that the line should be in input
mode.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2015-05-20 10:02:47 +09:00
..
Kconfig extcon: Allow compile test of GPIO consumers if !GPIOLIB 2015-05-19 16:39:06 +09:00
Makefile extcon: axp288: Add axp288 extcon driver support 2015-05-19 16:39:04 +09:00
extcon-adc-jack.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-arizona.c extcon: arizona: Add support for select accessory detect mode when headphone detection 2015-05-19 16:39:05 +09:00
extcon-axp288.c extcon: axp288: Add axp288 extcon driver support 2015-05-19 16:39:04 +09:00
extcon-gpio.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-max8997.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-max14577.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-max77693.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-max77843.c extcon: Alter MHL-TA cable name to TA cable name 2015-05-19 16:39:06 +09:00
extcon-palmas.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-rt8973a.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-rt8973a.h extcon: rt8973a: Add Richtek RT8973A extcon driver 2014-09-22 11:43:08 +09:00
extcon-sm5502.c extcon: Remove the optional name of extcon device 2015-05-19 16:39:06 +09:00
extcon-sm5502.h extcon: sm5502: Move sm5502.h header file to extcon directory 2014-09-22 11:43:08 +09:00
extcon-usb-gpio.c extcon: usb-gpio: use flags argument of devm_gpiod_get to set direction 2015-05-20 10:02:47 +09:00
extcon.c extcon: Fix the checkpatch warning and minor coding style issue 2015-05-19 16:39:04 +09:00