From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: PowerOP, Whatchanged/Issues/TODO 2/2 Date: Sat, 2 Sep 2006 11:33:51 -0700 Message-ID: <20060902183351.GC31197@kroah.com> References: <44F9A031.8020203@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <44F9A031.8020203@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: "Eugeny S. Mints" Cc: pm list List-Id: linux-pm@vger.kernel.org On Sat, Sep 02, 2006 at 07:16:01PM +0400, Eugeny S. Mints wrote: > whatchanged: > - optional sysfs interface is added > - code is moved under kernel/power > - Greg's comments on kobject and coding style are addressed > = > todo/issues: > - better implementation for getting registered operating point names > - move string parsing into powerop generic code > - configfs for operating points creation from user space You forgot: - Handle module referencing counting issues. Also, no #ifdefs in the .c code please, that debugging stuff doesn't have to look like that, break it out into separate functions to keep the codepath clean. thanks, greg k-h