From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shubhrajyoti Subject: Re: [PATCH 0/8] I2C patches for v3.8 merge window Date: Mon, 22 Oct 2012 20:32:01 +0530 Message-ID: <50855FE9.6000806@ti.com> References: <1350899218-13624-1-git-send-email-balbi@ti.com> <20121022133023.GC14033@arwen.pp.htv.fi> <20121022140658.GA18993@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121022140658.GA18993@arwen.pp.htv.fi> Sender: linux-omap-owner@vger.kernel.org To: balbi@ti.com Cc: Shubhrajyoti Datta , linux-i2c@vger.kernel.org, Linux OMAP Mailing List , Tony Lindgren , Benoit Cousson , Linux ARM Kernel Mailing List , w.sang@pengutronix.de, ben-linux@fluff.org, Santosh Shilimkar List-Id: linux-i2c@vger.kernel.org On Monday 22 October 2012 07:36 PM, Felipe Balbi wrote: > can you also check if echo mem > /sys/power/state works ? Don't forget > to enable UART wakeups with: > > echo enabled > /sys/devices/platform/omap_uart.2/power/wakeup > echo enabled > /sys/devices/platform/omap_uart.2/tty/ttyO2/power/wakeup > > before trying to suspend. Another cool test is rtctest (since our RTC is > part of TWL). It worked fine on my two platforms. Attached you will find > the sourcecode for rtctest. On omap3 tested . with off hitting both in suspend and idle path. Also with rtcwake. Thanks