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

2014-09-11 Thread Inki Dae
Update Exynos's DRM driver to use component match support rater than add_components. Changelog v2: - release devices and drivers if failed. - change compare_of to compare_dev. Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 44

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

2014-09-11 Thread Andrzej Hajda
On 09/11/2014 02:57 PM, Inki Dae wrote: Update Exynos's DRM driver to use component match support rater than add_components. Changelog v2: - release devices and drivers if failed. - change compare_of to compare_dev. Signed-off-by: Inki Dae inki@samsung.com Modulo fixes I have posted