From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [PATCH 00/29] Move OMAP2+ over to use COMMON clock Date: Mon, 18 Jun 2012 16:33:11 +0530 Message-ID: <4FDF0AEF.3080108@ti.com> References: <1339678038-23082-1-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog125.obsmtp.com ([74.125.149.153]:43223 "EHLO na3sys009aog125.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120Ab2FRLDS (ORCPT ); Mon, 18 Jun 2012 07:03:18 -0400 Received: by obbta17 with SMTP id ta17so2085089obb.36 for ; Mon, 18 Jun 2012 04:03:17 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: mturquette@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Monday 18 June 2012 09:57 AM, Paul Walmsley wrote: > On Thu, 14 Jun 2012, Rajendra Nayak wrote: > >> OMAP3 has suspend broken in mainline, so I tested it on an >> older kernel (3.4-rc4 using my RFC series) >> Idle and OFF mode however seem to be broken for a long time, >> I wasn;t able to get it working even on 3.4 major. >> See my logs '3630 Beagle-Xm broken idle/off on 3.4' if >> I am doing anything wrong. I have CPUidle enabled in the >> kernel config. > > http://www.spinics.net/lists/arm-kernel/msg173688.html Thanks Paul. I re-tested my branch [1] after applying the 32K sync timer fix [2] and using timer based wakeup [3] instead of UART. Both retention and off work fine on my 3630 Beagle-Xm on my CCF conversion branch. Updated logs can be found here http://pastebin.com/u/rnayak regards, Rajendra [1] git://github.com/rrnayak/linux.git clk-next-omap-3.5-rc2 [2] http://marc.info/?l=linux-omap&m=134000053229888&w=2 [3] http://marc.info/?l=linux-omap&m=134001387702336&w=2 > > > - Paul