Hi all, This patch set adds full modularity to sub drivers, kms and non kms drivers. For this, this patch sets consists into three patches. first patch modularizes kms drivers, second patch for non kms drivers, and third patch for vidi driver. I hope we could resolve infinite loop issue and kernel lockup reported by other people. This patch set is RFC so there might be my missing points. Welcome to any comments. This patch set is based on top of exynos-drm-next branch. Thanks, Inki Dae Inki Dae (3): drm/exynos: make kms drivers to be independent modules drm/exynos: make non kms drivers to be indenpendent modules drm/exynos: make vidi driver to be independent module drivers/gpu/drm/exynos/Kconfig | 8 +- drivers/gpu/drm/exynos/exynos_dp_core.c | 13 +++ drivers/gpu/drm/exynos/exynos_drm_core.c | 166 +++++++++++++++++++++++---- drivers/gpu/drm/exynos/exynos_drm_drv.c | 105 +---------------- drivers/gpu/drm/exynos/exynos_drm_drv.h | 42 ++----- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 13 +++ drivers/gpu/drm/exynos/exynos_drm_fimc.c | 13 +++ drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 +++ drivers/gpu/drm/exynos/exynos_drm_g2d.c | 34 ++++++ drivers/gpu/drm/exynos/exynos_drm_gsc.c | 12 ++ drivers/gpu/drm/exynos/exynos_drm_ipp.c | 39 ++++++- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 13 +++ drivers/gpu/drm/exynos/exynos_drm_vidi.c | 81 ++++++++----- drivers/gpu/drm/exynos/exynos_hdmi.c | 13 +++ drivers/gpu/drm/exynos/exynos_mixer.c | 13 +++ 15 files changed, 391 insertions(+), 187 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html