linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL-REQUEST] EXTCON Patches (Re: [PATCH v6 0/5] Introduce External Connector Class (extcon))
@ 2012-02-28  8:58 MyungJoo Ham
  2012-02-28 16:44 ` Greg KH
  0 siblings, 1 reply; 13+ messages in thread
From: MyungJoo Ham @ 2012-02-28  8:58 UTC (permalink / raw)
  To: Arnd Bergmann, LKML
  Cc: NeilBrown, Randy Dunlap, Mike Lockwood, Arve Hjønnevag,
	Kyungmin Park, gregkh, Linus Walleij, Dmitry Torokhov,
	Morten CHRISTIANSEN, Mark Brown, John Stultz, Joerg Roedel,
	myungjoo.ham

Hello Arnd,


Presuming that the requests and comments upto v5 patchsets were
addressed in the last patchset (v6), here goes a pull request of
Extcon.



The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:

  Linux 3.3-rc4 (2012-02-18 15:53:33 -0800)

are available in the git repository at:
  git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

Donggeun Kim (1):
      Extcon: support notification based on the state changes.

MyungJoo Ham (4):
      Extcon (external connector): import Android's switch class and modify.
      Extcon: support generic GPIO extcon driver
      Extcon: support multiple states at a device.
      Extcon: support mutually exclusive relation between cables.

 Documentation/ABI/testing/sysfs-class-extcon |   97 +++
 drivers/Kconfig                              |    2 +
 drivers/Makefile                             |    1 +
 drivers/extcon/Kconfig                       |   35 ++
 drivers/extcon/Makefile                      |    6 +
 drivers/extcon/extcon_class.c                |  812 ++++++++++++++++++++++++++
 drivers/extcon/extcon_gpio.c                 |  175 ++++++
 include/linux/extcon.h                       |  322 ++++++++++
 include/linux/extcon/extcon_gpio.h           |   52 ++
 9 files changed, 1502 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-extcon
 create mode 100644 drivers/extcon/Kconfig
 create mode 100644 drivers/extcon/Makefile
 create mode 100644 drivers/extcon/extcon_class.c
 create mode 100644 drivers/extcon/extcon_gpio.c
 create mode 100644 include/linux/extcon.h
 create mode 100644 include/linux/extcon/extcon_gpio.h



-- 
MyungJoo Ham, Ph.D.
Mobile Software Platform Lab, DMC Business, Samsung Electronics

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

end of thread, other threads:[~2012-03-09 12:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28  8:58 [PULL-REQUEST] EXTCON Patches (Re: [PATCH v6 0/5] Introduce External Connector Class (extcon)) MyungJoo Ham
2012-02-28 16:44 ` Greg KH
2012-02-28 16:57   ` Mark Brown
2012-02-28 17:02     ` Greg KH
2012-02-28 17:45       ` Mark Brown
2012-02-29  2:05         ` MyungJoo Ham
2012-02-29 12:35           ` Mark Brown
2012-03-05  7:59             ` MyungJoo Ham
2012-03-05 12:07               ` Mark Brown
2012-03-09  8:26                 ` MyungJoo Ham
2012-03-09 12:43                   ` Mark Brown
2012-02-29  1:57   ` MyungJoo Ham
2012-02-29  1:59     ` MyungJoo Ham

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).