[PATCH] rtc: Add rtc_merge_alarm()
authorScott Wood <scottwood@freescale.com>
Sun, 10 Dec 2006 10:19:00 +0000 (02:19 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:40 +0000 (09:55 -0800)
commit884b4aaaa242a2db8c8252796f0118164a680ab5
treeeea898cb8df58cace0a04025b5efdb8b2a2fd3d2
parent9080d0ae0fd16628d688ce7d03d02ccf7011c6f0
[PATCH] rtc: Add rtc_merge_alarm()

Add rtc_merge_alarm(), which can be used by rtc drivers to turn a partially
specified alarm expiry (i.e.  most significant fields set to -1, as with the
RTC_ALM_SET ioctl()) into a fully specified expiry.

If the most significant specified field is earlier than the current time, the
least significant unspecified field is incremented.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-lib.c
include/linux/rtc.h