OSDN Git Service

drm/exynos: dsi: add macros for register access
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:59:04 +0000 (21:59 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 11:05:01 +0000 (20:05 +0900)
commitba12ac2b207c7cbf8c7bd7a2986594d0e5e64f0b
tree2d6ee53df0ef7b052118f85b7601ca8199716abb
parent26269af95af83145a3bccca41344c66502fdded9
drm/exynos: dsi: add macros for register access

This patch adds macros for register writing/reading. This is needed for
adding support Exynos5433 MIPI DSI driver, not by using if statement, but
by using driver data.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c