1
linux/drivers/staging/android
Mike Lockwood e0f5bb9b38 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>
2011-12-16 13:38:14 -08:00
..
switch staging: android: switch: switch class and GPIO drivers. 2011-12-16 13:38:14 -08:00
binder.c staging: binder: Fix memory corruption via page aliasing 2011-11-30 20:51:37 +09:00
binder.h
Kconfig staging: android: switch: switch class and GPIO drivers. 2011-12-16 13:38:14 -08:00
logger.c Staging: android: fixed white spaces coding style issue in logger.c 2011-12-16 10:54:14 -08:00
logger.h android: logger: Add new system log for framework/system log messages 2011-11-30 20:40:06 +09:00
lowmemorykiller.c android: lowmemorykiller: Fix arguments to lowmem_shrink 2011-11-30 21:21:10 +09:00
Makefile staging: android: switch: switch class and GPIO drivers. 2011-12-16 13:38:14 -08:00
ram_console.c staging: android: ram_console: pass in a boot info string 2011-11-30 21:23:37 +09:00
ram_console.h staging: android: ram_console: pass in a boot info string 2011-11-30 21:23:37 +09:00
timed_gpio.c Staging: android: timed_gpio: Request gpios. 2011-11-30 20:40:05 +09:00
timed_gpio.h
timed_output.c Staging: android: timed_gpio: Properly discard invalid timeout values. 2011-11-30 20:51:36 +09:00
timed_output.h
TODO