From: Mike Frysinger Date: Tue, 22 Sep 2009 23:46:24 +0000 (-0700) Subject: rtc: update documentation wrt RTC_PIE/irq_set_state X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad91fd854f08d1795b58addc09752de3351644f3;p=linux.git rtc: update documentation wrt RTC_PIE/irq_set_state Signed-off-by: Mike Frysinger Cc: David Brownell Signed-off-by: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt index 8deffcd68cb8d..102ce9625e65e 100644 --- a/Documentation/rtc.txt +++ b/Documentation/rtc.txt @@ -185,6 +185,8 @@ driver returns ENOIOCTLCMD. Some common examples: hardware in the irq_set_freq function. If it isn't, return -EINVAL. If you cannot actually change the frequency, do not define irq_set_freq. + * RTC_PIE_ON, RTC_PIE_OFF: the irq_set_state function will be called. + If all else fails, check out the rtc-test.c driver!