From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751132AbWELKOx (ORCPT ); Fri, 12 May 2006 06:14:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751134AbWELKOx (ORCPT ); Fri, 12 May 2006 06:14:53 -0400 Received: from smtp.osdl.org ([65.172.181.4]:15057 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751132AbWELKOw (ORCPT ); Fri, 12 May 2006 06:14:52 -0400 Date: Fri, 12 May 2006 03:11:51 -0700 From: Andrew Morton To: Pavel Machek Cc: linux-kernel@vger.kernel.org, linux-pm@lists.osdl.org, mochel@digitalimplant.org Subject: Re: [PATCH/rfc] schedule /sys/device/.../power for removal Message-Id: <20060512031151.76a9d226.akpm@osdl.org> In-Reply-To: <20060512100544.GA29010@elf.ucw.cz> References: <20060512100544.GA29010@elf.ucw.cz> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Pavel Machek wrote: > > It is very ugly, and we really should use names instead. > > Signed-off-by: Pavel Machek > > diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt > index 421bcff..dfcfc47 100644 > --- a/Documentation/feature-removal-schedule.txt > +++ b/Documentation/feature-removal-schedule.txt > @@ -6,6 +6,16 @@ be removed from this file. > > --------------------------- > > +What: /sys/device/.../power > +When: July 2007 > +Files: > +Why: Because it takes integers, and different userland applications > + expect different numbers to mean different things. > + (Pcmcia expect 2 for off, some other code expects 3 for off). > +Who: Pavel Machek > + > +--------------------------- What will be impacted by this?