]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: Move OF helper function to extcon core and change function name
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 18 Mar 2014 10:55:46 +0000 (19:55 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 19 Mar 2014 05:41:58 +0000 (14:41 +0900)
commitac38a18d3e074faba26f0c27750a3f67feaeee39
tree1cacdc1749c8ca3d47e3ef8fc19fa5228db4354e
parent05bc1264ad1fc5ea32a04024ac745a7b76283f27
extcon: Move OF helper function to extcon core and change function name

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>
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-class.c
drivers/extcon/of_extcon.c [deleted file]
drivers/usb/dwc3/dwc3-omap.c
include/linux/extcon.h
include/linux/extcon/of_extcon.h [deleted file]