arch/openrisc/include/asm/timex.h
0 → 100644
+36
−0
arch/openrisc/kernel/time.c
0 → 100644
+181
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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 <jonas@southpole.se> Cc: tglx@linutronix.de Reviewed-by:
Arnd Bergmann <arnd@arndb.de>