The auto sleep feature is now in mainline but a very few drivers have been modified (wake up sources and events) to use auto sleep feature.
commit a180c0d659f604568637336a00c0c3ca2f7b094a
Date: Tue Apr 24 10:57:16 2012 -0700
staging: android-alarm: Switch from wakelocks to wakeup sources
In their current AOSP tree, the Android in-kernel wakelock
infrastructure has been reimplemented in terms of wakeup
sources:
The Android alarm driver currently has stubbed out calls
to wakelock functionality. So this patch simply converts
the stubbed out wakelock calls to wakeup source calls, and
removes the empty wakelock macros
Is auto sleep feature currently being tested or are there any plans to move all the drivers to use both the wakelock mechanism and autosleep?
Thanks & Regards