Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extcon: Move OF helper function to extcon core and change function name | Chanwoo Choi | 2014-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: Add an API to get extcon device from dt node | Kishon Vijay Abraham I | 2013-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> |