commit | de992acb93df41fd6cd0ea975ae192363033694a | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Wed Sep 30 14:57:57 2015 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Wed Sep 30 19:22:50 2015 +0900 |
tree | 7e3d9ed7047d138b21a7aed1af7265420326af01 | |
parent | 6ba129974a3d6bcb236cbd96aa1db6001d163678 [diff] |
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>