From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753002AbcCAVlk (ORCPT ); Tue, 1 Mar 2016 16:41:40 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:47667 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286AbcCAVli (ORCPT ); Tue, 1 Mar 2016 16:41:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=eYFWOvw9a0mHdy14B2BqW9yAS+PxlMPNhty2oedwpSsfcdGMbPe80M6uzF97m9KI0JdjfPLsj2WC mUj+mCnavpIMOPGIo2B2DjmzCzUxhHCZZUxEdtAefi1ajA0uHecS7rGC/4J8rC0u94vJ5E2LFLmm tl2MfL9PRgX1T6teAmU=; From: Greg KH Subject: Re: [PATCH v5 3/4] leds: core: add documentation for color extension To: Heiner Kallweit Cc: Jacek Anaszewski , , Benjamin Tissoires , , Message-Id: <20160301214135.GA21265@kroah.com> References: <56D609BB.1010804@gmail.com> In-Reply-To: <56D609BB.1010804@gmail.com> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.7469bf0e9ccc4788b0337d18acdb78c0 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 21:41:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 01, 2016 at 10:29:31PM +0100, Heiner Kallweit wrote: > Document the color extension in Documentation/leds/leds-class.txt > > Signed-off-by: Heiner Kallweit > --- > v2: > - introduced to patch series > v3: > - document extension in more detail > v4: > - Better explain why flag LED_SET_HUE_SAT is needed > v5: > - no changes > --- > Documentation/leds/leds-class.txt | 27 ++++++++++++++++++++++----- > 1 file changed, 22 insertions(+), 5 deletions(-) What aboud Documentation/ABI/ ?