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
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
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
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
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