Revert "Staging: android: delete android drivers"
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Nov 2011 11:18:14 +0000 (20:18 +0900)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:16:31 +0000 (01:16 +0300)
commitcdcaa03d045567d8810c5d5ddf006cc143f801ff
tree3ea8ffe86bfe0fd8e80d4999a6bd0c756b2d0b6b
parent78facf6e7c74938f3aa06ebe7fa18077a450a94f
Revert "Staging: android: delete android drivers"

This reverts commit b0a0ccfad85b3657fe999805df65f5cfe634ab8a.

Turns out I was wrong, we want these in the tree.

Note, I've disabled the drivers from the build at the moment, so other
patches can be applied to fix some build issues due to internal api
changes since the code was removed from the tree.

Cc: Arve Hjønnevåg <arve@android.com>
Cc: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
13 files changed:
drivers/staging/android/Kconfig [new file with mode: 0644]
drivers/staging/android/Makefile [new file with mode: 0644]
drivers/staging/android/TODO [new file with mode: 0644]
drivers/staging/android/binder.c [new file with mode: 0644]
drivers/staging/android/binder.h [new file with mode: 0644]
drivers/staging/android/logger.c [new file with mode: 0644]
drivers/staging/android/logger.h [new file with mode: 0644]
drivers/staging/android/lowmemorykiller.c [new file with mode: 0644]
drivers/staging/android/ram_console.c [new file with mode: 0644]
drivers/staging/android/timed_gpio.c [new file with mode: 0644]
drivers/staging/android/timed_gpio.h [new file with mode: 0644]
drivers/staging/android/timed_output.c [new file with mode: 0644]
drivers/staging/android/timed_output.h [new file with mode: 0644]