[PATCH 0/6] Add drivers for Exynos5433 display
Hyungwon Hwang
human.hwang at samsung.com
Thu Mar 12 07:29:51 PDT 2015
This patchset is based on the git(branch name: exynos-drm-next) which is
maintained by Inki Dae.
https://kernel.googlesource.com/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
This patchset adds 2 new device drivers, decon and mic, and adds support for
Exynos5433 mipi dsi. To enable display in a Exynos5433 board, decon(display
controller), MIC(Mobile image compressor), mipi dsi, and panel have to be turned
on. This patchset contains support for 3 drivers for SoC level devices.
Donghwa Lee (1):
drm/exynos: dsi: add support for Exynos5433 SoC
Hyungwon Hwang (4):
of: add helper for getting endpoint node of specific identifiers
drm/exynos: mic: add MIC driver
drm/exynos: dsi: add support for MIC driver as a bridge
drm/exynos: dsi: do not set TE GPIO direction by input
Joonyoung Shim (1):
drm/exynos: add Exynos5433 decon driver
.../devicetree/bindings/video/exynos-decon.txt | 65 +++
.../devicetree/bindings/video/exynos-mic.txt | 49 ++
.../devicetree/bindings/video/exynos_dsim.txt | 24 +-
drivers/gpu/drm/exynos/Kconfig | 14 +-
drivers/gpu/drm/exynos/Makefile | 2 +
drivers/gpu/drm/exynos/exynos_drm_decon.c | 539 +++++++++++++++++++++
drivers/gpu/drm/exynos/exynos_drm_drv.c | 3 +
drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 +
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 459 ++++++++++++------
drivers/gpu/drm/exynos/exynos_drm_mic.c | 483 ++++++++++++++++++
drivers/gpu/drm/exynos/regs-decon.h | 163 +++++++
drivers/of/base.c | 33 ++
include/linux/of_graph.h | 8 +
13 files changed, 1697 insertions(+), 146 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/exynos-decon.txt
create mode 100644 Documentation/devicetree/bindings/video/exynos-mic.txt
create mode 100644 drivers/gpu/drm/exynos/exynos_drm_decon.c
create mode 100644 drivers/gpu/drm/exynos/exynos_drm_mic.c
create mode 100644 drivers/gpu/drm/exynos/regs-decon.h
--
1.9.1
More information about the dri-devel
mailing list