aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/time.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-22OpenRISC: TimekeepingJonas Bonn1-0/+181
Implements support for the OpenRISC timer which is a 28 bit cycle counter that can be read out of a special purpose register. This counter is used as a both a clock event and clocksource device. Signed-off-by: Jonas Bonn <[email protected]> Cc: [email protected] Reviewed-by: Arnd Bergmann <[email protected]>