While running Linux, I know I can:
- Dynamically scale voltage and frequency via cpufreq
- Use CPUIDLE for the ARM WFI and mDDR self-refresh states
- Suspend to Ram
Are there any other low power states I can put the ARM into? How would I do so? At the moment I am just writing C code on a Linux host and cross compiling it and running the application on the OMAP's Linux.