commit | 1662622fe595919ef004ef24364a68061052a12f | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Thu Jul 21 20:00:29 2016 +0900 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sat Sep 10 16:48:47 2016 +0530 |
tree | 9e620b982e4aefddbe26edc2e8e0adcdd39bd35a | |
parent | cc60211237086d718e463bcee74004b5bd38a78c [diff] |
extcon: gpio: Remove the usage of extcon_set_state() This patch removes the usage of extcon_set_state() because it uses the bit masking to change the state of external connectors. The extcon framework should handle the state by extcon_set_cable_state_() with extcon id. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>