From: Thierry Reding Date: Thu, 16 Oct 2014 11:44:02 +0000 (+0200) Subject: drm/dsi: Add message to packet translator X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~63^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52879e8d7cbeed69be5e54c69701e5edea8cc00;p=pandora-kernel.git drm/dsi: Add message to packet translator This commit introduces a new function, mipi_dsi_create_packet(), which converts from a MIPI DSI message to a MIPI DSI packet. The MIPI DSI packet is as close to the protocol described in the DSI specification as possible and useful in drivers that need to write a DSI packet into a FIFO to send a message off to the peripheral. Suggested-by: Andrzej Hajda Reviewed-by: Sean Paul Signed-off-by: Thierry Reding --- Reading git-diff-tree failed