Re: [PATCH] drm/exynos: update to use component match support

2014-09-11 Thread Inki Dae
On 2014년 09월 10일 19:24, Andrzej Hajda wrote: Hi Inki, To test it properly I have to fix init/remove bugs [1]. Of course these bugs were not introduced by this patch, but they prevented some basic tests. I had tested my patch with trats2 board, and works well without below patch set. hm.. it

Re: [PATCH] drm/exynos: update to use component match support

2014-09-11 Thread Andrzej Hajda
On 09/11/2014 08:37 AM, Inki Dae wrote: On 2014년 09월 10일 19:24, Andrzej Hajda wrote: Hi Inki, To test it properly I have to fix init/remove bugs [1]. Of course these bugs were not introduced by this patch, but they prevented some basic tests. I had tested my patch with trats2 board, and

Re: [PATCH] drm/exynos: update to use component match support

2014-09-10 Thread Andrzej Hajda
Hi Inki, To test it properly I have to fix init/remove bugs [1]. Of course these bugs were not introduced by this patch, but they prevented some basic tests. [1]: http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/37266 I have tested successfully your patch with trats and universal_c210

Re: [PATCH] drm/exynos: update to use component match support

2014-09-10 Thread Inki Dae
On 2014년 09월 10일 19:24, Andrzej Hajda wrote: Hi Inki, To test it properly I have to fix init/remove bugs [1]. Of course these bugs were not introduced by this patch, but they prevented some basic tests. [1]: http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/37266 I have tested

[PATCH] drm/exynos: update to use component match support

2014-09-01 Thread Inki Dae
Update Exynos's DRM driver to use component match support rater than add_components. Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 40 ++- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git