From: Tomi Valkeinen Date: Tue, 17 Dec 2013 07:43:04 +0000 (+0200) Subject: OMAPDSS: panel-acx565akm: clean-up locking X-Git-Tag: v3.14-rc1~105^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb0dafb674cd6bfac2e3204b2f8b907e26b1138;p=pandora-kernel.git OMAPDSS: panel-acx565akm: clean-up locking The locking in the acx565akm panel driver was getting too complex. Clean it up by making new functions, acx565akm_bl_get_intensity_locked and acx565akm_bl_update_status_locked, which are called by the backlight subsystem. This way the non-locked versions can be called by the panel's other funcs, simplifying the lock management. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed