aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/of_extcon.c
Commit message (Collapse)AuthorAge
* extcon: Move OF helper function to extcon core and change function nameChanwoo Choi2014-03-19
| | | | | | | | | This patch move simply OF helper function to extcon core and change function name as following: - of_extcon_get_extcon_dev() -> extcon_get_edev_by_phandle() Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com>
* extcon: of: Remove unnecessary function call by using the name of device_nodeChanwoo Choi2014-03-19
| | | | | | | This patch remove unnecessary function call in of_extcon_get_extcon_dev() by using the name of device_node structure. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
* extcon: Add an API to get extcon device from dt nodeKishon Vijay Abraham I2013-08-04
Added an API of_extcon_get_extcon_dev() to be used by drivers to get extcon device in the case of dt boot (this can be used instead of extcon_get_extcon_dev()). Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>