This provided initial support for DSI Video Mode. The first 6 patches are not directly related to video mode, but they add required features and cleanup for supporting video mode cleanly. Support for a panel driver supporting video mode is not added yet since no OMAP platfrom support in mainline has a video mode panel. The Blaze tablet with the toshiba bridge chip "TC358765" is used as an example to validate video mode support. The patches to enable blaze tablet and the bridge chip are provided in the following tree along with the DSI video mode patches: https://gitorious.org/~boddob/linux-omap-dss2/archit-dss2-clone/commits/video-mode-4 Archit Taneja (10): OMAP: DSS2: Use MIPI DSI transacition types and commands from include/video/mipi_display.h OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes OMAP: DSS2: Create enum for DSI operation modes OMAP: DSS2: DSI: Introduce generic write functions OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2() OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions OMAP: DSS2: DSI: Introduce generic read functions OMAP: DSS2: Clean up stallmode and io pad mode selection OMAP: DSS2: Create an enum for DSI pixel formats OMAP: DSS2: DSI Video mode support drivers/video/omap2/displays/panel-taal.c | 47 +-- drivers/video/omap2/dss/dispc.c | 47 +-- drivers/video/omap2/dss/dpi.c | 5 +- drivers/video/omap2/dss/dsi.c | 675 ++++++++++++++++++++++------- drivers/video/omap2/dss/dss.h | 17 +- drivers/video/omap2/dss/rfbi.c | 4 +- drivers/video/omap2/dss/sdi.c | 4 +- include/video/omapdss.h | 69 +++- 8 files changed, 636 insertions(+), 232 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html