[PATCH V2 04/14] ARM: OMAP: Fix timer posted mode support

2012-11-07 Thread Jon Hunter
Currently the dmtimer posted mode is being enabled when the function omap_dm_timer_enable_posted() is called. This function is only being called for OMAP1 timers and OMAP2+ timers that are being used as system timers. Hence, for OMAP2+ timers that are NOT being used as a system timer, posted mode

Re: [PATCH V2 04/14] ARM: OMAP: Fix timer posted mode support

2012-11-07 Thread Santosh Shilimkar
On Wednesday 07 November 2012 01:01 PM, Jon Hunter wrote: Currently the dmtimer posted mode is being enabled when the function omap_dm_timer_enable_posted() is called. This function is only being called for OMAP1 timers and OMAP2+ timers that are being used as system timers. Hence, for OMAP2+