From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: Re: OMAP baseline test results for v3.16-rc4 Date: Mon, 14 Jul 2014 17:28:21 +0000 (UTC) Message-ID: References: <20140707080238.GF28884@atomide.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from [74.50.51.50] ([74.50.51.50]:45390 "EHLO utopia.booyaka.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S932217AbaGNR2W (ORCPT ); Mon, 14 Jul 2014 13:28:22 -0400 In-Reply-To: <20140707080238.GF28884@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-build-reports@lists.linaro.org On Mon, 7 Jul 2014, Tony Lindgren wrote: > 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 OK thanks, I'll take a close look at it. It's not using the legacy paths, but based on a glance at the 37xxevm logs, it looks like the bus address of the UART isn't right. - Paul From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Mon, 14 Jul 2014 17:28:21 +0000 (UTC) Subject: OMAP baseline test results for v3.16-rc4 In-Reply-To: <20140707080238.GF28884@atomide.com> References: <20140707080238.GF28884@atomide.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 7 Jul 2014, Tony Lindgren wrote: > 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 OK thanks, I'll take a close look at it. It's not using the legacy paths, but based on a glance at the 37xxevm logs, it looks like the bus address of the UART isn't right. - Paul