[PATCH 1/2] drm/exynos: refactor driver and device registration code

2016-02-29 Thread Inki Dae
For 1 and 2, picked it up. Thanks, Inki Dae 2016년 02월 18일 22:34에 Marek Szyprowski 이(가) 쓴 글: > This patch refactors driver and device registration by moving all drivers > to the common array. This way additional flags can be added later for > new features. #ifdef-based code has be

[PATCH 1/2] drm/exynos: refactor driver and device registration code

2016-02-18 Thread Marek Szyprowski
This patch refactors driver and device registration by moving all drivers to the common array. This way additional flags can be added later for new features. #ifdef-based code has been replaced by IS_ENABLED() macro usage. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/exynos/exynos_drm_drv