Hello Bryan,
On Fri, Sep 14, 2012 at 03:53:02PM +0800, Bryan Wu wrote:
> The API function led_set_brightness() and __led_set_brightness will
> call .brightness_set() function provided by led class drivers. So
> .brightness_set() function will run in atomic context, which requires
> led class drive
On Fri, Sep 14, 2012 at 1:53 AM, Bryan Wu wrote:
> The API function led_set_brightness() and __led_set_brightness will
> call .brightness_set() function provided by led class drivers. So
> .brightness_set() function will run in atomic context, which requires
> led class drivers use workqueue in .b
The API function led_set_brightness() and __led_set_brightness will
call .brightness_set() function provided by led class drivers. So
.brightness_set() function will run in atomic context, which requires
led class drivers use workqueue in .brightness_set().
Finally, all the led class driver implem
3 matches
Mail list logo