https://github.com/torvalds/linux
Revision a2db8dfce8d94fecae50128d912fec7980687a51 authored by David Brownell on 13 December 2006, 08:35:08 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:52 UTC
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 to stop providing that duplicate status,
and/or to expose it properly when reporting the alarm state.  We really don't
want every RTC driver doing their own thing here...

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 5a6534e
History
Tip revision: a2db8dfce8d94fecae50128d912fec7980687a51 authored by David Brownell on 13 December 2006, 08:35:08 UTC
[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updates
Tip revision: a2db8df
File Mode Size
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 1017 bytes
allocpercpu.c -rw-r--r-- 3.7 KB
backing-dev.c -rw-r--r-- 1.7 KB
bootmem.c -rw-r--r-- 12.0 KB
bounce.c -rw-r--r-- 6.5 KB
fadvise.c -rw-r--r-- 2.6 KB
filemap.c -rw-r--r-- 62.9 KB
filemap.h -rw-r--r-- 2.8 KB
filemap_xip.c -rw-r--r-- 10.3 KB
fremap.c -rw-r--r-- 6.1 KB
highmem.c -rw-r--r-- 7.8 KB
hugetlb.c -rw-r--r-- 19.3 KB
internal.h -rw-r--r-- 1.0 KB
madvise.c -rw-r--r-- 8.6 KB
memory.c -rw-r--r-- 71.4 KB
memory_hotplug.c -rw-r--r-- 7.3 KB
mempolicy.c -rw-r--r-- 47.0 KB
mempool.c -rw-r--r-- 9.0 KB
migrate.c -rw-r--r-- 21.4 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 54.3 KB
mmzone.c -rw-r--r-- 750 bytes
mprotect.c -rw-r--r-- 7.5 KB
mremap.c -rw-r--r-- 10.7 KB
msync.c -rw-r--r-- 2.4 KB
nommu.c -rw-r--r-- 31.4 KB
oom_kill.c -rw-r--r-- 11.8 KB
page-writeback.c -rw-r--r-- 26.8 KB
page_alloc.c -rw-r--r-- 90.7 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 6.3 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 16.9 KB
rmap.c -rw-r--r-- 24.3 KB
shmem.c -rw-r--r-- 63.0 KB
shmem_acl.c -rw-r--r-- 4.6 KB
slab.c -rw-r--r-- 115.3 KB
slob.c -rw-r--r-- 8.1 KB
sparse.c -rw-r--r-- 7.8 KB
swap.c -rw-r--r-- 12.4 KB
swap_state.c -rw-r--r-- 9.3 KB
swapfile.c -rw-r--r-- 43.9 KB
thrash.c -rw-r--r-- 2.1 KB
tiny-shmem.c -rw-r--r-- 3.2 KB
truncate.c -rw-r--r-- 11.3 KB
util.c -rw-r--r-- 1.7 KB
vmalloc.c -rw-r--r-- 17.3 KB
vmscan.c -rw-r--r-- 46.9 KB
vmstat.c -rw-r--r-- 15.5 KB

back to top