* Paul Walmsley <p...@pwsan.com> [140706 16:43]: > > Here are some basic OMAP test results for Linux v3.16-rc4. > Logs and other details at: ... > PM: chip retention via dynamic idle: > FAIL ( 7/ 7): 2430sdp, 3530es3beagle, 3730beaglexm, 37xxevm, > 4430es2panda, 4460pandaes, 4460varsomom > > PM: chip off except CORE via suspend: > FAIL ( 1/ 1): 3730beaglexm > > PM: chip off except CORE via dynamic idle: > FAIL ( 1/ 1): 3730beaglexm > > PM: chip off via suspend: > FAIL ( 5/ 5): 3530es3beagle, 37xxevm, 4430es2panda, 4460pandaes, > 4460varsomom > > PM: chip off via dynamic idle: > FAIL ( 5/ 5): 3530es3beagle, 37xxevm, 4430es2panda, 4460pandaes, > 4460varsomom
With v3.16-rc4 the PM features for omap3 should be working finally for device tree based booting. At lest beaglexm and 3xxevm should work. Maybe you are using legacy booting path to idle the UARTs still? FYI, I'm doing this to find the UART entries: uarts=$(find /sys/class/tty/ttyO*/device/power/ -type d) for uart in $uarts; do echo 3000 > $uart/autosuspend_delay_ms done uarts=$(find /sys/class/tty/ttyO*/power/ -type d) for uart in $uarts; do echo enabled > $uart/wakeup echo auto > $uart/control done echo 1 > /sys/kernel/debug/pm_debug/enable_off_mode Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html