Re: [PATCH V2 09/11] ARM: OMAP: Remove timer function pointer for context loss counter

2012-06-04 Thread Jon Hunter
On 06/04/2012 12:22 PM, Jon Hunter wrote: > For OMAP2+ devices, a function pointer that returns the number of times a > timer > power domain has lost context is passed to the dmtimer driver. This function > pointer is only populated for OMAP2+ devices and it is pointing to a platform > function.

[PATCH V2 09/11] ARM: OMAP: Remove timer function pointer for context loss counter

2012-06-04 Thread Jon Hunter
For OMAP2+ devices, a function pointer that returns the number of times a timer power domain has lost context is passed to the dmtimer driver. This function pointer is only populated for OMAP2+ devices and it is pointing to a platform function. Given that this is a platform function, we can simplif