lkml.org 
[lkml]   [2012]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    Subject[PULL-REQUEST] EXTCON Patches (Re: [PATCH v6 0/5] Introduce External Connector Class (extcon))
    From
    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


    \
     
     \ /
      Last update: 2012-02-28 10:01    [W:3.157 / U:1.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site