Re: [PATCH 2/3] leds-clevo-mail: hw accelerated LED blink extension

2007-10-23 Thread Richard Purdie
On Sun, 2007-10-21 at 14:54 +0200, Németh Márton wrote: > From: Márton Németh <[EMAIL PROTECTED]> > > Extends the leds subsystem with a blink_set() callback function which can > be optionally implemented by a LED driver. If implemented, the driver can use > the hardware acceleration for blinking a

Re: [PATCH 2/3] leds-clevo-mail: hw accelerated LED blink extension

2007-10-21 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> Extends the leds subsystem with a blink_set() callback function which can be optionally implemented by a LED driver. If implemented, the driver can use the hardware acceleration for blinking a LED. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- diff -

Re: [PATCH 2/3] leds-clevo-mail: hw accelerated LED blink extension

2007-07-17 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> Extends the leds subsystem with a blink_set() callback function which can optionally implemented by a LED driver. If implemented, the driver can use the hardware acceleration for blinking a LED. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- diff -up

Re: [PATCH 2/3] leds-clevo-mail: hw accelerated LED blink extension

2007-07-17 Thread Dmitry Torokhov
On 7/17/07, Németh Márton <[EMAIL PROTECTED]> wrote: +Hardware accelerated blink of LEDs +== + +Some LEDs can be programmed to blink without any CPU interaction. To +support this feature, a LED driver can optionally implement the +blink_set() function (see ). If i