diff options
author | Tony Lindgren <tony@atomide.com> | 2011-03-29 22:54:48 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-06-20 08:25:39 (GMT) |
commit | aa56188998942dfd1d6d85484c87f79268508bba (patch) | |
tree | a1c6b9a3013cf54a161fb2a6340f40b2e49e2e82 /arch/arm/plat-omap | |
parent | caf64f2fdc48472995d40656eb1a75524c464447 (diff) | |
download | linux-aa56188998942dfd1d6d85484c87f79268508bba.tar.xz |
omap2+: Use dmtimer macros for clockevent
This patch makes timer-gp.c to use only a subset of dmtimer
functions without the need to initialize dmtimer code early.
Also note that now with the inline functions, timer_set_next_event
becomes more efficient in the lines of assembly code.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/dmtimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h index 54664a7..dd8b3ff 100644 --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h @@ -216,6 +216,7 @@ struct omap_dm_timer { struct clk *iclk, *fclk; #endif void __iomem *io_base; + unsigned long rate; unsigned reserved:1; unsigned enabled:1; unsigned posted:1; |