From: Inki Dae Date: Wed, 13 Aug 2014 08:03:12 +0000 (+0900) Subject: drm/exynos: mipi-dsi: consider non-continuous clock mode X-Git-Tag: fixes-against-v3.18-rc2~73^2~20^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d3a8c6134fbe1fe048b13bddb8e7602affabaa;p=pandora-kernel.git drm/exynos: mipi-dsi: consider non-continuous clock mode This patch adds non-continuous clock mode support Clock mode on Clock Lane is continuous clock by default. So if we want to transmit data in non-continuous clock mode to reduce power consumption, then host driver should set DSIM_CLKLANE_STOP bit. In this case, host controller turns off HS clock between high speed transmissions. For this, this patch adds a new bit, DSIM_CLKLANE_STOP, and makes the host driver sets this bit only in case that dsi->mode_flags has MIPI_DSI_CLOCK_NON_CONTINUOUS flag. Signed-off-by: Inki Dae Reviewed-by: Andrzej Hajda --- Reading git-diff-tree failed