This patch series cleans up bridge binding of DSI and MIC driver. It doesn't have to call of_drm_find_bridge function every time bind callback of DSI driver is called so moves this function call into probe function and for this support it adds a bridge at probe function of MIC driver instead of adding it at bind callback. Inki Dae (2): drm/exynos: dsi: move of_drm_find_bridge call into probe drm/exynos: mic: add a bridge at probe drivers/gpu/drm/exynos/exynos_drm_dsi.c | 23 ++++++++++++----------- drivers/gpu/drm/exynos/exynos_drm_mic.c | 17 ++++++++++------- 2 files changed, 22 insertions(+), 18 deletions(-) -- 1.9.1 -- 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