commit | 973871d8cc4120474e3c4c14a1f08fec436bd30f | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Wed Sep 28 11:46:26 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Tue Oct 04 17:13:45 2011 -0700 |
tree | 752796c12d2a1c74def1941627fcadd56109b379 | |
parent | 0579ea1484abc8f0ad6f60b9e4bde3d9fab18039 [diff] |
msm: timer: add api to get timer0's base On some targets we have per-cpu timers that are accessible from either core. Sometimes drivers need to access timer0's timer directly. Provide the msm_timer_get_timer0_base api to abstract this for both targets with per-core timers and targets without them. Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>