[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1425946743-25111-1-git-send-email-cw00.choi@samsung.com>
Date: Tue, 10 Mar 2015 09:19:01 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: linux-kernel@...r.kernel.org, myungjoo.ham@...sung.com,
kyungmin.park@...sung.com, cw00.choi@...sung.com
Subject: [PATCH 0/2] extcon: Rename extcon core driver and fix minor issue
This patch renames the extcon core driver from 'extcon-class.c' to 'extcon.c'
because '-class' postfix is not necessary. And fix the checkpatch warning for
extcon provider drivers.
Chanwoo Choi (2):
extcon: Rename extcon core driver
extcon: Fix the checkpatch warning
drivers/extcon/Makefile | 2 +-
drivers/extcon/extcon-class.c | 1038 -------------------------------------
drivers/extcon/extcon-max14577.c | 5 +-
drivers/extcon/extcon-max77693.c | 5 +-
drivers/extcon/extcon-max8997.c | 5 +-
drivers/extcon/extcon-rt8973a.c | 6 +-
drivers/extcon/extcon-sm5502.c | 6 +-
drivers/extcon/extcon-usb-gpio.c | 2 +-
drivers/extcon/extcon.c | 1039 ++++++++++++++++++++++++++++++++++++++
9 files changed, 1049 insertions(+), 1059 deletions(-)
delete mode 100644 drivers/extcon/extcon-class.c
create mode 100644 drivers/extcon/extcon.c
--
1.8.5.5
--
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