[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1395144280-23240-1-git-send-email-cw00.choi@samsung.com>
Date: Tue, 18 Mar 2014 21:04:38 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: gregkh@...uxfoundation.org, balbi@...com, myungjoo.ham@...sung.com
Cc: kishon@...com, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org, linux-omap@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCH 0/2] extcon: of: Update OF helper function
Thisp patchset remove unnecessary function call in of_extcon_get_extcon_dev()
which get the extcon device from devicetree. Also, this patchset move OF helper func
to extcon core and change function name as following:
- of_extcon_get_extcon_dev() -> extcon_get_edev_by_phandle()
Chanwoo Choi (2):
extcon: of: Remove unnecessary function call by using the name of device_node
extcon: Move OF helper function to extcon core and change function name
drivers/extcon/Kconfig | 4 ---
drivers/extcon/Makefile | 2 --
drivers/extcon/extcon-class.c | 43 +++++++++++++++++++++++++++
drivers/extcon/of_extcon.c | 64 ----------------------------------------
drivers/usb/dwc3/dwc3-omap.c | 3 +-
include/linux/extcon.h | 12 ++++++++
include/linux/extcon/of_extcon.h | 31 -------------------
7 files changed, 56 insertions(+), 103 deletions(-)
delete mode 100644 drivers/extcon/of_extcon.c
delete mode 100644 include/linux/extcon/of_extcon.h
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists