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 initialize

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 result

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 th

[PATCH 04/11] ARM: set arch_gettimeoffset directly

2012-11-08 Thread Stephen Warren
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 the removed arm_gettimeoffset() did this. Also, s/unsig