Re: [PATCH 1/5] leds: core: Move LED core callbacks out of led-class.c

2015-10-07 Thread Jacek Anaszewski
On 10/06/2015 05:31 PM, Pavel Machek wrote: On Wed 2015-09-16 12:47:40, Jacek Anaszewski wrote: Since the API for controlling LED brightness and blinking is defined in the LED core, move the related timer and work callbacks to the led-core.c, and initialize them through a new led_core_init API.

Re: [PATCH 1/5] leds: core: Move LED core callbacks out of led-class.c

2015-10-06 Thread Pavel Machek
On Wed 2015-09-16 12:47:40, Jacek Anaszewski wrote: > Since the API for controlling LED brightness and blinking is defined in > the LED core, move the related timer and work callbacks to the led-core.c, > and initialize them through a new led_core_init API. > > Signed-off-by: Jacek Anaszewski Ac

Re: [PATCH 1/5] leds: core: Move LED core callbacks out of led-class.c

2015-09-22 Thread Andrew Lunn
On Wed, Sep 16, 2015 at 12:47:40PM +0200, Jacek Anaszewski wrote: > Since the API for controlling LED brightness and blinking is defined in > the LED core, move the related timer and work callbacks to the led-core.c, > and initialize them through a new led_core_init API. > > Signed-off-by: Jacek A