commit | 8b37e1bef5a6b60e949e28a4db3006e4b00bd758 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@gmail.com> | Sat Jun 14 02:21:40 2014 -0700 |
committer | Bryan Wu <cooloney@gmail.com> | Thu Jul 03 12:02:14 2014 -0700 |
tree | 3d9e31e6cb46cfa4bfc8f746b15dd737c0e068b2 | |
parent | 7e7743901b53dd71bb7332b16b14bcce15ebcd69 [diff] |
leds: convert blink timer to workqueue This patch converts the blink timer from led-core to workqueue which is more suitable for this kind of non-priority operations. Moreover, timer may lead to errors when a LED setting function use a scheduling function such as pinctrl which is using mutex. Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>