[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-02-11 Thread Chanho Park
Hi Emil, On Wed, Feb 10, 2016 at 9:34 PM, Emil Velikov wrote: > Hi Chanho Park > > On 30 January 2016 at 14:11, Chanho Park wrote: >> --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c >> +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c > >> static struct of_device_id exynos_dsi_of_match[] = { > > If

[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-02-11 Thread Inki Dae
Hi Chanho, 2016년 01월 30일 23:11에 Chanho Park 이(가) 쓴 글: > From: Chanho Park > > This patch supports mipi dsi for exynos5422. The dsi register > offsets of the exynos5422 are similar with exynos5433. However, > the values of the registers are quite different from the > exynos5433. F

[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-02-10 Thread Emil Velikov
Hi Chanho Park On 30 January 2016 at 14:11, Chanho Park wrote: > --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c > static struct of_device_id exynos_dsi_of_match[] = { If you feel extra gracious you can constify the array and all of it's entries, f

[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-02-10 Thread Andrzej Hajda
On 01/30/2016 03:11 PM, Chanho Park wrote: > From: Chanho Park > > This patch supports mipi dsi for exynos5422. The dsi register > offsets of the exynos5422 are similar with exynos5433. However, > the values of the registers are quite different from the > exynos5433. For example, the exynos5422 u

[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-01-30 Thread Chanho Park
From: Chanho Park This patch supports mipi dsi for exynos5422. The dsi register offsets of the exynos5422 are similar with exynos5433. However, the values of the registers are quite different from the exynos5433. For example, the exynos5422 uses sw reset like previous chips. Cc: Inki Dae Cc: Jo