[PATCH 2/2] extcon: Move OF helper function to extcon core and change function name

2014-03-18 Thread Chanwoo Choi
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.c...@samsung.com --- drivers/extcon/Kconfig | 4 --- drivers/extcon/Makefile | 2 --

Re: [PATCH 2/2] extcon: Move OF helper function to extcon core and change function name

2014-03-18 Thread Felipe Balbi
Hi, On Tue, Mar 18, 2014 at 09:04:40PM +0900, Chanwoo Choi wrote: 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.c...@samsung.com ---