rtc: alarm: Add in-kernel alarm interface
authorArve Hjønnevåg <arve@android.com>
Mon, 4 May 2009 21:09:15 +0000 (14:09 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:08 +0000 (17:49 -0700)
commitc4606c120818603260362b3440a60d46e7feb44e
tree5f8e90bb855c3f31a81d0b239c9b4c77c5cb680a
parente5642795c4c75493a255f27646d784cd70f4ef70
rtc: alarm: Add in-kernel alarm interface

Drivers can now create alarms that will use an hrtimer while the
system is running and the rtc to wake up from suspend.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/alarm-dev.c [new file with mode: 0644]
drivers/rtc/alarm.c
include/linux/android_alarm.h