
28 Feb
2010
28 Feb
'10
12:41 a.m.
Matthias Kaehlcke wrote:
ep93xx timer: Make get_ticks() consistent with get_tbclk(), returning a value with CONFIG_SYS_HZ resolution. This fix obsoletes the function clk_to_systicks(), leading to a simplification of the timer code. Further a variable in usecs_to_ticks() is promoted to a 64-bit value, to avoid overflows of intermediate values.
Signed-off-by: Matthias Kaehlcke matthias@kaehlcke.net Tested-by: Alessandro Rubini rubini-list@gnudd.com
Please rebase. I applied the earlier version. I think these changes should be a much smaller patch. Tom