linux/drivers/video/omap2/dss
Archit Taneja bc6d4b1d3d OMAP: DSS2: Use request / release calls in Taal for DSI Virtual Channels.
Taal driver used to take a hard coded Macro for Virtual Channel and the VC_ID.
The Taal panel driver now requests for a Virtual channel through the
omap_dsi_request_vc() call in taal_probe().

The channel number returned by the request_vc() call is used for sending command
and data to the Panel. The DSI driver automatically configures the Virtual
Channel's source to either Video Port or L4 Slave port based on what the panel
driver is using it for.

The driver uses omap_dsi_release_vc() to free the VC specified by the panel.
taal_remove() or when a request_vc() call fails.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-03-11 15:46:28 +02:00
..
core.c OMAP: DSS2: Remove unneeded cpu_is_xxx checks 2011-03-11 15:46:28 +02:00
dispc.c OMAP2PLUS: DSS2: DSI: Generalize DSI PLL Clock Naming 2011-03-11 15:46:27 +02:00
display.c OMAP: DSS2: Remove unused list 2011-03-11 15:46:25 +02:00
dpi.c OMAP: DSS2: Remove pdev argument from dpi_init 2011-03-11 15:46:28 +02:00
dsi.c OMAP: DSS2: Use request / release calls in Taal for DSI Virtual Channels. 2011-03-11 15:46:28 +02:00
dss.c OMAP: DSS2: Move DPI & SDI init into DSS plat driver 2011-03-11 15:46:28 +02:00
dss.h OMAP: DSS2: Remove pdev argument from dpi_init 2011-03-11 15:46:28 +02:00
dss_features.c OMAP2PLUS: DSS2: Use dss features to get clock source names of current OMAP 2011-03-11 15:46:27 +02:00
dss_features.h OMAP2PLUS: DSS2: Use dss features to get clock source names of current OMAP 2011-03-11 15:46:27 +02:00
Kconfig OMAP2PLUS: DSS2: Add OMAP4 Kconfig support 2011-03-11 15:46:22 +02:00
Makefile OMAP: DSS2: Introduce dss_features files 2010-10-22 23:21:03 +03:00
manager.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
overlay.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
rfbi.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
sdi.c OMAP: DSS2: Remove FB_OMAP_BOOTLOADER_INIT support 2011-03-11 15:46:27 +02:00
venc.c OMAP: DSS2: Delay regulator_get() calls 2011-03-11 15:46:23 +02:00