Re: [PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields

2012-11-26 Thread Linus Walleij
On Mon, Nov 26, 2012 at 8:25 PM, Stephen Warren wrote: > On 11/21/2012 01:28 AM, Linus Walleij wrote: >> Oh and there was this comment/TODO: >> I was thinking that if your patch set is introducing a >> plethora of new users of these hooks we should maybe >> stick a patch at the beginning of the s

Re: [PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields

2012-11-26 Thread Stephen Warren
On 11/21/2012 01:28 AM, Linus Walleij wrote: > Oh and there was this comment/TODO: > > On Mon, Nov 19, 2012 at 7:31 PM, Stephen Warren wrote: > >> @@ -17,15 +17,6 @@ >> * Initialise the kernels jiffy timer source, claim interrupt >> * using setup_irq. This is called early on during init

Re: [PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields

2012-11-21 Thread Linus Walleij
Oh and there was this comment/TODO: On Mon, Nov 19, 2012 at 7:31 PM, Stephen Warren wrote: > @@ -17,15 +17,6 @@ > * Initialise the kernels jiffy timer source, claim interrupt > * using setup_irq. This is called early on during initialisation > * while interrupts are still disabled o

Re: [PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields

2012-11-21 Thread Linus Walleij
On Mon, Nov 19, 2012 at 7:31 PM, Stephen Warren wrote: > From: Stephen Warren > > These fields duplicate e.g. struct clock_event_device's suspend and > resume fields, so remove them now that nothing is using them. The aim > is to remove all fields from struct sys_timer except .init, then replace

[PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields

2012-11-19 Thread Stephen Warren
From: Stephen Warren These fields duplicate e.g. struct clock_event_device's suspend and resume fields, so remove them now that nothing is using them. The aim is to remove all fields from struct sys_timer except .init, then replace the ARM machine descriptor's .timer field with a .init_time funct