From: Linus Walleij Date: Wed, 29 Aug 2012 18:27:22 +0000 (+0200) Subject: ARM: ks8695: convert to generic time and clocksource X-Git-Tag: omap-cleanup-local-headers-for-v3.7~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e783d6adc7798307e7063e11f4127117446d5a;p=pandora-kernel.git ARM: ks8695: convert to generic time and clocksource Old platforms using ancient gettimeoffset() and other arcane APIs are standing in the way of cleaning up the ARM kernel. The gettimeoffset() was also broken: it would try to read out the timer counter value, while this would not work (the counter statically returns the initially programmed value) so the implementation would anyway fall back to a homebrew version of jiffie calculation. This is an attempt at blind-coding a generic time and clocksource driver for the platform by way of a datasheet and looking at the old code. Tested-by: Greg Ungerer Signed-off-by: Linus Walleij --- Reading git-diff-tree failed