From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] leds: ledtrig-morse: send out morse code Date: Thu, 28 Jun 2018 22:54:46 +0900 Message-ID: <20180628135446.GA18287@kroah.com> References: <20180628134227.GA1719@arbeit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180628134227.GA1719@arbeit> Sender: linux-kernel-owner@vger.kernel.org To: Andreas Klinger Cc: jacek.anaszewski@gmail.com, pavel@ucw.cz, ben.whitten@gmail.com, geert+renesas@glider.be, w@1wt.eu, pombredanne@nexb.com, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org List-Id: linux-leds@vger.kernel.org On Thu, Jun 28, 2018 at 03:42:27PM +0200, Andreas Klinger wrote: > Send out a morse code by using LEDs. > > This is useful especially on embedded systems without displays to tell the > user about error conditions and status information. > > The trigger will be called "morse" > > The string to be send is written into the file morse_string and sent out > with a workqueue. Supported are letters and digits. > > With the file dot_unit the minimal time unit can be adjusted in > milliseconds. This is great stuff, nice work. But you need to document your new sysfs files in Documentation/ABI/ somewhere, so that people know how to use this. thanks, greg k-h