]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sh: Simple timer framework
authorPaul Mundt <lethal@linux-sh.org>
Tue, 17 Jan 2006 06:14:18 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:28 +0000 (23:15 -0800)
commitaa01666df35cd769c0957d4b3ae6ee99d680ab88
tree7dd68a8522cc6f9e8eb49fb9af630fca8b3e464d
parent36ddf31b689a8c11d424e43565d2aa440b77bbf4
[PATCH] sh: Simple timer framework

This builds on some of the clock framework code to support a simple system
timer interface.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sh/kernel/timers/Makefile [new file with mode: 0644]
arch/sh/kernel/timers/timer-tmu.c [new file with mode: 0644]
arch/sh/kernel/timers/timer.c [new file with mode: 0644]
include/asm-sh/timer.h [new file with mode: 0644]