Re: [patch 2.6.19-git] rtc framework: rtc_wkalrm.enabled reporting updates

2006-12-12 Thread Alessandro Zummo
On Tue, 12 Dec 2006 11:49:13 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > Fix a glitch in the procfs dumping of whether the alarm IRQ is enabled: > use the traditional name (from drivers/char/rtc.c and many other places) > of "alarm_IRQ", not "alrm_wakeup" (which didn't even match the efirtc

[patch 2.6.19-git] rtc framework: rtc_wkalrm.enabled reporting updates

2006-12-12 Thread David Brownell
Fix a glitch in the procfs dumping of whether the alarm IRQ is enabled: use the traditional name (from drivers/char/rtc.c and many other places) of "alarm_IRQ", not "alrm_wakeup" (which didn't even match the efirtc code, which originated that reporting API). Also, update a few of the RTC drivers t