[PATCH 05/14] davinci: move PLL wait time values to clock.h

2009-11-16 Thread Sekhar Nori
As suspend support is added, the code supporting the suspend operation needs to bypass PLLs and needs to access the same wait time values as the PLL code in clock.c. To facilitate this, move the PLL wait times to clock.h where they can be accessed by suspend code. Signed-off-by: Sekhar Nori ---

RE: [PATCH 05/14] davinci: move PLL wait time values to clock.h

2009-11-25 Thread Nori, Sekhar
On Thu, Nov 26, 2009 at 00:18:24, Kevin Hilman wrote: > Sekhar Nori writes: > > > As suspend support is added, the code supporting > > the suspend operation needs to bypass PLLs and > > needs to access the same wait time values as the > > PLL code in clock.c. > > > > To facilitate this, move the P