drm: Add MIPI DSI bus support
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 4 Dec 2013 15:35:12 +0000 (16:35 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 17 Dec 2013 17:09:43 +0000 (18:09 +0100)
commit068a00233969833f1ba925e7627797489efd6041
tree81a112ff0863c69563e61d7442ef4bad0bf68419
parentd95f95eb96c511b39bf9c854217d7dddb6d06755
drm: Add MIPI DSI bus support

MIPI DSI bus allows to model DSI hosts and DSI peripherals using the
Linux driver model. DSI hosts are registered by the DSI host drivers.
During registration DSI peripherals will be created from the children
of the DSI host's device tree node. Support for registration from
board-setup code will be added later when needed.

DSI hosts expose operations which can be used by DSI peripheral drivers
to access associated devices.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_mipi_dsi.c [new file with mode: 0644]
include/drm/drm_mipi_dsi.h [new file with mode: 0644]