]> 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)
commit1087c2f93cc4b62c8474f21271db71e7704a881b
tree81a112ff0863c69563e61d7442ef4bad0bf68419
parentf605f8270ca3fb6f09d96a571012b287b044690c
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]