]> 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)
commit1994bda99fb82828f692bd987ff7f25096448482
tree97d27135d784583d243a6a2253c0495572edb895
parent41f03be39cdf19b23ef07c53f4622395b3a9b8e1
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]