Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751938AbcDRXrx (ORCPT ); Mon, 18 Apr 2016 19:47:53 -0400 Received: from muru.com ([72.249.23.125]:51401 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbcDRXrv (ORCPT ); Mon, 18 Apr 2016 19:47:51 -0400 Date: Mon, 18 Apr 2016 16:47:46 -0700 From: Tony Lindgren To: Pavel Machek Cc: pali.rohar@gmail.com, sre@kernel.org, kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, Tomi Valkeinen Subject: Re: Nokia N900 retention mode in v4.6, camera buttons fun Message-ID: <20160418234746.GY5995@atomide.com> References: <20160407213229.GO16484@atomide.com> <20160407230150.GA16552@amd> <20160407234134.GQ16484@atomide.com> <20160411093023.GC11814@amd> <20160411094130.GA5753@amd> <20160411211026.GH5995@atomide.com> <20160412121658.GA32486@amd> <20160412123013.GA12296@amd> <20160412163055.GP5995@atomide.com> <20160417175539.GA502@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160417175539.GA502@amd> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1860 Lines: 44 * Pavel Machek [160417 10:56]: > > The off mode makes a huge difference for standby time, it should cut > > down the total power consumption to something like 10+ mW with modem > > enabled. Aproximately the breakdown is roughly: 900 uW for omap, 5 mW > > for memory and 5 or more for the modem. Sorry I don't know the exact > > numbers for the modem. But with 37xx torpedo, mainline kernel is > > already getting very close to the 900 uW + 5 mW numbers for the CPU > > module during idle measured from the ina219 shunt on the torpedo > > devkit. > > CONFIG_HSI breaks power management completely, so power management > with modem will be another topic. OK > > > > In the meantime, I found what is causing the rention mode to break for > > > > me: CONFIG_HSI (aka wireless modem support). With HSI off, it seems to work. > > > > > > > > I still get problems with the camera button, in config similar to > > > > defconfig. For some reason, I'm even getting (autorepeating) ^@ on > > > > console. As long as I hold camera button down, I even get it into off > > > > mode for brief period. > > > > > > Ok, if I turn off CONFIG_KEYBOARD_GPIO, I get it into off > > > mode... once per screen blank, for about a second. (Does CONFIG_KEYBOARD_GPIO also cause > > > problems for you?) > > > > > > Any idea why it enters off mode only once after each screenblank? > > > > After disabling CONFIG_PROVE_LOCKING, loading the LCD modules, and > > blanking the screen, my n900 hits off mode just fine about once > > a second. Sounds like you still have some extra devices enabled > > causing it. > > I checked again... also with vanilla 4.6-rc2 to double check... same effect. > > Aha, got it... cat-ing /sys/kernel/debug/pm_debug/count breaks the > off mode. If I don't do that (tm), it seems to work way better. Ah I see yeah :) Regards, Tony