Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-20 Thread Ladislav Michl
On Mon, Apr 20, 2009 at 07:27:29PM +0200, Dirk Behme wrote: > Ladislav Michl wrote: >> After messing with OMAP1 timer code (which is copied again and again over >> tree) I found such a reason. It is called 'void udelay(unsigned long usec)' >> implementation and I hereby leaving its bugfixing as an

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-20 Thread Dirk Behme
Dear Ladis, Ladislav Michl wrote: > On Thu, Apr 02, 2009 at 12:43:53AM +0200, Wolfgang Denk wrote: >> In message <20090331202939.gi24...@game.jcrosoft.org> you wrote: >>> On 11:19 Tue 17 Mar , Dirk Behme wrote: Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. Clean up

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-20 Thread Ladislav Michl
On Thu, Apr 02, 2009 at 12:43:53AM +0200, Wolfgang Denk wrote: > In message <20090331202939.gi24...@game.jcrosoft.org> you wrote: > > On 11:19 Tue 17 Mar , Dirk Behme wrote: > > > Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. > > > Clean up macros and comments. > > > > > > Si

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-02 Thread Ladislav Michl
On Thu, Apr 02, 2009 at 12:43:53AM +0200, Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090331202939.gi24...@game.jcrosoft.org> you wrote: > > On 11:19 Tue 17 Mar , Dirk Behme wrote: > > > Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. > > > C

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090331202939.gi24...@game.jcrosoft.org> you wrote: > On 11:19 Tue 17 Mar , Dirk Behme wrote: > > Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. > > Clean up macros and comments. > > > > Signed-off-by: Dirk Behme > > Signed

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-01 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:19 Tue 17 Mar , Dirk Behme wrote: >> Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. >> Clean up macros and comments. >> >> Signed-off-by: Dirk Behme >> Signed-off-by: Manikandan Pillai >> --- >> >> Changes

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:19 Tue 17 Mar , Dirk Behme wrote: > Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. > Clean up macros and comments. > > Signed-off-by: Dirk Behme > Signed-off-by: Manikandan Pillai > --- > > Changes from Mani's original patch which is replaced by this [1]: > > * Don't

[U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-03-17 Thread Dirk Behme
Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. Clean up macros and comments. Signed-off-by: Dirk Behme Signed-off-by: Manikandan Pillai --- Changes from Mani's original patch which is replaced by this [1]: * Don't remove overflow handling in get_timer_masked() * Update omap3_z