Re: [PATCHv4 05/15] omap: add support for oscillator setup

2011-12-12 Thread Tero Kristo
On Fri, 2011-12-09 at 10:27 -0800, Kevin Hilman wrote: Tero Kristo t-kri...@ti.com writes: This contains startup and shutdown times for the oscillator. By default use MAX_INT. nit: code uses ULONG_MAX Oops, will fix the comment. Oscillator setup is used for calculating and setting

Re: [PATCHv4 05/15] omap: add support for oscillator setup

2011-12-09 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: This contains startup and shutdown times for the oscillator. By default use MAX_INT. nit: code uses ULONG_MAX Oscillator setup is used for calculating and setting up latencies for sleep modes that disable oscillator. Signed-off-by: Tero Kristo

[PATCHv4 05/15] omap: add support for oscillator setup

2011-11-25 Thread Tero Kristo
This contains startup and shutdown times for the oscillator. By default use MAX_INT. Oscillator setup is used for calculating and setting up latencies for sleep modes that disable oscillator. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/pm.c | 27