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!