Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241255 > unrolled thread
| Started by | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| First post | 2015-10-07 11:20 +0200 |
| Last post | 2015-10-16 17:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 06/10] Documentation: leds: Add description of brightness setting API Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-10-07 11:20 +0200
Re: [PATCH v3 06/10] Documentation: leds: Add description of brightness setting API Sakari Ailus <sakari.ailus@iki.fi> - 2015-10-16 17:40 +0200
| From | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| Date | 2015-10-07 11:20 +0200 |
| Subject | [PATCH v3 06/10] Documentation: leds: Add description of brightness setting API |
| Message-ID | <qgT3b-st-11@gated-at.bofh.it> |
This patch adds description of the LED subsystem API for setting an LED brightness. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> --- Documentation/leds/leds-class.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/leds/leds-class.txt b/Documentation/leds/leds-class.txt index 62261c0..d406d98 100644 --- a/Documentation/leds/leds-class.txt +++ b/Documentation/leds/leds-class.txt @@ -52,6 +52,19 @@ above leaves scope for further attributes should they be needed. If sections of the name don't apply, just leave that section blank. +Brightness setting API +====================== + +LED subsystem core exposes following API for setting brightness: + + - led_set_brightness : it is guaranteed not to sleep, passing LED_OFF stops + blinking, + - led_set_brightness_sync : for use cases when immediate effect is desired - + it can block the caller for the time required for accessing + device registers and can sleep, passing LED_OFF stops hardware + blinking, returns -EBUSY if software blink fallback is enabled. + + Hardware accelerated blink of LEDs ================================== -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Sakari Ailus <sakari.ailus@iki.fi> |
|---|---|
| Date | 2015-10-16 17:40 +0200 |
| Subject | Re: [PATCH v3 06/10] Documentation: leds: Add description of brightness setting API |
| Message-ID | <qkfgT-25r-47@gated-at.bofh.it> |
| In reply to | #1241255 |
Hi Jacek, On Wed, Oct 07, 2015 at 11:10:44AM +0200, Jacek Anaszewski wrote: > This patch adds description of the LED subsystem API for > setting an LED brightness. > > Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> > --- > Documentation/leds/leds-class.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/leds/leds-class.txt b/Documentation/leds/leds-class.txt > index 62261c0..d406d98 100644 > --- a/Documentation/leds/leds-class.txt > +++ b/Documentation/leds/leds-class.txt > @@ -52,6 +52,19 @@ above leaves scope for further attributes should they be needed. If sections > of the name don't apply, just leave that section blank. > > > +Brightness setting API > +====================== > + > +LED subsystem core exposes following API for setting brightness: > + > + - led_set_brightness : it is guaranteed not to sleep, passing LED_OFF stops > + blinking, > + - led_set_brightness_sync : for use cases when immediate effect is desired - Over 80 characters per line. Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> > + it can block the caller for the time required for accessing > + device registers and can sleep, passing LED_OFF stops hardware > + blinking, returns -EBUSY if software blink fallback is enabled. > + > + > Hardware accelerated blink of LEDs > ================================== > -- Regards, Sakari Ailus e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web