[PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-09-07 Thread Santosh Shilimkar
Local timer clock is sourced from the CPU clock and hence changes along with CPU clock. These per CPU local timers are used as clock-events, so they need to be reconfigured on CPU frequency change as part of CPUfreq governor. Newly introduced clockevents_reconfigure() needs to know the twd clock-r

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-12-08 Thread Turquette, Mike
On Fri, Sep 30, 2011 at 2:15 AM, Shilimkar, Santosh wrote: > On Fri, Sep 30, 2011 at 3:00 AM, Linus Walleij > wrote: >> 2011/9/8 Santosh Shilimkar : >> >>> Local timer clock is sourced from the CPU clock and hence changes >>> along with CPU clock. These per CPU local timers are used as >>> clock

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-12-12 Thread Shilimkar, Santosh
On Fri, Dec 9, 2011 at 4:32 AM, Turquette, Mike wrote: > On Fri, Sep 30, 2011 at 2:15 AM, Shilimkar, Santosh > wrote: >> On Fri, Sep 30, 2011 at 3:00 AM, Linus Walleij >> wrote: >>> 2011/9/8 Santosh Shilimkar : >>> Local timer clock is sourced from the CPU clock and hence changes alon

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-09-29 Thread Paul Walmsley
Hi Santosh, On Thu, 8 Sep 2011, Santosh Shilimkar wrote: > Local timer clock is sourced from the CPU clock and hence changes > along with CPU clock. These per CPU local timers are used as > clock-events, so they need to be reconfigured on CPU frequency > change as part of CPUfreq governor. > > N

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-09-29 Thread Linus Walleij
2011/9/8 Santosh Shilimkar : > Local timer clock is sourced from the CPU clock and hence changes > along with CPU clock. These per CPU local timers are used as > clock-events, so they need to be reconfigured on CPU frequency > change as part of CPUfreq governor. This requires patch 6956/2 right?

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-09-30 Thread Shilimkar, Santosh
On Fri, Sep 30, 2011 at 12:42 AM, Paul Walmsley wrote: > Hi Santosh, > > On Thu, 8 Sep 2011, Santosh Shilimkar wrote: > >> Local timer clock is sourced from the CPU clock and hence changes >> along with CPU clock. These per CPU local timers are used as >> clock-events, so they need to be reconfigu

Re: [PATCH 7/8] OMAP4: clock: Add CPU local timer clock node.

2011-09-30 Thread Shilimkar, Santosh
On Fri, Sep 30, 2011 at 3:00 AM, Linus Walleij wrote: > 2011/9/8 Santosh Shilimkar : > >> Local timer clock is sourced from the CPU clock and hence changes >> along with CPU clock. These per CPU local timers are used as >> clock-events, so they need to be reconfigured on CPU frequency >> change as