Re: How to properly enable omap-pm functionality

2009-07-21 Thread Kevin Hilman
Elvis Dowson writes: > Hi Kevin, > > On Monday, 20 July, 2009, at 08:30AM, "Kevin Hilman" > wrote: > >>You still will not see omap-pm.h included because I did not >>test DVFS on Overo since just going idle eventually leads >>to memory corruption. >> >>As I stated[1], SDRC set

Re: How to properly enable omap-pm functionality

2009-07-21 Thread Elvis Dowson
Hi Kevin, On Monday, 20 July, 2009, at 08:30AM, "Kevin Hilman" wrote: >You still will not see omap-pm.h included because I did not >test DVFS on Overo since just going idle eventually leads >to memory corruption. > >As I stated[1], SDRC settings need some validation on Overo >

Re: How to properly enable omap-pm functionality

2009-07-20 Thread Kevin Hilman
Elvis Dowson writes: > Which board file (e.g. board-3430sdp.c, etc), > can I use as the basis for studying how to properly implement PM for > the gumstix overo? SDP, omap3evm, Beagle and RX51 are all good example. But for PM, the board files only come into play for DVFS,

How to properly enable omap-pm functionality

2009-07-18 Thread Elvis Dowson
Hi Kevin, Which board file (e.g. board-3430sdp.c, etc), can I use as the basis for studying how to properly implement PM for the gumstix overo? At the moment, if I look at the linux-omap-2.6 repository and take a look at omap-2.6.30 branch, and take a look at board-overo.c, I don't find