linux/drivers/video/omap2/dss
Tomi Valkeinen b9eb5d7d0b OMAP: DSS2: DSI: change DSI bus_lock to semaphore
Physical DSI bus is protected by a mutex. This patch changed the mutex to
a semaphore, so that we can lock and unlock the bus_lock from different
threads.

This is needed as the update process is started by user space program, and
thus the lock is acquired in that context, but the lock can be released in
different context, a work thread via irq.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
2010-02-24 14:31:26 +02:00
..
core.c OMAP: DSS2: fix driver probe error handling 2010-02-18 13:19:45 +02:00
dispc.c OMAP: DSS2: fix get_dsi/dispc_clk_source() usage 2010-02-23 17:43:39 +02:00
display.c OMAP: DSS2: remove sub-panel system 2010-02-18 13:19:41 +02:00
dpi.c OMAP: DSS2: improve DSS clk src selection 2010-02-15 15:14:40 +02:00
dsi.c OMAP: DSS2: DSI: change DSI bus_lock to semaphore 2010-02-24 14:31:26 +02:00
dss.c OMAP: DSS2: improve DSS clk src selection 2010-02-15 15:14:40 +02:00
dss.h OMAP: DSS2: improve DSS clk src selection 2010-02-15 15:14:40 +02:00
Kconfig OMAP: DSS2: Improve Kconfig help texts 2010-02-12 12:46:06 +02:00
Makefile
manager.c OMAP: DSS2: Add more core files 2009-12-09 12:04:35 +02:00
overlay.c OMAP: DSS2: Add more core files 2009-12-09 12:04:35 +02:00
rfbi.c OMAP: DSS2: RFBI: convert to new kfifo API 2010-01-11 13:32:57 +02:00
sdi.c OMAP: DSS2: SDI driver 2009-12-09 12:04:37 +02:00
venc.c OMAP: DSS2: enable VDDS_DSI when using DPI 2010-02-12 12:46:08 +02:00