Re: [v3, 3/5] davinci: DA850/OMAP-L138: allow async3 source to be changed

2009-08-25 Thread Kevin Hilman
"Nori, Sekhar" writes: [...] >> > +#ifdef CONFIG_CPU_FREQ >> >> How about leave this without an #ifdef, and make da850_init() have >> the #ifdef so it is always called on boot. >> >> BTW, is there a reason to not have the CPUfreq settings be the >> default? >> > > Hmm, I thought ifdefery inside

Re: [v3, 3/5] davinci: DA850/OMAP-L138: allow async3 source to be changed

2009-08-25 Thread Kevin Hilman
Nori, Sekhar writes: > The patch allows Async3 clock source to be selected between PLL1 SYSCLK2 > and PLL0 SYSCLK2. > > Having Async3 source from PLL1 SYSCLK2 allows peripherals on that > domain to remain unaffected by frequency scaling on PLL0. > > Signed-off-by: Sekhar Nori > > --- > arch/arm/

[PATCH v3 3/5] davinci: DA850/OMAP-L138: allow async3 source to be changed

2009-08-18 Thread Sekhar Nori
The patch allows Async3 clock source to be selected between PLL1 SYSCLK2 and PLL0 SYSCLK2. Having Async3 source from PLL1 SYSCLK2 allows peripherals on that domain to remain unaffected by frequency scaling on PLL0. Signed-off-by: Sekhar Nori --- arch/arm/mach-davinci/clock.h |4