commit | 7bf934cc998b6d2845657a074b631e615fcbec54 | [log] [tgz] |
---|---|---|
author | Richard Kuo <rkuo@codeaurora.org> | Thu Dec 10 16:44:17 2015 -0600 |
committer | Richard Kuo <rkuo@codeaurora.org> | Fri Dec 11 13:46:31 2015 -0600 |
tree | 3b7b3da172614284cb527444d75f99b058fcf5c0 | |
parent | 13bf68c7b2ac85996158e50f32ebfeb442bfe6cd [diff] |
Hexagon: add v5 hardware timer support The hardware timer changed somewhat with later architectures; it's 64bit, we don't really need to do any more of the clear/enable stuff, etc. Also cleaned up a few things left over from the old driver like platform cruft and mixed use of pcycles/hypervisor calls. Although normally we want to use the hypervisor's interface, this is available if the hypervisor allows it. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>