commit | e3cbfb6213757429694775aa7e97ee80c98ee2c6 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Nov 07 16:35:11 2012 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Mon Dec 24 09:36:36 2012 -0700 |
tree | b69174c3da81dfbc4517c051dfcf1c406ed4550c | |
parent | 5b30d5bf8204e9b9837511cf72d051980dbb90a7 [diff] |
ARM: sa1100: convert timer suspend/resume to clock_event_device Move sa1100's timer suspend/resume functions from struct sys_timer sa1100_timer into struct clock_event_device ckevt_sa1100_osmr0. This will allow the sys_timer suspend/resume fields to be removed, and eventually lead to a complete removal of struct sys_timer. Signed-off-by: Stephen Warren <swarren@nvidia.com>