Re: [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-06-20 Thread Tony Lindgren
* DebBarma, Tarun Kanti tarun.ka...@ti.com [120606 04:15]: On Wed, May 30, 2012 at 2:51 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: Timers in PER domain periodically report old time from TCRR in posted mode if ick 4*fck. Therefore, set timer to

Re: [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-06-20 Thread Shilimkar, Santosh
Tony, On Wed, Jun 20, 2012 at 6:43 PM, Tony Lindgren t...@atomide.com wrote: * DebBarma, Tarun Kanti tarun.ka...@ti.com [120606 04:15]: On Wed, May 30, 2012 at 2:51 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: Timers in PER domain

Re: [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-06-20 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [120620 06:21]: Tony, On Wed, Jun 20, 2012 at 6:43 PM, Tony Lindgren t...@atomide.com wrote: * DebBarma, Tarun Kanti tarun.ka...@ti.com [120606 04:15]: On Wed, May 30, 2012 at 2:51 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti

Re: [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-06-06 Thread DebBarma, Tarun Kanti
On Wed, May 30, 2012 at 2:51 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: Timers in PER domain periodically report old time from TCRR in posted mode if ick 4*fck. Therefore, set timer to non-posted whenever ick 4*fck for all timers. Is there an

Re: [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-05-29 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: Timers in PER domain periodically report old time from TCRR in posted mode if ick 4*fck. Therefore, set timer to non-posted whenever ick 4*fck for all timers. Is there an erratum assocaited with this? Does this problem affect every SoC?

[PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

2012-05-11 Thread Tarun Kanti DebBarma
Timers in PER domain periodically report old time from TCRR in posted mode if ick 4*fck. Therefore, set timer to non-posted whenever ick 4*fck for all timers. Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com --- arch/arm/plat-omap/dmtimer.c | 12 1 files changed, 12