Files
linux/drivers
Archit Taneja c8a5e4e86d OMAPDSS: DPI: Add locking for DPI interface
The DPI interface driver currently relies on the panel driver to ensure calls
like omapdss_dpi_display_enable() and omapdss_dpi_display_disable() are executed
sequentially. Also, currently, there is no way to protect the DPI driver data.

All DPI panel drivers don't ensure this, and in general, a DPI panel driver
should use it's lock to that ensure it's own driver data and omap_dss_device
states are taken care of, and not worry about the DPI interface.

Add mutex locking in the DPI enable/disable/set_timings ops.

Signed-off-by: Archit Taneja <archit@ti.com>
2012-08-13 15:44:39 +05:30
..
2012-05-24 16:22:53 -04:00
2012-05-31 08:46:50 +02:00
2012-05-14 13:37:45 -07:00
2012-05-29 16:22:32 -07:00
2012-06-07 15:22:21 +03:00
2012-05-16 12:46:37 -04:00