commit | caf64f2fdc48472995d40656eb1a75524c464447 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Mar 29 15:54:48 2011 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Mon Jun 20 01:25:39 2011 -0700 |
tree | da7b97e9a711552463640d526a023dd40d3807da | |
parent | ec97489d199b3dcfc44042ccf89b37a264d14565 [diff] |
omap: Make a subset of dmtimer functions into inline functions This will allow us to share the code between system timer and dmtimer device driver code without having to initialize all the dmtimers early. This change will also make the timer_set_next_event more efficient as the inline functions will optimize the code better for the timer reprogramming. Signed-off-by: Tony Lindgren <tony@atomide.com> Reviewed-by: Kevin Hilman <khilman@ti.com>