[PATCH v4 5/8] drm/exynos: dsi: generalize register setting and clock control

2015-04-07 Thread Inki Dae
On 2015년 04월 07일 20:57, Hyungwon Hwang wrote: > This patch makes the driver use arrays for clocks, register address, > and values. By doing this, it becomes easier to add support for another > SoC. This patch includes three types. First is to use an array for clocks, second is to use macro,

[PATCH v4 5/8] drm/exynos: dsi: generalize register setting and clock control

2015-04-07 Thread Hyungwon Hwang
This patch makes the driver use arrays for clocks, register address, and values. By doing this, it becomes easier to add support for another SoC. Signed-off-by: Hyungwon Hwang --- Changes for v3: - Separated from the patch "drm/exynos: dsi: add support for Exynos5433 SoC" in version 2. Changes