Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756348Ab1EQSdS (ORCPT ); Tue, 17 May 2011 14:33:18 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56837 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756173Ab1EQSdQ (ORCPT ); Tue, 17 May 2011 14:33:16 -0400 Date: Tue, 17 May 2011 11:32:59 -0700 From: Greg KH To: myungjoo.ham@gmail.com Cc: linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Mark Brown , Jiejing Zhang , Pavel Machek , Colin Cross , Nishanth Menon , Thomas Gleixner , Len Brown , Kyungmin Park Subject: Re: [PATCH v2 3/3] PM / DEVFREQ: add sysfs interface (including user tickling) Message-ID: <20110517183259.GB21217@suse.de> References: <1305100723-29161-1-git-send-email-myungjoo.ham@samsung.com> <1305100723-29161-3-git-send-email-myungjoo.ham@samsung.com> <20110511225540.GA3492@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1573 Lines: 43 On Tue, May 17, 2011 at 02:04:52PM +0900, MyungJoo Ham wrote: > On Thu, May 12, 2011 at 7:55 AM, Greg KH wrote: > > On Wed, May 11, 2011 at 04:58:43PM +0900, MyungJoo Ham wrote: > >> 1. System-wide sysfs interface > >> - tickle_all ?R: number of tickle_all execution > >> ? ? ? ? ? ? ? W: tickle all devfreq devices > >> - min_interval ? ? ? ?R: devfreq monitoring base interval in ms > >> - monitoring ?R: shows whether devfreq monitoring is active or > >> ? not. > >> > >> 2. Device specific sysfs interface > >> - tickle ? ? ?R: number of tickle execution for the device > >> ? ? ? ? ? ? ? W: tickle the device > > > > Any sysfs file change/addition/removal needs to have a > > Documentation/ABI/ entry as well. ?Please add that to this patch instead > > of burying it in the changelog entry, where no one will be able to find > > it in the future. > > > > thanks, > > > > greg k-h > > > > Sure, I'll add Documentation/ABI/testing/* entries. > > However, would it be appropriate for "1. System-wide sysfs interface" > to be in "sysfs-class-power" and for "2. Device specific sysfs > interface" to be in "sysfs-devices-devfreq"? > > System-wide sysfs interface is in /sys/class/power/devfreq/* and > Device specific sysfs interface is in /sys/...DEVICE.../devfreq/* . That makes sense. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/