extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 30 Sep 2015 05:57:57 +0000 (14:57 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 30 Sep 2015 10:22:50 +0000 (19:22 +0900)
commitde992acb93df41fd6cd0ea975ae192363033694a
tree7e3d9ed7047d138b21a7aed1af7265420326af01
parent6ba129974a3d6bcb236cbd96aa1db6001d163678
extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API

This patch uses the descriptor-based GPIO interface (gpiod_* API) instead of
legacy gpio_* API and add the internal gpio_extcon_init() to handle
all gpio-related tasks.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-gpio.c