diff mbox

[4/9] rtc: update documentation wrt RTC_PIE/irq_set_state

Message ID 20090620160857.6953.81336.stgit@i1501.lan.towertech.it
State Accepted
Headers show

Commit Message

Alessandro Zummo June 20, 2009, 4:08 p.m. UTC
From: Mike Frysinger <vapier@gentoo.org>

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: David Brownell <david-b@pacbell.net>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
---

 Documentation/rtc.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
-~----------~----~----~----~------~----~------~--~---

Comments

Mike Frysinger Sept. 14, 2009, 3:40 a.m. UTC | #1
On Sat, Jun 20, 2009 at 12:08, Alessandro Zummo wrote:
> From: Mike Frysinger <vapier@gentoo.org>
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> CC: David Brownell <david-b@pacbell.net>
> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>

and this as well (merging for 2.6.32) ?
-mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
-~----------~----~----~----~------~----~------~--~---
diff mbox

Patch

diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt
index 8deffcd..102ce96 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!