]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dsi: make use of array for clock access
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:59:06 +0000 (21:59 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 11:05:02 +0000 (20:05 +0900)
commit7042fa36a4e9a46cf93aae9732dc744e1bcc24dc
tree39c91d2556f5c5c1710a401f174cb90f1fa02fd2
parente6bf4785386d68031fc689716cd48f6affd1bc7a
drm/exynos: dsi: make use of array for clock access

This patch make the driver to use an array for clock access. The number
of clocks are different from the existing MIPI DSI driver and Exynos5433
MIPI DSI driver. So this patch is needed before adding support for
Exynos5433 MIPI DSI driver.

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