From eb9d4a88f37889477c3db1717b64868de8243323 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Sep 2009 16:46:24 -0700 Subject: [PATCH] --- yaml --- r: 164804 b: refs/heads/master c: ad91fd854f08d1795b58addc09752de3351644f3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/rtc.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4e7f5088b069..a76eedc66028 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa958f571ec9492b8100302ee70ac0ab2598bf19 +refs/heads/master: ad91fd854f08d1795b58addc09752de3351644f3 diff --git a/trunk/Documentation/rtc.txt b/trunk/Documentation/rtc.txt index 8deffcd68cb8..102ce9625e65 100644 --- a/trunk/Documentation/rtc.txt +++ b/trunk/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!