linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] extcon: Rename extcon core driver and fix minor issue
@ 2015-03-10  0:19 Chanwoo Choi
  2015-03-10  0:19 ` [PATCH 1/2] extcon: Rename extcon core driver Chanwoo Choi
  2015-03-10  0:19 ` [PATCH 2/2] extcon: Fix the checkpatch warning Chanwoo Choi
  0 siblings, 2 replies; 3+ messages in thread
From: Chanwoo Choi @ 2015-03-10  0:19 UTC (permalink / raw)
  To: linux-kernel, myungjoo.ham, kyungmin.park, cw00.choi

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-10  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-10  0:19 [PATCH 0/2] extcon: Rename extcon core driver and fix minor issue Chanwoo Choi
2015-03-10  0:19 ` [PATCH 1/2] extcon: Rename extcon core driver Chanwoo Choi
2015-03-10  0:19 ` [PATCH 2/2] extcon: Fix the checkpatch warning Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).