2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 05:34:00 +08:00
linux-next/drivers/video/omap2
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
..
displays OMAP: DSS: Taal: fix error returns in taal_probe() 2010-02-12 12:46:09 +02:00
dss OMAP: DSS2: DSI: change DSI bus_lock to semaphore 2010-02-24 14:31:26 +02:00
omapfb OMAP: DSS2: OMAPFB: fix cleanup on dssdev enable error 2010-02-18 13:19:55 +02:00
Kconfig OMAP: DSS2: Add generic and Sharp panel drivers 2009-12-09 18:19:42 +02:00
Makefile OMAP: DSS2: Add generic and Sharp panel drivers 2009-12-09 18:19:42 +02:00
vram.c
vrfb.c OMAP: Add support for VRFB rotation engine 2009-12-09 12:04:33 +02:00