From mboxrd@z Thu Jan 1 00:00:00 1970 From: ShuoX Liu Subject: Re: [PATCH 1/3] cpuidle: Move cpuidle sysfs entry of each cpu to debugfs. Date: Tue, 13 Mar 2012 10:07:57 +0800 Message-ID: <4F5EABFD.3090705@intel.com> References: <4F5466C4.2090808@intel.com> <20120305101827.GA19408@khazad-dum.debian.net> <1330998885.1916.89.camel@ymzhang> <20120306052236.GA19416@kroah.com> <1331013078.1916.103.camel@ymzhang> <20120306143935.GA23346@kroah.com> <1331082051.1916.124.camel@ymzhang> <20120308180106.GD26516@kroah.com> <4F5DBFA8.3080300@intel.com> <20120312172258.GA29938@kroah.com> Reply-To: shuox.liu@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20120312172258.GA29938@kroah.com> Sender: linux-kernel-owner@vger.kernel.org To: Greg KH Cc: Yanmin Zhang , "H. Peter Anvin" , "Valentin, Eduardo" , Henrique de Moraes Holschuh , "Brown, Len" , Thomas Gleixner , Andrew Morton , Ingo Molnar , "Kleen, Andi" , "linux-pm@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" List-Id: linux-pm@vger.kernel.org On 2012=E5=B9=B403=E6=9C=8813=E6=97=A5 01:22, Greg KH wrote: > On Mon, Mar 12, 2012 at 05:19:36PM +0800, ShuoX Liu wrote: >> I created a series to do this. >> >> [PATCH 1/3] cpuidle: Move cpuidle sysfs entry of each cpu to debugfs= =2E >> [PATCH 2/3] cpuidle: Add a debugfs entry to disable specific C state >> for debug purpose. >> [PATCH 3/3] cpupower: Update the cpupower tool for new debugfs >> entries of cpuidle. >> >> Below are patches. >=20 > The patch is line-wrapped and can not be applied :( Sorry that i made a mistake. I sent email with fresh email-client which has the text-wrapping default. I will configure it. I will send the patch in good format when needed. >> --- /dev/null >> +++ b/drivers/cpuidle/debugfs.c >> @@ -0,0 +1,176 @@ >> +/* >> + * debugfs.c - debugfs support >> + * >> + * (C) 2006-2007 Shaohua Li >> + * (C) 2012 ShuoX Liu >> + * >> + * This code is licenced under the GPL. >=20 > What version of the GPL? GPLv2 >=20 > thanks, >=20 > greg k-h thanks, Shuo