]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: switch: switch class and GPIO drivers.
authorMike Lockwood <lockwood@android.com>
Tue, 14 Oct 2008 16:50:16 +0000 (12:50 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Dec 2011 21:38:14 +0000 (13:38 -0800)
commitdd6330399fefa212260869f4b2c9aa0a6c1c782a
tree97d27135d784583d243a6a2253c0495572edb895
parent2fa8df60fd1b468aaaaf4c11bbd01fce9760563a
staging: android: switch: switch class and GPIO drivers.

This adds the Android switch driver code to the staging tree.

[Note, this code was located in drivers/switch/ in the Android kernel
releases, but as that api wasn't generally accepted, and the interface
is working toward changing to the newly proposed extcon inteface, this
driver was placed here until the extcon code is merged into mainline and
the Android userspace code is converted over to using it. - gregkh]

Signed-off-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Donggeun Kim <dg77.kim@samsung.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: MyungJoo Ham <myungjoo.ham@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: NeilBrown <neilb@suse.de>
Cc: Morten CHRISTIANSEN <morten.christiansen@stericsson.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/switch/Kconfig [new file with mode: 0644]
drivers/staging/android/switch/Makefile [new file with mode: 0644]
drivers/staging/android/switch/switch.h [new file with mode: 0644]
drivers/staging/android/switch/switch_class.c [new file with mode: 0644]
drivers/staging/android/switch/switch_gpio.c [new file with mode: 0644]