From: Andrzej Hajda Date: Fri, 28 Mar 2014 11:52:36 +0000 (+0100) Subject: drm/mipi_dsi: add flags to DSI messages X-Git-Tag: v3.15-rc1~51^2~4^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d96d4a6772ba8f5614a6d8de8baf6d090a9de0b;p=pandora-kernel.git drm/mipi_dsi: add flags to DSI messages This patch adds flags field to mipi_dsi_msg structure and two flags: - MIPI_DSI_MSG_REQ_ACK - request ACK from peripheral for given message, - MIPI_DSI_MSG_USE_LPM - use Low Power Mode to transmit message. The first flag is usually helpful during DSI diagnostic, the second flag is required by some peripherals during configuration phase. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed