From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Sat, 12 Feb 2011 13:12:21 +0530 Subject: [PATCH] omap3: cpuidle: Add description field to each C-state. In-Reply-To: <20110211190723.b93bcb60.jhnikula@gmail.com> References: <1297437132-1005-1-git-send-email-santosh.shilimkar@ti.com><1297437132-1005-2-git-send-email-santosh.shilimkar@ti.com> <20110211190723.b93bcb60.jhnikula@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > -----Original Message----- > From: Jarkko Nikula [mailto:jhnikula at gmail.com] > Sent: Friday, February 11, 2011 10:37 PM > To: Santosh Shilimkar > Cc: linux-omap at vger.kernel.org; khilman at ti.com; linux-arm- > kernel at lists.infradead.org > Subject: Re: [PATCH] omap3: cpuidle: Add description field to each > C-state. > > On Fri, 11 Feb 2011 20:42:12 +0530 > Santosh Shilimkar wrote: > > > Add a description field to each idle C-state. This helps to give > > better data with PowerTop and one don't have to refer to the code > > to link what Cx means from system point of view while analysing > > PowerTop data. > > > > No functional change. > > > Out of curiosity what powertop version is required to get these > handy descriptions visible? > It should work with most of the power Top version. I have a older 1.13 version. > As I see these in /sys/devices/system/cpu/cpu0/cpuidle/stateX/desc > it's fair to give my tested by > > Tested-by: Jarkko Nikula Thanks !!