From: Jani Nikula Date: Fri, 16 Jan 2015 12:27:23 +0000 (+0200) Subject: drm/i915/dsi: add drm mipi dsi host support X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9804fdcffc650515c60f524b8b2076ee59e710;p=pandora-kernel.git drm/i915/dsi: add drm mipi dsi host support Add basic support for using the drm mipi dsi framework for DSI. We don't use device tree which is pretty much required by mipi_dsi_host_register and friends, and we don't have the kind of device model the functions expect either. So we cheat and use it as a library to abstract what we need: a nice, clean interface for DSI transfers. This means we will have to be careful with what functions we call, as the driver model devices in mipi_dsi_host and mipi_dsi_device will *not* be initialized. Signed-off-by: Jani Nikula Reviewed-By: Shobhit Kumar Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed