Hi, Please ignore this particular patch of the series. Sent accidentally. Thanks, Archit On Tuesday 01 March 2011 06:02 PM, Taneja, Archit wrote:
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 all the VC's requested by it in taal_remove() or when a request_vc() call fails. Signed-off-by: Archit Taneja<archit@xxxxxx> --- drivers/video/omap2/displays/panel-taal.c | 123 +++++++++++++++++------------ drivers/video/omap2/dss/dsi.c | 3 - 2 files changed, 71 insertions(+), 55 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