]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1946b21d66ad6823d3c31711b69e508fb2def37
tree81a112ff0863c69563e61d7442ef4bad0bf68419
parent7b2d18bfbf5c5fdb8fad287b564185c57830fb12
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]