From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Mon, 1 Dec 2014 17:58:04 +0200 Subject: [PATCH 00/23] ARM: OMAP2+: PRCM cleanups towards 3.19 / part2 In-Reply-To: References: <1417103514-17027-1-git-send-email-t-kristo@ti.com> Message-ID: <547C900C.20003@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/27/2014 09:15 PM, Paul Walmsley wrote: > On Thu, 27 Nov 2014, Tero Kristo wrote: > >> Yet another PRCM cleanup set, towards making PRCM a separate driver. >> This set is most likely too late for 3.19, but hopefully it can make >> it to 3.20. > > Yep too late for 3.19. > > ... > >> Testing done: >> > > ... > >> omap3-beagle: boot, suspend (ret), suspend (off) (UART wakeup seems broken on 3.18-rc1 btw) > > v3.18-rc1 UART wakeups worked here on both of the 35xx Beagles: > > http://www.pwsan.com/omap/testlogs/test_v3.18-rc1/20141020095901/README.txt > http://www.pwsan.com/omap/testlogs/test_v3.18-rc1/20141020095901/pm/3530es3beagle/3530es3beagle_log.txt > http://www.pwsan.com/omap/testlogs/test_v3.18-rc1/20141020095901/pm/3530es31beagle/3530es31beagle_log.txt After investigating this a bit, it seems you are right. It looks like I just had wakeup disabled on the tty port, the default behaviour has changed at some point for some reason. After enabling wakeup, resume with console works also. -Tero