From: Patrik Jakobsson Date: Tue, 11 Mar 2014 17:51:20 +0000 (+0100) Subject: drm/gma500: Move asle interrupt work into a work task X-Git-Tag: v3.15-rc1~51^2~48^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778e26dee5e6b3be4611b1f99f8359cb64b27ce9;p=pandora-kernel.git drm/gma500: Move asle interrupt work into a work task 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 --- Reading git-diff-tree failed