[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1467027246-7930-1-git-send-email-cw00.choi@samsung.com>
Date: Mon, 27 Jun 2016 20:34:03 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: cw00.choi@...sung.com, myungjoo.ham@...sung.com
Subject: [PATCH 0/3] extcon: Refactoring the core and add resource-managed
functions for notifier
This patch-set are refactoring the extcon core without the modification
of operation. The struct extcon_cabe moves from header file to extcon core
and make the new devres.c driver which only handles the resource-managed
functions. Lastly, this patch-set add resource-managed functions for extcon
register to handle it automatically when probe fail occur or device is removed.
Chanwoo Choi (3):
extcon: Move struct extcon_cable from header file to core
extcon: Split out the resource-managed functions from extcon core
extcon: Add resource-managed functions to register extcon notifier
drivers/extcon/Makefile | 2 +-
drivers/extcon/devres.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++
drivers/extcon/extcon.c | 137 +++++-------------------------
include/linux/extcon.h | 37 ++++-----
4 files changed, 254 insertions(+), 138 deletions(-)
create mode 100644 drivers/extcon/devres.c
--
1.9.1
Powered by blists - more mailing lists