Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-09 Thread Ryan Mallon
On 10/11/12 08:07, Stephen Warren wrote: > On 11/08/2012 04:06 PM, Ryan Mallon wrote: >> On 09/11/12 08:01, Stephen Warren wrote: >>> remove ARM's struct sys_timer .offset function pointer, and instead >>> directly set the arch_gettimeoffset function pointer when the timer >>> driver is

Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-09 Thread Stephen Warren
On 11/08/2012 04:06 PM, Ryan Mallon wrote: > On 09/11/12 08:01, Stephen Warren wrote: >> remove ARM's struct sys_timer .offset function pointer, and instead >> directly set the arch_gettimeoffset function pointer when the timer >> driver is initialized. This requires multiplying all function

Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-09 Thread Stephen Warren
On 11/08/2012 04:06 PM, Ryan Mallon wrote: On 09/11/12 08:01, Stephen Warren wrote: remove ARM's struct sys_timer .offset function pointer, and instead directly set the arch_gettimeoffset function pointer when the timer driver is initialized. This requires multiplying all function results by

Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-09 Thread Ryan Mallon
On 10/11/12 08:07, Stephen Warren wrote: On 11/08/2012 04:06 PM, Ryan Mallon wrote: On 09/11/12 08:01, Stephen Warren wrote: remove ARM's struct sys_timer .offset function pointer, and instead directly set the arch_gettimeoffset function pointer when the timer driver is initialized. This

Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-08 Thread Ryan Mallon
On 09/11/12 08:01, Stephen Warren wrote: > From: Stephen Warren > > remove ARM's struct sys_timer .offset function pointer, and instead > directly set the arch_gettimeoffset function pointer when the timer > driver is initialized. This requires multiplying all function results > by 1000, since

Re: [PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-08 Thread Ryan Mallon
On 09/11/12 08:01, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com remove ARM's struct sys_timer .offset function pointer, and instead directly set the arch_gettimeoffset function pointer when the timer driver is initialized. This requires multiplying all function results by