From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>
Subject: [GIT PULL] extcon-next for 3.10
Date: Mon, 03 Jun 2013 14:25:46 +0900 [thread overview]
Message-ID: <51AC28DA.7050107@samsung.com> (raw)
Hi Greg,
This is extcon-next pull request for 3.10.
Please pull extcon with following updates.
Best regards and Thanks,
Chanwoo Choi
The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:
Linux 3.10-rc3 (2013-05-26 16:00:47 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git extcon-next-for-3.10
for you to fetch changes up to ce636025d872947bff154682c610cedd551b1d1e:
extcon: Palmas Extcon Driver (2013-05-28 11:41:44 +0900)
----------------------------------------------------------------
extcon: updates for v3.10
This patchset two patchs as following:
New extcon drvier for Palmas device
- Add new extcon driver for Palmas which is USB tranceiver device
Modify performission /sys/class/extcon/[device name]/'state' sysfs entry
- Modify permission of sysfs entry from read/write to only read
----------------------------------------------------------------
Chanwoo Choi (1):
extcon: Change permission 'state' sysfs entry (rw -> r)
Graeme Gregory (1):
extcon: Palmas Extcon Driver
.../devicetree/bindings/extcon/extcon-twl.txt | 15 ++
drivers/extcon/Kconfig | 7 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-class.c | 23 +-
drivers/extcon/extcon-palmas.c | 246 +++++++++++++++++++++
include/linux/mfd/palmas.h | 26 ++-
6 files changed, 284 insertions(+), 34 deletions(-)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-twl.txt
create mode 100644 drivers/extcon/extcon-palmas.c
next reply other threads:[~2013-06-03 5:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 5:25 Chanwoo Choi [this message]
2013-06-03 21:03 ` [GIT PULL] extcon-next for 3.10 Greg KH
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=51AC28DA.7050107@samsung.com \
--to=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.