From: Todd P. <tod...@gm...> - 2007-02-07 19:25:25
|
On 2/6/07, Manish RATHI <man...@st...> wrote: > Hi, > Is there any plan to merge dpm work into main kernel tree? I've been away from this for a while so I might not be aware of the current status. Although portions of DPM have been discussed (namely the infamous Operating Points brouhaha), it is unlikely that other portions of DPM would be accepted in their current form. > I want to implement DPM over my arm based platform. > I've read white paper of Montavista and IBM of DPM. > >From which place I shd start? Grab the patches for OMAP etc. and see what is needed. So far as I know there's no porting documentation. > Is there any code available in arm linux for sleep and deep sleep mode entry and exit? Some arch-specific low power mode code is implemented in the main kernel for platforms like OMAP, XScale PXA, etc. Check the code for the pm ops for those platforms. -- Todd |