linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
	kyungmin.park@samsung.com, cw00.choi@samsung.com
Subject: [PATCH 0/2] extcon: Rename extcon core driver and fix minor issue
Date: Tue, 10 Mar 2015 09:19:01 +0900	[thread overview]
Message-ID: <1425946743-25111-1-git-send-email-cw00.choi@samsung.com> (raw)

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


             reply	other threads:[~2015-03-10  0:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10  0:19 Chanwoo Choi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425946743-25111-1-git-send-email-cw00.choi@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).