From: Archit Taneja Date: Tue, 30 Aug 2011 10:18:23 +0000 (+0530) Subject: OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions X-Git-Tag: v3.2-rc1~98^2~1^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b850975cd8857d9f277466e2a3cca5ee28519c6b;p=pandora-kernel.git OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions Split dsi_vc_dcs_read() into the functions: - dsi_vc_dcs_send_read_request(): This is responsible for sending the short packet command with the read request. - dsi_vc_dcs_read_rx_fifo(): This parses the DSI RX fifo of the given virtual channel, identifies the type of data received, and fills a buffer with the data provided by the panel. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed