git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7829b2
)
drm/gma500: Move asle interrupt work into a work task
author
Patrik Jakobsson
<patrik.r.jakobsson@gmail.com>
Tue, 11 Mar 2014 17:51:20 +0000
(18:51 +0100)
committer
Patrik Jakobsson
<patrik.r.jakobsson@gmail.com>
Mon, 17 Mar 2014 19:12:04 +0000
(20:12 +0100)
Previously the backlight code was called from IRQ context which isn't
allowed. This patch moves all the asle work into a work task which takes
care of the locking bug reported by users.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64221
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
No differences found