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)
committerArve Hjønnevåg <arve@android.com>
Thu, 4 Feb 2010 05:27:09 +0000 (21:27 -0800)
commitd1d79061a9d4a184dc026ca6dc105d17da0693c3
tree3ff3ea2c62a9cf0b2648e684b6d730f8ef99ed1f
parentb76a757d7b11b2eee422a917067193b31a1a994c
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