From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Date: Thu, 06 Jan 2011 21:08:56 +0000 Subject: Re: [RESEND #2] [PATCH v2] LEDS: Add output invertion option to Message-Id: <20110106130856.22b92a8b.randy.dunlap@oracle.com> List-Id: References: <201012091441.51846.jkrzyszt@tis.icnet.pl> <20110106130440.cfd77c8e.akpm@linux-foundation.org> In-Reply-To: <20110106130440.cfd77c8e.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Janusz Krzysztofik , Richard Purdie , "linux-fbdev@vger.kernel.org" , linux-kernel@vger.kernel.org, "linux-omap@vger.kernel.org" , Paul Mundt On Thu, 6 Jan 2011 13:04:40 -0800 Andrew Morton wrote: > On Thu, 9 Dec 2010 14:41:50 +0100 > Janusz Krzysztofik wrote: > > > +static DEVICE_ATTR(invert, 0644, bl_trig_invert_show, bl_trig_invert_store); > > This new sysfs file should be documented. Where would be an > appropriate place for that? Documentation/leds-class.txt doesn't > mention a sysfs API at all. > -- in Documentation/ABI/, where all sysfs interface info lives. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***