]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add time and timer functions
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:59 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:59 +0000 (10:37 +1000)
commit4e45bdec5683df1d82fa75966818b995b7639f13
tree1d75854e8e79c712de24c6e808f9c1e7b183d814
parent9dce6f0394092e0964b3647cb48541369d184b59
Hexagon: Add time and timer functions

Cleaned up iomem and register declarations, unnecessary
SMP ifdefs, cpu_relax() in udelay.

Platform stuff is in development; platform defines will be cleaned up.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/include/asm/time.h [new file with mode: 0644]
arch/hexagon/include/asm/timer-regs.h [new file with mode: 0644]
arch/hexagon/kernel/time.c [new file with mode: 0644]