Re: [PATCH 1/2] ARM: OMAP: Add initialisation for the real-time counter.

2012-08-17 Thread Shilimkar, Santosh
reference to the TRM section here. > Added the TRM chapter information and iounmap() change. Updated patch at end of the email. Regards Santosh >From aae85431b1a0e985bbc5611972642e96a1501368 Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Mon, 13 Aug 2012 14:24:24 +0530 Subject: [PATC

RE: [PATCH 1/2] ARM: OMAP: Add initialisation for the real-time counter.

2012-08-13 Thread Hiremath, Vaibhav
On Tue, Aug 14, 2012 at 11:46:35, Shilimkar, Santosh wrote: > On Mon, Aug 13, 2012 at 11:05 PM, Vaibhav Hiremath wrote: > > > > > > > > On 8/13/2012 4:37 PM, Santosh Shilimkar wrote: > > > The real time counter also called master counter, is a free-running > > > counter. It produces the count used

Re: [PATCH 1/2] ARM: OMAP: Add initialisation for the real-time counter.

2012-08-13 Thread Shilimkar, Santosh
On Mon, Aug 13, 2012 at 11:05 PM, Vaibhav Hiremath wrote: > > > > On 8/13/2012 4:37 PM, Santosh Shilimkar wrote: > > The real time counter also called master counter, is a free-running > > counter. It produces the count used by the CPU local timer peripherals > > in the MPU cluster. The timer coun

Re: [PATCH 1/2] ARM: OMAP: Add initialisation for the real-time counter.

2012-08-13 Thread Vaibhav Hiremath
On 8/13/2012 4:37 PM, Santosh Shilimkar wrote: > The real time counter also called master counter, is a free-running > counter. It produces the count used by the CPU local timer peripherals > in the MPU cluster. The timer counts at a rate of 6.144 MHz. > > The ratio registers needs to be configu

[PATCH 1/2] ARM: OMAP: Add initialisation for the real-time counter.

2012-08-13 Thread Santosh Shilimkar
The real time counter also called master counter, is a free-running counter. It produces the count used by the CPU local timer peripherals in the MPU cluster. The timer counts at a rate of 6.144 MHz. The ratio registers needs to be configured based on system clock only onetime. After initialisatio