staging: Remove the Android alarm-dev driver
authorJohn Stultz <john.stultz@linaro.org>
Tue, 20 Jan 2015 21:42:34 +0000 (13:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 12:10:10 +0000 (20:10 +0800)
commit5da41e925656649fd970f0c205eee5fda887dc24
tree41ca6178c976c5ab68ca23910a2c7fc1ae8b2acd
parentce5b615bc29273de705188e8a827dd7663069602
staging: Remove the Android alarm-dev driver

The functionality provided by the Android alarm-dev driver
should now be present in the timerfd interface (thanks to
Greg Hackmann and Todd Poynor).

As of Lollipop, AOSP can make use of the timerfd if
alarm-dev is not present (though a fixup for setting the
rtc time if rtc0 isn't the backing for _ALARM clockids has
been applied post-Lollipop).

Thus, we should be able to remove alarm-dev from staging.

Cc: Greg Hackmann <ghackmann@google.com>
Cc: Elliott Hughes <enh@google.com>
Cc: Todd Poynor <toddpoynor@google.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Acked-by: Mark Salyzyn <salyzyn@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig
drivers/staging/android/alarm-dev.c [deleted file]
drivers/staging/android/android_alarm.h [deleted file]
drivers/staging/android/uapi/android_alarm.h [deleted file]
This page took 0.026706 seconds and 5 git commands to generate.