From mboxrd@z Thu Jan 1 00:00:00 1970 From: FlorianSchandinat@gmx.de (Florian Tobias Schandinat) Date: Thu, 10 May 2012 00:20:39 +0000 Subject: [PATCH] video: EXYNOS: enable interrupt again after sw reset In-Reply-To: <4FA3622A.7060401@samsung.com> References: <4FA3622A.7060401@samsung.com> Message-ID: <4FAB09D7.7010404@gmx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/04/2012 04:59 AM, Donghwa Lee wrote: > When exynos_mipi_update_cfg() is called, mipi dsi registers were become > sw reset. So, It needs to enable interrupt again. > > Signed-off-by: Donghwa Lee > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/exynos/exynos_mipi_dsi.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c > index 557091d..49c7351 100644 > --- a/drivers/video/exynos/exynos_mipi_dsi.c > +++ b/drivers/video/exynos/exynos_mipi_dsi.c > @@ -102,6 +102,8 @@ static void exynos_mipi_update_cfg(struct mipi_dsim_device *dsim) > /* set display timing. */ > exynos_mipi_dsi_set_display_mode(dsim, dsim->dsim_config); > > + exynos_mipi_dsi_init_interrupt(dsim); > + > /* > * data from Display controller(FIMD) is transferred in video mode > * but in case of command mode, all settigs is updated to registers.