[PULL-REQUEST] EXTCON Patches (Re: [PATCH v6 0/5] Introduce ExternalConnector Class (extcon))

From: MyungJoo Ham
Date: Tue Feb 28 2012 - 03:58:02 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/