commit | 0eb0dafb674cd6bfac2e3204b2f8b907e26b1138 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Dec 17 09:43:04 2013 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jan 13 12:19:57 2014 +0200 |
tree | 44f6c81776d1476ef2a3b12be45d6d872ee63882 | |
parent | 8bc655521bb18dd8a306ef58ed97e6862d74cd67 [diff] |
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 <tomi.valkeinen@ti.com>